Shades of Navy Blue #1859EB
Tints of Navy Blue #1859EB
RGB
CMYK
RGB Variations
Color information
#1859EB (or 0x1859EB) is known color: Navy Blue. HEX triplet: 18, 59 and EB. RGB value is (24,89,235). Sum of RGB (Red+Green+Blue) = 24+89+235=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #1859EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1859EB is #E7A614. Grayscale: #555555. Windows color (decimal): -15181333 or 15423768. OLE color: 15423768.
HSL color Cylindrical-coordinate representation of color #1859EB: hue angle of 221.52º degrees, saturation: 0.84, 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 #1859EB is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 89 | 235 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.08 |
| HSL | 221.52º | 0.84% | 0.51% | - |
| HSV(B) | 221.52º | 0.9% | 0.92% | - |
| XYZ | 18.94 | 13.34 | 80.17 | - |
| YUV | 86.21 | 211.97 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 235 | 0.90 | 0.62 | 0 | 0.08 | 221.52 | 0.84 | 0.51 |
| Hex | 18 | 59 | EB | 5A | 3E | 0 | 8 | DE | 54 | 33 |
| Octal | 30 | 131 | 353 | 132 | 76 | 0 | 10 | 336 | 124 | 63 |
| Binary | 11000 | 1011001 | 11101011 | 1011010 | 111110 | 0 | 1000 | 11011110 | 1010100 | 110011 |
Color Harmonies of #1859EB
Complementary color
Monochromatic Colors of #1859EB
Black with #1859EB
Text Example
Text Example
White with #1859EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1859EB; }
p { color: rgb(24,89,235); }
H1.HeaderClassName
{
color: #1859EB;
}
.AnyTagClassName
{
color: #1859EB;
}
</style>
background-color css
<style>
a { background-color: #1859EB; }
a { background-color: rgb(24,89,235); }
div.DivClassName
{
background-color: #1859EB;
}
.BgClassName
{
background-color: #1859EB;
}
</style>
border-color css
<style>
span { border-color: #1859EB; }
span { border-color: rgb(24,89,235); }
td.TdClassName
{
border-color: #1859EB;
}
.TagClassName
{
border-color: #1859EB;
}
</style>