#145ccc color space conversions
Hex:
        #145ccc
        RGB:
        20, 92, 204
        CMY:
        92, 64, 20
        CMYK:
        90, 55, 0, 20
      HSL:
        217°, 82.1429%, 43.9216%
        HSV (HSB):
        217°, 90.1961%, 80.0000%
        XYZ:
        15.0147, 12.1626, 58.6830
        xyY:
        0.1749, 0.1417, 12.1626
      CIE-Lab:
        41.4735, 22.5593, -63.6677
        CIE-LCH:
        41.4735, 67.5463, 289.5107
        CIE-Luv:
        41.4735, -19.9709, -94.4940
        Hunter-Lab:
        34.8750, 15.8183, -75.3529
      #145ccc color charts
#145ccc RGB chart
      #145ccc CMYK chart
      #145ccc RGB pie chart
      #145ccc color shades, tints & tones
#145ccc color schemes
#145ccc color preview, HTML & CSS examples
           This text has a color of #145ccc        
        
          <p style="color:#145ccc;">Text here</p>
        
        
          .mytext {color:#145ccc;}
        
        Text color #145ccc
      
           This box has a color of #145ccc        
        
          <div style="background-color:#145ccc;">Content here</div>
        
        
          .mybackground {background-color:#145ccc;}
        
        Background color #145ccc
      
           Border around this has a color of #145ccc        
        
          <div style="border:2px solid #145ccc;">Content here</div>
        
        
          .myborder {border:2px solid #145ccc;}
        
        Border color #145ccc