#03027b color space conversions
Hex:
        #03027b
        RGB:
        3, 2, 123
        CMY:
        99, 99, 52
        CMYK:
        98, 98, 0, 52
      HSL:
        240°, 96.8000%, 24.5098%
        HSV (HSB):
        240°, 98.3740%, 48.2353%
        XYZ:
        3.6344, 1.4928, 18.8355
        xyY:
        0.1517, 0.0623, 1.4928
      CIE-Lab:
        12.5624, 45.3351, -62.1930
        CIE-LCH:
        12.5624, 76.9626, 306.0899
        CIE-Luv:
        12.5624, -3.5434, -49.8995
        Hunter-Lab:
        12.2182, 31.7148, -82.8485
      #03027b color charts
#03027b RGB chart
      #03027b CMYK chart
      #03027b RGB pie chart
      #03027b color shades, tints & tones
#03027b color schemes
#03027b color preview, HTML & CSS examples
           This text has a color of #03027b        
        
          <p style="color:#03027b;">Text here</p>
        
        
          .mytext {color:#03027b;}
        
        Text color #03027b
      
           This box has a color of #03027b        
        
          <div style="background-color:#03027b;">Content here</div>
        
        
          .mybackground {background-color:#03027b;}
        
        Background color #03027b
      
           Border around this has a color of #03027b        
        
          <div style="border:2px solid #03027b;">Content here</div>
        
        
          .myborder {border:2px solid #03027b;}
        
        Border color #03027b