#001aff color space conversions
Hex:
        #001aff
        RGB:
        0, 26, 255
        CMY:
        100, 90, 0
        CMYK:
        100, 90, 0, 0
      HSL:
        234°, 100.0000%, 50.0000%
        HSV (HSB):
        234°, 100.0000%, 100.0000%
        XYZ:
        18.4194, 7.9588, 95.1731
        xyY:
        0.1515, 0.0655, 7.9588
      CIE-Lab:
        33.8969, 74.2719, -105.1974
        CIE-LCH:
        33.8969, 128.7742, 305.2230
        CIE-Luv:
        33.8969, -10.4846, -131.8140
        Hunter-Lab:
        28.2113, 67.1742, -180.2716
      #001aff color charts
#001aff RGB chart
      #001aff CMYK chart
      #001aff RGB pie chart
      #001aff color shades, tints & tones
#001aff color schemes
#001aff color preview, HTML & CSS examples
           This text has a color of #001aff        
        
          <p style="color:#001aff;">Text here</p>
        
        
          .mytext {color:#001aff;}
        
        Text color #001aff
      
           This box has a color of #001aff        
        
          <div style="background-color:#001aff;">Content here</div>
        
        
          .mybackground {background-color:#001aff;}
        
        Background color #001aff
      
           Border around this has a color of #001aff        
        
          <div style="border:2px solid #001aff;">Content here</div>
        
        
          .myborder {border:2px solid #001aff;}
        
        Border color #001aff