#132daf color space conversions
Hex:
        #132daf
        RGB:
        19, 45, 175
        CMY:
        93, 82, 31
        CMYK:
        89, 74, 0, 31
      HSL:
        230°, 80.4124%, 38.0392%
        HSV (HSB):
        230°, 89.1429%, 68.6275%
        XYZ:
        8.9448, 5.1104, 41.0724
        xyY:
        0.1623, 0.0927, 5.1104
      CIE-Lab:
        27.0469, 41.8829, -70.2897
        CIE-LCH:
        27.0469, 81.8218, 300.7891
        CIE-Luv:
        27.0469, -9.3168, -87.2275
        Hunter-Lab:
        22.6061, 31.0683, -91.8980
      #132daf color charts
#132daf RGB chart
      #132daf CMYK chart
      #132daf RGB pie chart
      #132daf color shades, tints & tones
#132daf color schemes
#132daf color preview, HTML & CSS examples
           This text has a color of #132daf        
        
          <p style="color:#132daf;">Text here</p>
        
        
          .mytext {color:#132daf;}
        
        Text color #132daf
      
           This box has a color of #132daf        
        
          <div style="background-color:#132daf;">Content here</div>
        
        
          .mybackground {background-color:#132daf;}
        
        Background color #132daf
      
           Border around this has a color of #132daf        
        
          <div style="border:2px solid #132daf;">Content here</div>
        
        
          .myborder {border:2px solid #132daf;}
        
        Border color #132daf