Shades of Navy Blue #0162FA
Tints of Navy Blue #0162FA
RGB
CMYK
RGB Variations
Color information
#0162FA (or 0x0162FA) is known color: Navy Blue. HEX triplet: 01, 62 and FA. RGB value is (1,98,250). Sum of RGB (Red+Green+Blue) = 1+98+250=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #0162FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0162FA is #FE9D05. Grayscale: #555555. Windows color (decimal): -16686342 or 16409089. OLE color: 16409089.
HSL color Cylindrical-coordinate representation of color #0162FA: hue angle of 216.63º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0162FA is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 98 | 250 | - |
| CMYK | 1.00 | 0.61 | 0 | 0.02 |
| HSL | 216.63º | 0.99% | 0.49% | - |
| HSV(B) | 216.63º | 1% | 0.98% | - |
| XYZ | 21.64 | 15.64 | 92.32 | - |
| YUV | 86.33 | 220.36 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 250 | 1.00 | 0.61 | 0 | 0.02 | 216.63 | 0.99 | 0.49 |
| Hex | 1 | 62 | FA | 64 | 3D | 0 | 2 | D9 | 63 | 31 |
| Octal | 1 | 142 | 372 | 144 | 75 | 0 | 2 | 331 | 143 | 61 |
| Binary | 1 | 1100010 | 11111010 | 1100100 | 111101 | 0 | 10 | 11011001 | 1100011 | 110001 |
Color Harmonies of #0162FA
Complementary color
Monochromatic Colors of #0162FA
Black with #0162FA
Text Example
Text Example
White with #0162FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0162FA; }
p { color: rgb(1,98,250); }
H1.HeaderClassName
{
color: #0162FA;
}
.AnyTagClassName
{
color: #0162FA;
}
</style>
background-color css
<style>
a { background-color: #0162FA; }
a { background-color: rgb(1,98,250); }
div.DivClassName
{
background-color: #0162FA;
}
.BgClassName
{
background-color: #0162FA;
}
</style>
border-color css
<style>
span { border-color: #0162FA; }
span { border-color: rgb(1,98,250); }
td.TdClassName
{
border-color: #0162FA;
}
.TagClassName
{
border-color: #0162FA;
}
</style>