#0a0ace color space conversions
Hex:
        #0a0ace
        RGB:
        10, 10, 206
        CMY:
        96, 96, 19
        CMYK:
        95, 95, 0, 19
      HSL:
        240°, 90.7407%, 42.3529%
        HSV (HSB):
        240°, 95.1456%, 80.7843%
        XYZ:
        11.3743, 4.7378, 58.7075
        xyY:
        0.1520, 0.0633, 4.7378
      CIE-Lab:
        25.9744, 65.4708, -90.4128
        CIE-LCH:
        25.9744, 111.6284, 305.9095
        CIE-Luv:
        25.9744, -7.3879, -102.4563
        Hunter-Lab:
        21.7666, 55.1850, -144.6768
      #0a0ace color charts
#0a0ace RGB chart
      #0a0ace CMYK chart
      #0a0ace RGB pie chart
      #0a0ace color shades, tints & tones
#0a0ace color schemes
#0a0ace color preview, HTML & CSS examples
           This text has a color of #0a0ace        
        
          <p style="color:#0a0ace;">Text here</p>
        
        
          .mytext {color:#0a0ace;}
        
        Text color #0a0ace
      
           This box has a color of #0a0ace        
        
          <div style="background-color:#0a0ace;">Content here</div>
        
        
          .mybackground {background-color:#0a0ace;}
        
        Background color #0a0ace
      
           Border around this has a color of #0a0ace        
        
          <div style="border:2px solid #0a0ace;">Content here</div>
        
        
          .myborder {border:2px solid #0a0ace;}
        
        Border color #0a0ace