#001fbf color space conversions
Hex:
        #001fbf
        RGB:
        0, 31, 191
        CMY:
        100, 88, 25
        CMYK:
        100, 84, 0, 25
      HSL:
        230°, 100.0000%, 37.4510%
        HSV (HSB):
        230°, 100.0000%, 74.9020%
        XYZ:
        9.8940, 4.7416, 49.6840
        xyY:
        0.1538, 0.0737, 4.7416
      CIE-Lab:
        25.9854, 54.2337, -81.5858
        CIE-LCH:
        25.9854, 97.9671, 303.6138
        CIE-Luv:
        25.9854, -8.7232, -95.5506
        Hunter-Lab:
        21.7751, 42.9985, -120.0385
      #001fbf color charts
#001fbf RGB chart
      #001fbf CMYK chart
      #001fbf RGB pie chart
      #001fbf color shades, tints & tones
#001fbf color schemes
#001fbf color preview, HTML & CSS examples
           This text has a color of #001fbf        
        
          <p style="color:#001fbf;">Text here</p>
        
        
          .mytext {color:#001fbf;}
        
        Text color #001fbf
      
           This box has a color of #001fbf        
        
          <div style="background-color:#001fbf;">Content here</div>
        
        
          .mybackground {background-color:#001fbf;}
        
        Background color #001fbf
      
           Border around this has a color of #001fbf        
        
          <div style="border:2px solid #001fbf;">Content here</div>
        
        
          .myborder {border:2px solid #001fbf;}
        
        Border color #001fbf