#050faa color space conversions
Hex:
        #050faa
        RGB:
        5, 15, 170
        CMY:
        98, 94, 33
        CMYK:
        97, 91, 0, 33
      HSL:
        236°, 94.2857%, 34.3137%
        HSV (HSB):
        236°, 97.0588%, 66.6667%
        XYZ:
        7.4891, 3.2762, 38.2679
        xyY:
        0.1527, 0.0668, 3.2762
      CIE-Lab:
        21.1177, 54.3651, -77.1454
        CIE-LCH:
        21.1177, 94.3768, 305.1727
        CIE-Luv:
        21.1177, -6.3419, -81.3552
        Hunter-Lab:
        18.1003, 42.1802, -112.6817
      #050faa color charts
#050faa RGB chart
      #050faa CMYK chart
      #050faa RGB pie chart
      #050faa color shades, tints & tones
#050faa color schemes
#050faa color preview, HTML & CSS examples
           This text has a color of #050faa        
        
          <p style="color:#050faa;">Text here</p>
        
        
          .mytext {color:#050faa;}
        
        Text color #050faa
      
           This box has a color of #050faa        
        
          <div style="background-color:#050faa;">Content here</div>
        
        
          .mybackground {background-color:#050faa;}
        
        Background color #050faa
      
           Border around this has a color of #050faa        
        
          <div style="border:2px solid #050faa;">Content here</div>
        
        
          .myborder {border:2px solid #050faa;}
        
        Border color #050faa