Shades of Blue #1419EC
Tints of Blue #1419EC
RGB
CMYK
RGB Variations
Color information
#1419EC (or 0x1419EC) is known color: Blue. HEX triplet: 14, 19 and EC. RGB value is (20,25,236). Sum of RGB (Red+Green+Blue) = 20+25+236=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 236 (92.58% from 255 or 83.99% from 281); Max value from RGB is 236 - color contains mainly: blue. Hex color #1419EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1419EC is #EBE613. Grayscale: #2E2E2E. Windows color (decimal): -15459860 or 15472916. OLE color: 15472916.
HSL color Cylindrical-coordinate representation of color #1419EC: hue angle of 238.61º 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 #1419EC is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 25 | 236 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.07 |
| HSL | 238.61º | 0.85% | 0.5% | - |
| HSV(B) | 238.61º | 0.92% | 0.93% | - |
| XYZ | 15.78 | 6.9 | 79.86 | - |
| YUV | 47.56 | 234.34 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 236 | 0.92 | 0.89 | 0 | 0.07 | 238.61 | 0.85 | 0.5 |
| Hex | 14 | 19 | EC | 5C | 59 | 0 | 7 | EF | 55 | 32 |
| Octal | 24 | 31 | 354 | 134 | 131 | 0 | 7 | 357 | 125 | 62 |
| Binary | 10100 | 11001 | 11101100 | 1011100 | 1011001 | 0 | 111 | 11101111 | 1010101 | 110010 |
Color Harmonies of #1419EC
Complementary color
Monochromatic Colors of #1419EC
Black with #1419EC
Text Example
Text Example
White with #1419EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1419EC; }
p { color: rgb(20,25,236); }
H1.HeaderClassName
{
color: #1419EC;
}
.AnyTagClassName
{
color: #1419EC;
}
</style>
background-color css
<style>
a { background-color: #1419EC; }
a { background-color: rgb(20,25,236); }
div.DivClassName
{
background-color: #1419EC;
}
.BgClassName
{
background-color: #1419EC;
}
</style>
border-color css
<style>
span { border-color: #1419EC; }
span { border-color: rgb(20,25,236); }
td.TdClassName
{
border-color: #1419EC;
}
.TagClassName
{
border-color: #1419EC;
}
</style>