#100f3f color space conversions
Hex:
        #100f3f
        RGB:
        16, 15, 63
        CMY:
        94, 94, 75
        CMYK:
        75, 76, 0, 75
      HSL:
        241°, 61.5385%, 15.2941%
        HSV (HSB):
        241°, 76.1905%, 24.7059%
        XYZ:
        1.2817, 0.8107, 4.7916
        xyY:
        0.1862, 0.1178, 0.8107
      CIE-Lab:
        7.3229, 18.4814, -30.3985
        CIE-LCH:
        7.3229, 35.5758, 301.2984
        CIE-Luv:
        7.3229, -1.2881, -19.6146
        Hunter-Lab:
        9.0038, 9.6532, -25.2496
      #100f3f color charts
#100f3f RGB chart
      #100f3f CMYK chart
      #100f3f RGB pie chart
      #100f3f color shades, tints & tones
#100f3f color schemes
#100f3f color preview, HTML & CSS examples
           This text has a color of #100f3f        
        
          <p style="color:#100f3f;">Text here</p>
        
        
          .mytext {color:#100f3f;}
        
        Text color #100f3f
      
           This box has a color of #100f3f        
        
          <div style="background-color:#100f3f;">Content here</div>
        
        
          .mybackground {background-color:#100f3f;}
        
        Background color #100f3f
      
           Border around this has a color of #100f3f        
        
          <div style="border:2px solid #100f3f;">Content here</div>
        
        
          .myborder {border:2px solid #100f3f;}
        
        Border color #100f3f