#1b2aac color space conversions
Hex:
        #1b2aac
        RGB:
        27, 42, 172
        CMY:
        89, 84, 33
        CMYK:
        84, 76, 0, 33
      HSL:
        234°, 72.8643%, 39.0196%
        HSV (HSB):
        234°, 84.3023%, 67.4510%
        XYZ:
        8.7264, 4.8675, 39.5093
        xyY:
        0.1643, 0.0917, 4.8675
      CIE-Lab:
        26.3539, 43.0033, -69.6276
        CIE-LCH:
        26.3539, 81.8369, 301.7002
        CIE-Luv:
        26.3539, -8.0666, -85.5099
        Hunter-Lab:
        22.0624, 31.9930, -90.7327
      #1b2aac color charts
#1b2aac RGB chart
      #1b2aac CMYK chart
      #1b2aac RGB pie chart
      #1b2aac color shades, tints & tones
#1b2aac color schemes
#1b2aac color preview, HTML & CSS examples
           This text has a color of #1b2aac        
        
          <p style="color:#1b2aac;">Text here</p>
        
        
          .mytext {color:#1b2aac;}
        
        Text color #1b2aac
      
           This box has a color of #1b2aac        
        
          <div style="background-color:#1b2aac;">Content here</div>
        
        
          .mybackground {background-color:#1b2aac;}
        
        Background color #1b2aac
      
           Border around this has a color of #1b2aac        
        
          <div style="border:2px solid #1b2aac;">Content here</div>
        
        
          .myborder {border:2px solid #1b2aac;}
        
        Border color #1b2aac