Shades of Navy Blue #1859EA
Tints of Navy Blue #1859EA
RGB
CMYK
RGB Variations
Color information
#1859EA (or 0x1859EA) is known color: Navy Blue. HEX triplet: 18, 59 and EA. RGB value is (24,89,234). Sum of RGB (Red+Green+Blue) = 24+89+234=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #1859EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1859EA is #E7A615. Grayscale: #555555. Windows color (decimal): -15181334 or 15358232. OLE color: 15358232.
HSL color Cylindrical-coordinate representation of color #1859EA: hue angle of 221.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1859EA is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 89 | 234 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.08 |
| HSL | 221.43º | 0.83% | 0.51% | - |
| HSV(B) | 221.43º | 0.9% | 0.92% | - |
| XYZ | 18.8 | 13.28 | 79.41 | - |
| YUV | 86.1 | 211.47 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 234 | 0.90 | 0.62 | 0 | 0.08 | 221.43 | 0.83 | 0.51 |
| Hex | 18 | 59 | EA | 5A | 3E | 0 | 8 | DD | 53 | 33 |
| Octal | 30 | 131 | 352 | 132 | 76 | 0 | 10 | 335 | 123 | 63 |
| Binary | 11000 | 1011001 | 11101010 | 1011010 | 111110 | 0 | 1000 | 11011101 | 1010011 | 110011 |
Color Harmonies of #1859EA
Complementary color
Monochromatic Colors of #1859EA
Black with #1859EA
Text Example
Text Example
White with #1859EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1859EA; }
p { color: rgb(24,89,234); }
H1.HeaderClassName
{
color: #1859EA;
}
.AnyTagClassName
{
color: #1859EA;
}
</style>
background-color css
<style>
a { background-color: #1859EA; }
a { background-color: rgb(24,89,234); }
div.DivClassName
{
background-color: #1859EA;
}
.BgClassName
{
background-color: #1859EA;
}
</style>
border-color css
<style>
span { border-color: #1859EA; }
span { border-color: rgb(24,89,234); }
td.TdClassName
{
border-color: #1859EA;
}
.TagClassName
{
border-color: #1859EA;
}
</style>