#134daf color space conversions
Hex:
        #134daf
        RGB:
        19, 77, 175
        CMY:
        93, 70, 31
        CMYK:
        89, 56, 0, 31
      HSL:
        218°, 80.4124%, 38.0392%
        HSV (HSB):
        218°, 89.1429%, 68.6275%
        XYZ:
        10.6603, 8.5413, 41.6442
        xyY:
        0.1752, 0.1404, 8.5413
      CIE-Lab:
        35.0858, 20.9303, -57.0971
        CIE-LCH:
        35.0858, 60.8124, 290.1316
        CIE-Luv:
        35.0858, -16.4860, -80.6582
        Hunter-Lab:
        29.2256, 13.9647, -64.0258
      #134daf color charts
#134daf RGB chart
      #134daf CMYK chart
      #134daf RGB pie chart
      #134daf color shades, tints & tones
#134daf color schemes
#134daf color preview, HTML & CSS examples
           This text has a color of #134daf        
        
          <p style="color:#134daf;">Text here</p>
        
        
          .mytext {color:#134daf;}
        
        Text color #134daf
      
           This box has a color of #134daf        
        
          <div style="background-color:#134daf;">Content here</div>
        
        
          .mybackground {background-color:#134daf;}
        
        Background color #134daf
      
           Border around this has a color of #134daf        
        
          <div style="border:2px solid #134daf;">Content here</div>
        
        
          .myborder {border:2px solid #134daf;}
        
        Border color #134daf