#2020a1 color space conversions
Hex:
        #2020a1
        RGB:
        32, 32, 161
        CMY:
        87, 87, 37
        CMYK:
        80, 80, 0, 37
      HSL:
        240°, 66.8394%, 37.8431%
        HSV (HSB):
        240°, 80.1242%, 63.1373%
        XYZ:
        7.5452, 3.9133, 34.0759
        xyY:
        0.1657, 0.0859, 3.9133
      CIE-Lab:
        23.3827, 45.1357, -67.8860
        CIE-LCH:
        23.3827, 81.5214, 303.6190
        CIE-Luv:
        23.3827, -5.6831, -78.8156
        Hunter-Lab:
        19.7821, 33.4641, -88.2833
      #2020a1 color charts
#2020a1 RGB chart
      #2020a1 CMYK chart
      #2020a1 RGB pie chart
      #2020a1 color shades, tints & tones
#2020a1 color schemes
#2020a1 color preview, HTML & CSS examples
           This text has a color of #2020a1        
        
          <p style="color:#2020a1;">Text here</p>
        
        
          .mytext {color:#2020a1;}
        
        Text color #2020a1
      
           This box has a color of #2020a1        
        
          <div style="background-color:#2020a1;">Content here</div>
        
        
          .mybackground {background-color:#2020a1;}
        
        Background color #2020a1
      
           Border around this has a color of #2020a1        
        
          <div style="border:2px solid #2020a1;">Content here</div>
        
        
          .myborder {border:2px solid #2020a1;}
        
        Border color #2020a1