Shades of Navy Blue #1859EC
Tints of Navy Blue #1859EC
RGB
CMYK
RGB Variations
Color information
#1859EC (or 0x1859EC) is known color: Navy Blue. HEX triplet: 18, 59 and EC. RGB value is (24,89,236). Sum of RGB (Red+Green+Blue) = 24+89+236=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #1859EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1859EC is #E7A613. Grayscale: #555555. Windows color (decimal): -15181332 or 15489304. OLE color: 15489304.
HSL color Cylindrical-coordinate representation of color #1859EC: hue angle of 221.6º 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 #1859EC is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 89 | 236 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.07 |
| HSL | 221.6º | 0.85% | 0.51% | - |
| HSV(B) | 221.6º | 0.9% | 0.93% | - |
| XYZ | 19.09 | 13.4 | 80.94 | - |
| YUV | 86.32 | 212.47 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 236 | 0.90 | 0.62 | 0 | 0.07 | 221.6 | 0.85 | 0.51 |
| Hex | 18 | 59 | EC | 5A | 3E | 0 | 7 | DE | 55 | 33 |
| Octal | 30 | 131 | 354 | 132 | 76 | 0 | 7 | 336 | 125 | 63 |
| Binary | 11000 | 1011001 | 11101100 | 1011010 | 111110 | 0 | 111 | 11011110 | 1010101 | 110011 |
Color Harmonies of #1859EC
Complementary color
Monochromatic Colors of #1859EC
Black with #1859EC
Text Example
Text Example
White with #1859EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1859EC; }
p { color: rgb(24,89,236); }
H1.HeaderClassName
{
color: #1859EC;
}
.AnyTagClassName
{
color: #1859EC;
}
</style>
background-color css
<style>
a { background-color: #1859EC; }
a { background-color: rgb(24,89,236); }
div.DivClassName
{
background-color: #1859EC;
}
.BgClassName
{
background-color: #1859EC;
}
</style>
border-color css
<style>
span { border-color: #1859EC; }
span { border-color: rgb(24,89,236); }
td.TdClassName
{
border-color: #1859EC;
}
.TagClassName
{
border-color: #1859EC;
}
</style>