Shades of Blue #131EEC
Tints of Blue #131EEC
RGB
CMYK
RGB Variations
Color information
#131EEC (or 0x131EEC) is known color: Blue. HEX triplet: 13, 1E and EC. RGB value is (19,30,236). Sum of RGB (Red+Green+Blue) = 19+30+236=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 236 (92.58% from 255 or 82.81% from 285); Max value from RGB is 236 - color contains mainly: blue. Hex color #131EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131EEC is #ECE113. Grayscale: #313131. Windows color (decimal): -15524116 or 15474195. OLE color: 15474195.
HSL color Cylindrical-coordinate representation of color #131EEC: hue angle of 236.96º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131EEC is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 30 | 236 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.07 |
| HSL | 236.96º | 0.85% | 0.5% | - |
| HSV(B) | 236.96º | 0.92% | 0.93% | - |
| XYZ | 15.87 | 7.12 | 79.9 | - |
| YUV | 50.2 | 232.86 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 236 | 0.92 | 0.87 | 0 | 0.07 | 236.96 | 0.85 | 0.5 |
| Hex | 13 | 1E | EC | 5C | 57 | 0 | 7 | ED | 55 | 32 |
| Octal | 23 | 36 | 354 | 134 | 127 | 0 | 7 | 355 | 125 | 62 |
| Binary | 10011 | 11110 | 11101100 | 1011100 | 1010111 | 0 | 111 | 11101101 | 1010101 | 110010 |
Color Harmonies of #131EEC
Complementary color
Monochromatic Colors of #131EEC
Black with #131EEC
Text Example
Text Example
White with #131EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131EEC; }
p { color: rgb(19,30,236); }
H1.HeaderClassName
{
color: #131EEC;
}
.AnyTagClassName
{
color: #131EEC;
}
</style>
background-color css
<style>
a { background-color: #131EEC; }
a { background-color: rgb(19,30,236); }
div.DivClassName
{
background-color: #131EEC;
}
.BgClassName
{
background-color: #131EEC;
}
</style>
border-color css
<style>
span { border-color: #131EEC; }
span { border-color: rgb(19,30,236); }
td.TdClassName
{
border-color: #131EEC;
}
.TagClassName
{
border-color: #131EEC;
}
</style>