#0100db color space conversions
Hex:
        #0100db
        RGB:
        1, 0, 219
        CMY:
        100, 100, 14
        CMYK:
        100, 100, 0, 14
      HSL:
        240°, 100.0000%, 42.9412%
        HSV (HSB):
        240°, 100.0000%, 85.8824%
        XYZ:
        12.7987, 5.1209, 67.3317
        xyY:
        0.1501, 0.0601, 5.1209
      CIE-Lab:
        27.0765, 70.6039, -96.1224
        CIE-LCH:
        27.0765, 119.2662, 306.2981
        CIE-Luv:
        27.0765, -7.8422, -109.2196
        Hunter-Lab:
        22.6295, 61.3539, -160.5708
      #0100db color charts
#0100db RGB chart
      #0100db CMYK chart
      #0100db RGB pie chart
      #0100db color shades, tints & tones
#0100db color schemes
#0100db color preview, HTML & CSS examples
           This text has a color of #0100db        
        
          <p style="color:#0100db;">Text here</p>
        
        
          .mytext {color:#0100db;}
        
        Text color #0100db
      
           This box has a color of #0100db        
        
          <div style="background-color:#0100db;">Content here</div>
        
        
          .mybackground {background-color:#0100db;}
        
        Background color #0100db
      
           Border around this has a color of #0100db        
        
          <div style="border:2px solid #0100db;">Content here</div>
        
        
          .myborder {border:2px solid #0100db;}
        
        Border color #0100db