#132dcd color space conversions
Hex:
        #132dcd
        RGB:
        19, 45, 205
        CMY:
        93, 82, 20
        CMYK:
        91, 78, 0, 20
      HSL:
        232°, 83.0357%, 43.9216%
        HSV (HSB):
        232°, 90.7317%, 80.3922%
        XYZ:
        12.2264, 6.4230, 58.3530
        xyY:
        0.1588, 0.0834, 6.4230
      CIE-Lab:
        30.4555, 52.1611, -82.3585
        CIE-LCH:
        30.4555, 97.4869, 302.3478
        CIE-Luv:
        30.4555, -10.0614, -104.7313
        Hunter-Lab:
        25.3436, 41.7614, -118.7729
      #132dcd color charts
#132dcd RGB chart
      #132dcd CMYK chart
      #132dcd RGB pie chart
      #132dcd color shades, tints & tones
#132dcd color schemes
#132dcd color preview, HTML & CSS examples
           This text has a color of #132dcd        
        
          <p style="color:#132dcd;">Text here</p>
        
        
          .mytext {color:#132dcd;}
        
        Text color #132dcd
      
           This box has a color of #132dcd        
        
          <div style="background-color:#132dcd;">Content here</div>
        
        
          .mybackground {background-color:#132dcd;}
        
        Background color #132dcd
      
           Border around this has a color of #132dcd        
        
          <div style="border:2px solid #132dcd;">Content here</div>
        
        
          .myborder {border:2px solid #132dcd;}
        
        Border color #132dcd