#00007e color space conversions
Hex:
        #00007e
        RGB:
        0, 0, 126
        CMY:
        100, 100, 51
        CMYK:
        100, 100, 0, 51
      HSL:
        240°, 100.0000%, 24.7059%
        HSV (HSB):
        240°, 100.0000%, 49.4118%
        XYZ:
        3.7659, 1.5064, 19.8309
        xyY:
        0.1500, 0.0600, 1.5064
      CIE-Lab:
        12.6484, 46.9718, -63.9743
        CIE-LCH:
        12.6484, 79.3666, 306.2872
        CIE-Luv:
        12.6484, -3.6806, -51.0432
        Hunter-Lab:
        12.2734, 33.2915, -87.2075
      #00007e color charts
#00007e RGB chart
      #00007e CMYK chart
      #00007e RGB pie chart
      #00007e color shades, tints & tones
#00007e color schemes
#00007e color preview, HTML & CSS examples
           This text has a color of #00007e        
        
          <p style="color:#00007e;">Text here</p>
        
        
          .mytext {color:#00007e;}
        
        Text color #00007e
      
           This box has a color of #00007e        
        
          <div style="background-color:#00007e;">Content here</div>
        
        
          .mybackground {background-color:#00007e;}
        
        Background color #00007e
      
           Border around this has a color of #00007e        
        
          <div style="border:2px solid #00007e;">Content here</div>
        
        
          .myborder {border:2px solid #00007e;}
        
        Border color #00007e