#0a5acc color space conversions
Hex:
        #0a5acc
        RGB:
        10, 90, 204
        CMY:
        96, 65, 20
        CMYK:
        95, 56, 0, 20
      HSL:
        215°, 90.6542%, 41.9608%
        HSV (HSB):
        215°, 95.0980%, 80.0000%
        XYZ:
        14.6804, 11.7365, 58.6184
        xyY:
        0.1726, 0.1380, 11.7365
      CIE-Lab:
        40.7942, 23.4661, -64.7791
        CIE-LCH:
        40.7942, 68.8984, 289.9128
        CIE-Luv:
        40.7942, -19.9684, -95.5608
        Hunter-Lab:
        34.2586, 16.5380, -77.4676
      #0a5acc color charts
#0a5acc RGB chart
      #0a5acc CMYK chart
      #0a5acc RGB pie chart
      #0a5acc color shades, tints & tones
#0a5acc color schemes
#0a5acc color preview, HTML & CSS examples
           This text has a color of #0a5acc        
        
          <p style="color:#0a5acc;">Text here</p>
        
        
          .mytext {color:#0a5acc;}
        
        Text color #0a5acc
      
           This box has a color of #0a5acc        
        
          <div style="background-color:#0a5acc;">Content here</div>
        
        
          .mybackground {background-color:#0a5acc;}
        
        Background color #0a5acc
      
           Border around this has a color of #0a5acc        
        
          <div style="border:2px solid #0a5acc;">Content here</div>
        
        
          .myborder {border:2px solid #0a5acc;}
        
        Border color #0a5acc