#125daf color space conversions
Hex:
        #125daf
        RGB:
        18, 93, 175
        CMY:
        93, 64, 31
        CMYK:
        90, 47, 0, 31
      HSL:
        211°, 81.3472%, 37.8431%
        HSV (HSB):
        211°, 89.7143%, 68.6275%
        XYZ:
        11.9017, 11.0524, 42.0635
        xyY:
        0.1831, 0.1700, 11.0524
      CIE-Lab:
        39.6687, 10.1946, -49.6811
        CIE-LCH:
        39.6687, 50.7163, 281.5962
        CIE-Luv:
        39.6687, -21.2344, -72.7102
        Hunter-Lab:
        33.2452, 5.7232, -51.7450
      #125daf color charts
#125daf RGB chart
      #125daf CMYK chart
      #125daf RGB pie chart
      #125daf color shades, tints & tones
#125daf color schemes
#125daf color preview, HTML & CSS examples
           This text has a color of #125daf        
        
          <p style="color:#125daf;">Text here</p>
        
        
          .mytext {color:#125daf;}
        
        Text color #125daf
      
           This box has a color of #125daf        
        
          <div style="background-color:#125daf;">Content here</div>
        
        
          .mybackground {background-color:#125daf;}
        
        Background color #125daf
      
           Border around this has a color of #125daf        
        
          <div style="border:2px solid #125daf;">Content here</div>
        
        
          .myborder {border:2px solid #125daf;}
        
        Border color #125daf