#004eaf color space conversions
Hex:
        #004eaf
        RGB:
        0, 78, 175
        CMY:
        100, 69, 31
        CMYK:
        100, 55, 0, 31
      HSL:
        213°, 100.0000%, 34.3137%
        HSV (HSB):
        213°, 100.0000%, 68.6275%
        XYZ:
        10.4623, 8.5439, 41.6552
        xyY:
        0.1725, 0.1408, 8.5439
      CIE-Lab:
        35.0909, 19.4056, -57.1009
        CIE-LCH:
        35.0909, 60.3083, 288.7702
        CIE-Luv:
        35.0909, -17.8240, -80.5660
        Hunter-Lab:
        29.2300, 12.7378, -64.0322
      #004eaf color charts
#004eaf RGB chart
      #004eaf CMYK chart
      #004eaf RGB pie chart
      #004eaf color shades, tints & tones
#004eaf color schemes
#004eaf color preview, HTML & CSS examples
           This text has a color of #004eaf        
        
          <p style="color:#004eaf;">Text here</p>
        
        
          .mytext {color:#004eaf;}
        
        Text color #004eaf
      
           This box has a color of #004eaf        
        
          <div style="background-color:#004eaf;">Content here</div>
        
        
          .mybackground {background-color:#004eaf;}
        
        Background color #004eaf
      
           Border around this has a color of #004eaf        
        
          <div style="border:2px solid #004eaf;">Content here</div>
        
        
          .myborder {border:2px solid #004eaf;}
        
        Border color #004eaf