Shades of Blue #1819EC
Tints of Blue #1819EC
RGB
CMYK
RGB Variations
Color information
#1819EC (or 0x1819EC) is known color: Blue. HEX triplet: 18, 19 and EC. RGB value is (24,25,236). Sum of RGB (Red+Green+Blue) = 24+25+236=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 25 (10.16% from 255 or 8.77% 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 #1819EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1819EC is #E7E613. Grayscale: #2F2F2F. Windows color (decimal): -15197716 or 15472920. OLE color: 15472920.
HSL color Cylindrical-coordinate representation of color #1819EC: hue angle of 239.72º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1819EC is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 25 | 236 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.07 |
| HSL | 239.72º | 0.85% | 0.51% | - |
| HSV(B) | 239.72º | 0.9% | 0.93% | - |
| XYZ | 15.86 | 6.95 | 79.86 | - |
| YUV | 48.76 | 233.67 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 236 | 0.90 | 0.89 | 0 | 0.07 | 239.72 | 0.85 | 0.51 |
| Hex | 18 | 19 | EC | 5A | 59 | 0 | 7 | F0 | 55 | 33 |
| Octal | 30 | 31 | 354 | 132 | 131 | 0 | 7 | 360 | 125 | 63 |
| Binary | 11000 | 11001 | 11101100 | 1011010 | 1011001 | 0 | 111 | 11110000 | 1010101 | 110011 |
Color Harmonies of #1819EC
Complementary color
Monochromatic Colors of #1819EC
Black with #1819EC
Text Example
Text Example
White with #1819EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1819EC; }
p { color: rgb(24,25,236); }
H1.HeaderClassName
{
color: #1819EC;
}
.AnyTagClassName
{
color: #1819EC;
}
</style>
background-color css
<style>
a { background-color: #1819EC; }
a { background-color: rgb(24,25,236); }
div.DivClassName
{
background-color: #1819EC;
}
.BgClassName
{
background-color: #1819EC;
}
</style>
border-color css
<style>
span { border-color: #1819EC; }
span { border-color: rgb(24,25,236); }
td.TdClassName
{
border-color: #1819EC;
}
.TagClassName
{
border-color: #1819EC;
}
</style>