Shades of Navy Blue #0162FB
Tints of Navy Blue #0162FB
RGB
CMYK
RGB Variations
Color information
#0162FB (or 0x0162FB) is known color: Navy Blue. HEX triplet: 01, 62 and FB. RGB value is (1,98,251). Sum of RGB (Red+Green+Blue) = 1+98+251=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #0162FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0162FB is #FE9D04. Grayscale: #555555. Windows color (decimal): -16686341 or 16474625. OLE color: 16474625.
HSL color Cylindrical-coordinate representation of color #0162FB: hue angle of 216.72º 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 #0162FB is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 98 | 251 | - |
| CMYK | 1.00 | 0.61 | 0 | 0.02 |
| HSL | 216.72º | 0.99% | 0.49% | - |
| HSV(B) | 216.72º | 1% | 0.98% | - |
| XYZ | 21.79 | 15.71 | 93.15 | - |
| YUV | 86.44 | 220.86 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 251 | 1.00 | 0.61 | 0 | 0.02 | 216.72 | 0.99 | 0.49 |
| Hex | 1 | 62 | FB | 64 | 3D | 0 | 2 | D9 | 63 | 31 |
| Octal | 1 | 142 | 373 | 144 | 75 | 0 | 2 | 331 | 143 | 61 |
| Binary | 1 | 1100010 | 11111011 | 1100100 | 111101 | 0 | 10 | 11011001 | 1100011 | 110001 |
Color Harmonies of #0162FB
Complementary color
Monochromatic Colors of #0162FB
Black with #0162FB
Text Example
Text Example
White with #0162FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0162FB; }
p { color: rgb(1,98,251); }
H1.HeaderClassName
{
color: #0162FB;
}
.AnyTagClassName
{
color: #0162FB;
}
</style>
background-color css
<style>
a { background-color: #0162FB; }
a { background-color: rgb(1,98,251); }
div.DivClassName
{
background-color: #0162FB;
}
.BgClassName
{
background-color: #0162FB;
}
</style>
border-color css
<style>
span { border-color: #0162FB; }
span { border-color: rgb(1,98,251); }
td.TdClassName
{
border-color: #0162FB;
}
.TagClassName
{
border-color: #0162FB;
}
</style>