#1242ac color space conversions
Hex:
        #1242ac
        RGB:
        18, 66, 172
        CMY:
        93, 74, 33
        CMYK:
        90, 62, 0, 33
      HSL:
        221°, 81.0526%, 37.2549%
        HSV (HSB):
        221°, 89.5349%, 67.4510%
        XYZ:
        9.6441, 7.0036, 39.8733
        xyY:
        0.1706, 0.1239, 7.0036
      CIE-Lab:
        31.8151, 27.1088, -60.6484
        CIE-LCH:
        31.8151, 66.4313, 294.0838
        CIE-Luv:
        31.8151, -13.7345, -82.4432
        Hunter-Lab:
        26.4643, 18.7361, -70.8061
      #1242ac color charts
#1242ac RGB chart
      #1242ac CMYK chart
      #1242ac RGB pie chart
      #1242ac color shades, tints & tones
#1242ac color schemes
#1242ac color preview, HTML & CSS examples
           This text has a color of #1242ac        
        
          <p style="color:#1242ac;">Text here</p>
        
        
          .mytext {color:#1242ac;}
        
        Text color #1242ac
      
           This box has a color of #1242ac        
        
          <div style="background-color:#1242ac;">Content here</div>
        
        
          .mybackground {background-color:#1242ac;}
        
        Background color #1242ac
      
           Border around this has a color of #1242ac        
        
          <div style="border:2px solid #1242ac;">Content here</div>
        
        
          .myborder {border:2px solid #1242ac;}
        
        Border color #1242ac