Shades of Blue #131FEC
Tints of Blue #131FEC
RGB
CMYK
RGB Variations
Color information
#131FEC (or 0x131FEC) is known color: Blue. HEX triplet: 13, 1F and EC. RGB value is (19,31,236). Sum of RGB (Red+Green+Blue) = 19+31+236=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 236 (92.58% from 255 or 82.52% from 286); Max value from RGB is 236 - color contains mainly: blue. Hex color #131FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131FEC is #ECE013. Grayscale: #313131. Windows color (decimal): -15523860 or 15474451. OLE color: 15474451.
HSL color Cylindrical-coordinate representation of color #131FEC: hue angle of 236.68º 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 #131FEC is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 31 | 236 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.07 |
| HSL | 236.68º | 0.85% | 0.5% | - |
| HSV(B) | 236.68º | 0.92% | 0.93% | - |
| XYZ | 15.9 | 7.17 | 79.9 | - |
| YUV | 50.78 | 232.52 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 236 | 0.92 | 0.87 | 0 | 0.07 | 236.68 | 0.85 | 0.5 |
| Hex | 13 | 1F | EC | 5C | 57 | 0 | 7 | ED | 55 | 32 |
| Octal | 23 | 37 | 354 | 134 | 127 | 0 | 7 | 355 | 125 | 62 |
| Binary | 10011 | 11111 | 11101100 | 1011100 | 1010111 | 0 | 111 | 11101101 | 1010101 | 110010 |
Color Harmonies of #131FEC
Complementary color
Monochromatic Colors of #131FEC
Black with #131FEC
Text Example
Text Example
White with #131FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131FEC; }
p { color: rgb(19,31,236); }
H1.HeaderClassName
{
color: #131FEC;
}
.AnyTagClassName
{
color: #131FEC;
}
</style>
background-color css
<style>
a { background-color: #131FEC; }
a { background-color: rgb(19,31,236); }
div.DivClassName
{
background-color: #131FEC;
}
.BgClassName
{
background-color: #131FEC;
}
</style>
border-color css
<style>
span { border-color: #131FEC; }
span { border-color: rgb(19,31,236); }
td.TdClassName
{
border-color: #131FEC;
}
.TagClassName
{
border-color: #131FEC;
}
</style>