#2005ac color space conversions
Hex:
        #2005ac
        RGB:
        32, 5, 172
        CMY:
        87, 98, 33
        CMYK:
        81, 97, 0, 33
      HSL:
        250°, 94.3503%, 34.7059%
        HSV (HSB):
        250°, 97.0930%, 67.4510%
        XYZ:
        8.0963, 3.3942, 39.2581
        xyY:
        0.1595, 0.0669, 3.3942
      CIE-Lab:
        21.5580, 58.1106, -77.5934
        CIE-LCH:
        21.5580, 96.9411, 306.8300
        CIE-Luv:
        21.5580, -4.1051, -82.8263
        Hunter-Lab:
        18.4233, 46.2032, -113.4446
      #2005ac color charts
#2005ac RGB chart
      #2005ac CMYK chart
      #2005ac RGB pie chart
      #2005ac color shades, tints & tones
#2005ac color schemes
#2005ac color preview, HTML & CSS examples
           This text has a color of #2005ac        
        
          <p style="color:#2005ac;">Text here</p>
        
        
          .mytext {color:#2005ac;}
        
        Text color #2005ac
      
           This box has a color of #2005ac        
        
          <div style="background-color:#2005ac;">Content here</div>
        
        
          .mybackground {background-color:#2005ac;}
        
        Background color #2005ac
      
           Border around this has a color of #2005ac        
        
          <div style="border:2px solid #2005ac;">Content here</div>
        
        
          .myborder {border:2px solid #2005ac;}
        
        Border color #2005ac