Shades of Navy Blue #1862EC
Tints of Navy Blue #1862EC
RGB
CMYK
RGB Variations
Color information
#1862EC (or 0x1862EC) is known color: Navy Blue. HEX triplet: 18, 62 and EC. RGB value is (24,98,236). Sum of RGB (Red+Green+Blue) = 24+98+236=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #1862EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1862EC is #E79D13. Grayscale: #5A5A5A. Windows color (decimal): -15179028 or 15491608. OLE color: 15491608.
HSL color Cylindrical-coordinate representation of color #1862EC: hue angle of 219.06º 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 #1862EC is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 98 | 236 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.07 |
| HSL | 219.06º | 0.85% | 0.51% | - |
| HSV(B) | 219.06º | 0.9% | 0.93% | - |
| XYZ | 19.88 | 14.99 | 81.2 | - |
| YUV | 91.61 | 209.48 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 98 | 236 | 0.90 | 0.58 | 0 | 0.07 | 219.06 | 0.85 | 0.51 |
| Hex | 18 | 62 | EC | 5A | 3A | 0 | 7 | DB | 55 | 33 |
| Octal | 30 | 142 | 354 | 132 | 72 | 0 | 7 | 333 | 125 | 63 |
| Binary | 11000 | 1100010 | 11101100 | 1011010 | 111010 | 0 | 111 | 11011011 | 1010101 | 110011 |
Color Harmonies of #1862EC
Complementary color
Monochromatic Colors of #1862EC
Black with #1862EC
Text Example
Text Example
White with #1862EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1862EC; }
p { color: rgb(24,98,236); }
H1.HeaderClassName
{
color: #1862EC;
}
.AnyTagClassName
{
color: #1862EC;
}
</style>
background-color css
<style>
a { background-color: #1862EC; }
a { background-color: rgb(24,98,236); }
div.DivClassName
{
background-color: #1862EC;
}
.BgClassName
{
background-color: #1862EC;
}
</style>
border-color css
<style>
span { border-color: #1862EC; }
span { border-color: rgb(24,98,236); }
td.TdClassName
{
border-color: #1862EC;
}
.TagClassName
{
border-color: #1862EC;
}
</style>