Shades of Navy Blue #1860EA
Tints of Navy Blue #1860EA
RGB
CMYK
RGB Variations
Color information
#1860EA (or 0x1860EA) is known color: Navy Blue. HEX triplet: 18, 60 and EA. RGB value is (24,96,234). Sum of RGB (Red+Green+Blue) = 24+96+234=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #1860EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1860EA is #E79F15. Grayscale: #595959. Windows color (decimal): -15179542 or 15360024. OLE color: 15360024.
HSL color Cylindrical-coordinate representation of color #1860EA: hue angle of 219.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 #1860EA is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 96 | 234 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.08 |
| HSL | 219.43º | 0.83% | 0.51% | - |
| HSV(B) | 219.43º | 0.9% | 0.92% | - |
| XYZ | 19.41 | 14.5 | 79.62 | - |
| YUV | 90.2 | 209.15 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 234 | 0.90 | 0.59 | 0 | 0.08 | 219.43 | 0.83 | 0.51 |
| Hex | 18 | 60 | EA | 5A | 3B | 0 | 8 | DB | 53 | 33 |
| Octal | 30 | 140 | 352 | 132 | 73 | 0 | 10 | 333 | 123 | 63 |
| Binary | 11000 | 1100000 | 11101010 | 1011010 | 111011 | 0 | 1000 | 11011011 | 1010011 | 110011 |
Color Harmonies of #1860EA
Complementary color
Monochromatic Colors of #1860EA
Black with #1860EA
Text Example
Text Example
White with #1860EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1860EA; }
p { color: rgb(24,96,234); }
H1.HeaderClassName
{
color: #1860EA;
}
.AnyTagClassName
{
color: #1860EA;
}
</style>
background-color css
<style>
a { background-color: #1860EA; }
a { background-color: rgb(24,96,234); }
div.DivClassName
{
background-color: #1860EA;
}
.BgClassName
{
background-color: #1860EA;
}
</style>
border-color css
<style>
span { border-color: #1860EA; }
span { border-color: rgb(24,96,234); }
td.TdClassName
{
border-color: #1860EA;
}
.TagClassName
{
border-color: #1860EA;
}
</style>