#1f2aac color space conversions
Hex:
        #1f2aac
        RGB:
        31, 42, 172
        CMY:
        88, 84, 33
        CMYK:
        82, 76, 0, 33
      HSL:
        235°, 69.4581%, 39.8039%
        HSV (HSB):
        235°, 81.9767%, 67.4510%
        XYZ:
        8.8394, 4.9258, 39.5146
        xyY:
        0.1659, 0.0925, 4.9258
      CIE-Lab:
        26.5223, 43.2475, -69.3436
        CIE-LCH:
        26.5223, 81.7244, 301.9505
        CIE-Luv:
        26.5223, -7.6429, -85.5336
        Hunter-Lab:
        22.1941, 32.2529, -90.0245
      #1f2aac color charts
#1f2aac RGB chart
      #1f2aac CMYK chart
      #1f2aac RGB pie chart
      #1f2aac color shades, tints & tones
#1f2aac color schemes
#1f2aac color preview, HTML & CSS examples
           This text has a color of #1f2aac        
        
          <p style="color:#1f2aac;">Text here</p>
        
        
          .mytext {color:#1f2aac;}
        
        Text color #1f2aac
      
           This box has a color of #1f2aac        
        
          <div style="background-color:#1f2aac;">Content here</div>
        
        
          .mybackground {background-color:#1f2aac;}
        
        Background color #1f2aac
      
           Border around this has a color of #1f2aac        
        
          <div style="border:2px solid #1f2aac;">Content here</div>
        
        
          .myborder {border:2px solid #1f2aac;}
        
        Border color #1f2aac