#0001dc color space conversions
Hex:
        #0001dc
        RGB:
        0, 1, 220
        CMY:
        100, 100, 14
        CMYK:
        100, 100, 0, 14
      HSL:
        240°, 100.0000%, 43.1373%
        HSV (HSB):
        240°, 100.0000%, 86.2745%
        XYZ:
        12.9291, 5.1890, 68.0303
        xyY:
        0.1501, 0.0602, 5.1890
      CIE-Lab:
        27.2666, 70.6522, -96.3819
        CIE-LCH:
        27.2666, 119.5040, 306.2431
        CIE-Luv:
        27.2666, -7.9555, -109.8666
        Hunter-Lab:
        22.7794, 61.4489, -161.1229
      #0001dc color charts
#0001dc RGB chart
      #0001dc CMYK chart
      #0001dc RGB pie chart
      #0001dc color shades, tints & tones
#0001dc color schemes
#0001dc color preview, HTML & CSS examples
           This text has a color of #0001dc        
        
          <p style="color:#0001dc;">Text here</p>
        
        
          .mytext {color:#0001dc;}
        
        Text color #0001dc
      
           This box has a color of #0001dc        
        
          <div style="background-color:#0001dc;">Content here</div>
        
        
          .mybackground {background-color:#0001dc;}
        
        Background color #0001dc
      
           Border around this has a color of #0001dc        
        
          <div style="border:2px solid #0001dc;">Content here</div>
        
        
          .myborder {border:2px solid #0001dc;}
        
        Border color #0001dc