#153fac color space conversions
Hex:
        #153fac
        RGB:
        21, 63, 172
        CMY:
        92, 75, 33
        CMYK:
        88, 63, 0, 33
      HSL:
        223°, 78.2383%, 37.8431%
        HSV (HSB):
        223°, 87.7907%, 67.4510%
        XYZ:
        9.5332, 6.6930, 39.8192
        xyY:
        0.1701, 0.1194, 6.6930
      CIE-Lab:
        31.0975, 29.3042, -61.8208
        CIE-LCH:
        31.0975, 68.4145, 295.3618
        CIE-Luv:
        31.0975, -12.7755, -83.1720
        Hunter-Lab:
        25.8708, 20.5016, -73.1467
      #153fac color charts
#153fac RGB chart
      #153fac CMYK chart
      #153fac RGB pie chart
      #153fac color shades, tints & tones
#153fac color schemes
#153fac color preview, HTML & CSS examples
           This text has a color of #153fac        
        
          <p style="color:#153fac;">Text here</p>
        
        
          .mytext {color:#153fac;}
        
        Text color #153fac
      
           This box has a color of #153fac        
        
          <div style="background-color:#153fac;">Content here</div>
        
        
          .mybackground {background-color:#153fac;}
        
        Background color #153fac
      
           Border around this has a color of #153fac        
        
          <div style="border:2px solid #153fac;">Content here</div>
        
        
          .myborder {border:2px solid #153fac;}
        
        Border color #153fac