Shades of Navy Blue #0162EA
Tints of Navy Blue #0162EA
RGB
CMYK
RGB Variations
Color information
#0162EA (or 0x0162EA) is known color: Navy Blue. HEX triplet: 01, 62 and EA. RGB value is (1,98,234). Sum of RGB (Red+Green+Blue) = 1+98+234=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #0162EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0162EA is #FE9D15. Grayscale: #535353. Windows color (decimal): -16686358 or 15360513. OLE color: 15360513.
HSL color Cylindrical-coordinate representation of color #0162EA: hue angle of 215.02º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0162EA is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 98 | 234 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.08 |
| HSL | 215.02º | 0.99% | 0.46% | - |
| HSV(B) | 215.02º | 1% | 0.92% | - |
| XYZ | 19.23 | 14.68 | 79.66 | - |
| YUV | 84.5 | 212.36 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 234 | 1.00 | 0.58 | 0 | 0.08 | 215.02 | 0.99 | 0.46 |
| Hex | 1 | 62 | EA | 64 | 3A | 0 | 8 | D7 | 63 | 2E |
| Octal | 1 | 142 | 352 | 144 | 72 | 0 | 10 | 327 | 143 | 56 |
| Binary | 1 | 1100010 | 11101010 | 1100100 | 111010 | 0 | 1000 | 11010111 | 1100011 | 101110 |
Color Harmonies of #0162EA
Complementary color
Monochromatic Colors of #0162EA
Black with #0162EA
Text Example
Text Example
White with #0162EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0162EA; }
p { color: rgb(1,98,234); }
H1.HeaderClassName
{
color: #0162EA;
}
.AnyTagClassName
{
color: #0162EA;
}
</style>
background-color css
<style>
a { background-color: #0162EA; }
a { background-color: rgb(1,98,234); }
div.DivClassName
{
background-color: #0162EA;
}
.BgClassName
{
background-color: #0162EA;
}
</style>
border-color css
<style>
span { border-color: #0162EA; }
span { border-color: rgb(1,98,234); }
td.TdClassName
{
border-color: #0162EA;
}
.TagClassName
{
border-color: #0162EA;
}
</style>