#0100bb color space conversions
Hex:
        #0100bb
        RGB:
        1, 0, 187
        CMY:
        100, 100, 27
        CMYK:
        99, 100, 0, 27
      HSL:
        240°, 100.0000%, 36.6667%
        HSV (HSB):
        240°, 100.0000%, 73.3333%
        XYZ:
        8.9822, 3.5943, 47.2341
        xyY:
        0.1502, 0.0601, 3.5943
      CIE-Lab:
        22.2822, 62.7367, -85.3972
        CIE-LCH:
        22.2822, 105.9649, 306.3027
        CIE-Luv:
        22.2822, -6.4407, -89.8632
        Hunter-Lab:
        18.9587, 51.3913, -134.4455
      #0100bb color charts
#0100bb RGB chart
      #0100bb CMYK chart
      #0100bb RGB pie chart
      #0100bb color shades, tints & tones
#0100bb color schemes
#0100bb color preview, HTML & CSS examples
           This text has a color of #0100bb        
        
          <p style="color:#0100bb;">Text here</p>
        
        
          .mytext {color:#0100bb;}
        
        Text color #0100bb
      
           This box has a color of #0100bb        
        
          <div style="background-color:#0100bb;">Content here</div>
        
        
          .mybackground {background-color:#0100bb;}
        
        Background color #0100bb
      
           Border around this has a color of #0100bb        
        
          <div style="border:2px solid #0100bb;">Content here</div>
        
        
          .myborder {border:2px solid #0100bb;}
        
        Border color #0100bb