#000cbc color space conversions
Hex:
        #000cbc
        RGB:
        0, 12, 188
        CMY:
        100, 95, 26
        CMYK:
        100, 94, 0, 26
      HSL:
        236°, 100.0000%, 36.8627%
        HSV (HSB):
        236°, 100.0000%, 73.7255%
        XYZ:
        9.2086, 3.8938, 47.8432
        xyY:
        0.1511, 0.0639, 3.8938
      CIE-Lab:
        23.3171, 60.1733, -84.2607
        CIE-LCH:
        23.3171, 103.5408, 305.5319
        CIE-Luv:
        23.3171, -7.0899, -91.6536
        Hunter-Lab:
        19.7327, 48.7677, -129.9397
      #000cbc color charts
#000cbc RGB chart
      #000cbc CMYK chart
      #000cbc RGB pie chart
      #000cbc color shades, tints & tones
#000cbc color schemes
#000cbc color preview, HTML & CSS examples
           This text has a color of #000cbc        
        
          <p style="color:#000cbc;">Text here</p>
        
        
          .mytext {color:#000cbc;}
        
        Text color #000cbc
      
           This box has a color of #000cbc        
        
          <div style="background-color:#000cbc;">Content here</div>
        
        
          .mybackground {background-color:#000cbc;}
        
        Background color #000cbc
      
           Border around this has a color of #000cbc        
        
          <div style="border:2px solid #000cbc;">Content here</div>
        
        
          .myborder {border:2px solid #000cbc;}
        
        Border color #000cbc