#120daf color space conversions
Hex:
        #120daf
        RGB:
        18, 13, 175
        CMY:
        93, 95, 31
        CMYK:
        90, 93, 0, 31
      HSL:
        242°, 86.1702%, 36.8627%
        HSV (HSB):
        242°, 92.5714%, 68.6275%
        XYZ:
        8.1312, 3.5116, 40.8067
        xyY:
        0.1550, 0.0670, 3.5116
      CIE-Lab:
        21.9862, 56.5807, -78.7027
        CIE-LCH:
        21.9862, 96.9303, 305.7130
        CIE-Luv:
        21.9862, -5.8096, -84.5593
        Hunter-Lab:
        18.7392, 44.6602, -115.9928
      #120daf color charts
#120daf RGB chart
      #120daf CMYK chart
      #120daf RGB pie chart
      #120daf color shades, tints & tones
#120daf color schemes
#120daf color preview, HTML & CSS examples
           This text has a color of #120daf        
        
          <p style="color:#120daf;">Text here</p>
        
        
          .mytext {color:#120daf;}
        
        Text color #120daf
      
           This box has a color of #120daf        
        
          <div style="background-color:#120daf;">Content here</div>
        
        
          .mybackground {background-color:#120daf;}
        
        Background color #120daf
      
           Border around this has a color of #120daf        
        
          <div style="border:2px solid #120daf;">Content here</div>
        
        
          .myborder {border:2px solid #120daf;}
        
        Border color #120daf