#100bcc color space conversions
Hex:
        #100bcc
        RGB:
        16, 11, 204
        CMY:
        94, 96, 20
        CMYK:
        92, 95, 0, 20
      HSL:
        242°, 89.7674%, 42.1569%
        HSV (HSB):
        242°, 94.6078%, 80.0000%
        XYZ:
        11.2324, 4.7091, 57.4437
        xyY:
        0.1531, 0.0642, 4.7091
      CIE-Lab:
        25.8895, 64.8083, -89.3827
        CIE-LCH:
        25.8895, 110.4056, 305.9446
        CIE-Luv:
        25.8895, -7.0983, -101.5105
        Hunter-Lab:
        21.7005, 54.4176, -141.7566
      #100bcc color charts
#100bcc RGB chart
      #100bcc CMYK chart
      #100bcc RGB pie chart
      #100bcc color shades, tints & tones
#100bcc color schemes
#100bcc color preview, HTML & CSS examples
           This text has a color of #100bcc        
        
          <p style="color:#100bcc;">Text here</p>
        
        
          .mytext {color:#100bcc;}
        
        Text color #100bcc
      
           This box has a color of #100bcc        
        
          <div style="background-color:#100bcc;">Content here</div>
        
        
          .mybackground {background-color:#100bcc;}
        
        Background color #100bcc
      
           Border around this has a color of #100bcc        
        
          <div style="border:2px solid #100bcc;">Content here</div>
        
        
          .myborder {border:2px solid #100bcc;}
        
        Border color #100bcc