#005daa color space conversions
Hex:
        #005daa
        RGB:
        0, 93, 170
        CMY:
        100, 64, 33
        CMYK:
        100, 45, 0, 33
      HSL:
        207°, 100.0000%, 33.3333%
        HSV (HSB):
        207°, 100.0000%, 66.6667%
        XYZ:
        11.1700, 10.7310, 39.5128
        xyY:
        0.1819, 0.1747, 10.7310
      CIE-Lab:
        39.1236, 7.3095, -47.6150
        CIE-LCH:
        39.1236, 48.1727, 278.7275
        CIE-Luv:
        39.1236, -22.4433, -69.2097
        Hunter-Lab:
        32.7582, 3.5390, -48.5846
      #005daa color charts
#005daa RGB chart
      #005daa CMYK chart
      #005daa RGB pie chart
      #005daa color shades, tints & tones
#005daa color schemes
#005daa color preview, HTML & CSS examples
           This text has a color of #005daa        
        
          <p style="color:#005daa;">Text here</p>
        
        
          .mytext {color:#005daa;}
        
        Text color #005daa
      
           This box has a color of #005daa        
        
          <div style="background-color:#005daa;">Content here</div>
        
        
          .mybackground {background-color:#005daa;}
        
        Background color #005daa
      
           Border around this has a color of #005daa        
        
          <div style="border:2px solid #005daa;">Content here</div>
        
        
          .myborder {border:2px solid #005daa;}
        
        Border color #005daa