#000070 color space conversions
Hex:
        #000070
        RGB:
        0, 0, 112
        CMY:
        100, 100, 56
        CMYK:
        100, 100, 0, 56
      HSL:
        240°, 100.0000%, 21.9608%
        HSV (HSB):
        240°, 100.0000%, 43.9216%
        XYZ:
        2.9246, 1.1699, 15.4009
        xyY:
        0.1500, 0.0600, 1.1699
      CIE-Lab:
        10.3331, 43.1756, -58.8039
        CIE-LCH:
        10.3331, 72.9523, 306.2872
        CIE-Luv:
        10.3331, -3.0069, -41.6996
        Hunter-Lab:
        10.8160, 29.3383, -76.8520
      #000070 color charts
#000070 RGB chart
      #000070 CMYK chart
      #000070 RGB pie chart
      #000070 color shades, tints & tones
#000070 color schemes
#000070 color preview, HTML & CSS examples
           This text has a color of #000070        
        
          <p style="color:#000070;">Text here</p>
        
        
          .mytext {color:#000070;}
        
        Text color #000070
      
           This box has a color of #000070        
        
          <div style="background-color:#000070;">Content here</div>
        
        
          .mybackground {background-color:#000070;}
        
        Background color #000070
      
           Border around this has a color of #000070        
        
          <div style="border:2px solid #000070;">Content here</div>
        
        
          .myborder {border:2px solid #000070;}
        
        Border color #000070