#130eec color space conversions
Hex:
        #130eec
        RGB:
        19, 14, 236
        CMY:
        93, 95, 7
        CMYK:
        92, 94, 0, 7
      HSL:
        241°, 88.8000%, 49.0196%
        HSV (HSB):
        241°, 94.0678%, 92.5490%
        XYZ:
        15.5659, 6.5087, 79.7928
        xyY:
        0.1528, 0.0639, 6.5087
      CIE-Lab:
        30.6611, 72.4322, -99.8645
        CIE-LCH:
        30.6611, 123.3667, 305.9535
        CIE-Luv:
        30.6611, -8.4671, -120.4523
        Hunter-Lab:
        25.5121, 64.2638, -167.5799
      #130eec color charts
#130eec RGB chart
      #130eec CMYK chart
      #130eec RGB pie chart
      #130eec color shades, tints & tones
#130eec color schemes
#130eec color preview, HTML & CSS examples
           This text has a color of #130eec        
        
          <p style="color:#130eec;">Text here</p>
        
        
          .mytext {color:#130eec;}
        
        Text color #130eec
      
           This box has a color of #130eec        
        
          <div style="background-color:#130eec;">Content here</div>
        
        
          .mybackground {background-color:#130eec;}
        
        Background color #130eec
      
           Border around this has a color of #130eec        
        
          <div style="border:2px solid #130eec;">Content here</div>
        
        
          .myborder {border:2px solid #130eec;}
        
        Border color #130eec