#0a2acc color space conversions
Hex:
        #0a2acc
        RGB:
        10, 42, 204
        CMY:
        96, 84, 20
        CMYK:
        95, 79, 0, 20
      HSL:
        230°, 90.6542%, 41.9608%
        HSV (HSB):
        230°, 95.0980%, 80.0000%
        XYZ:
        11.8522, 6.0801, 57.6756
        xyY:
        0.1568, 0.0804, 6.0801
      CIE-Lab:
        29.6136, 53.1884, -83.1790
        CIE-LCH:
        29.6136, 98.7307, 302.5967
        CIE-Luv:
        29.6136, -10.0550, -103.9940
        Hunter-Lab:
        24.6578, 42.6479, -121.4211
      #0a2acc color charts
#0a2acc RGB chart
      #0a2acc CMYK chart
      #0a2acc RGB pie chart
      #0a2acc color shades, tints & tones
#0a2acc color schemes
#0a2acc color preview, HTML & CSS examples
           This text has a color of #0a2acc        
        
          <p style="color:#0a2acc;">Text here</p>
        
        
          .mytext {color:#0a2acc;}
        
        Text color #0a2acc
      
           This box has a color of #0a2acc        
        
          <div style="background-color:#0a2acc;">Content here</div>
        
        
          .mybackground {background-color:#0a2acc;}
        
        Background color #0a2acc
      
           Border around this has a color of #0a2acc        
        
          <div style="border:2px solid #0a2acc;">Content here</div>
        
        
          .myborder {border:2px solid #0a2acc;}
        
        Border color #0a2acc