#0001bd color space conversions
Hex:
        #0001bd
        RGB:
        0, 1, 189
        CMY:
        100, 100, 26
        CMYK:
        100, 99, 0, 26
      HSL:
        240°, 100.0000%, 37.0588%
        HSV (HSB):
        240°, 100.0000%, 74.1176%
        XYZ:
        9.1962, 3.6958, 48.3728
        xyY:
        0.1501, 0.0603, 3.6958
      CIE-Lab:
        22.6393, 62.9920, -85.9885
        CIE-LCH:
        22.6393, 106.5928, 306.2251
        CIE-Luv:
        22.6393, -6.6125, -91.1644
        Hunter-Lab:
        19.2245, 51.7435, -135.7283
      #0001bd color charts
#0001bd RGB chart
      #0001bd CMYK chart
      #0001bd RGB pie chart
      #0001bd color shades, tints & tones
#0001bd color schemes
#0001bd color preview, HTML & CSS examples
           This text has a color of #0001bd        
        
          <p style="color:#0001bd;">Text here</p>
        
        
          .mytext {color:#0001bd;}
        
        Text color #0001bd
      
           This box has a color of #0001bd        
        
          <div style="background-color:#0001bd;">Content here</div>
        
        
          .mybackground {background-color:#0001bd;}
        
        Background color #0001bd
      
           Border around this has a color of #0001bd        
        
          <div style="border:2px solid #0001bd;">Content here</div>
        
        
          .myborder {border:2px solid #0001bd;}
        
        Border color #0001bd