#011baf color space conversions
Hex:
        #011baf
        RGB:
        1, 27, 175
        CMY:
        100, 89, 31
        CMYK:
        99, 85, 0, 31
      HSL:
        231°, 98.8636%, 34.5098%
        HSV (HSB):
        231°, 99.4286%, 68.6275%
        XYZ:
        8.1423, 3.8855, 40.8783
        xyY:
        0.1539, 0.0734, 3.8855
      CIE-Lab:
        23.2891, 51.0647, -76.5406
        CIE-LCH:
        23.2891, 92.0112, 303.7096
        CIE-Luv:
        23.2891, -7.7414, -85.7933
        Hunter-Lab:
        19.7116, 39.2382, -109.1587
      #011baf color charts
#011baf RGB chart
      #011baf CMYK chart
      #011baf RGB pie chart
      #011baf color shades, tints & tones
#011baf color schemes
#011baf color preview, HTML & CSS examples
           This text has a color of #011baf        
        
          <p style="color:#011baf;">Text here</p>
        
        
          .mytext {color:#011baf;}
        
        Text color #011baf
      
           This box has a color of #011baf        
        
          <div style="background-color:#011baf;">Content here</div>
        
        
          .mybackground {background-color:#011baf;}
        
        Background color #011baf
      
           Border around this has a color of #011baf        
        
          <div style="border:2px solid #011baf;">Content here</div>
        
        
          .myborder {border:2px solid #011baf;}
        
        Border color #011baf