#0b00ec color space conversions
Hex:
        #0b00ec
        RGB:
        11, 0, 236
        CMY:
        96, 100, 7
        CMYK:
        95, 100, 0, 7
      HSL:
        243°, 100.0000%, 46.2745%
        HSV (HSB):
        243°, 100.0000%, 92.5490%
        XYZ:
        15.2783, 6.1273, 79.7343
        xyY:
        0.1511, 0.0606, 6.1273
      CIE-Lab:
        29.7313, 74.7446, -101.4235
        CIE-LCH:
        29.7313, 125.9901, 306.3886
        CIE-Luv:
        29.7313, -8.2754, -119.4833
        Hunter-Lab:
        24.7533, 66.8560, -173.6549
      #0b00ec color charts
#0b00ec RGB chart
      #0b00ec CMYK chart
      #0b00ec RGB pie chart
      #0b00ec color shades, tints & tones
#0b00ec color schemes
#0b00ec color preview, HTML & CSS examples
           This text has a color of #0b00ec        
        
          <p style="color:#0b00ec;">Text here</p>
        
        
          .mytext {color:#0b00ec;}
        
        Text color #0b00ec
      
           This box has a color of #0b00ec        
        
          <div style="background-color:#0b00ec;">Content here</div>
        
        
          .mybackground {background-color:#0b00ec;}
        
        Background color #0b00ec
      
           Border around this has a color of #0b00ec        
        
          <div style="border:2px solid #0b00ec;">Content here</div>
        
        
          .myborder {border:2px solid #0b00ec;}
        
        Border color #0b00ec