Shades of Navy Blue #0162BD
Tints of Navy Blue #0162BD
RGB
CMYK
RGB Variations
Color information
#0162BD (or 0x0162BD) is known color: Navy Blue. HEX triplet: 01, 62 and BD. RGB value is (1,98,189). Sum of RGB (Red+Green+Blue) = 1+98+189=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #0162BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0162BD is #FE9D42. Grayscale: #4E4E4E. Windows color (decimal): -16686403 or 12411393. OLE color: 12411393.
HSL color Cylindrical-coordinate representation of color #0162BD: hue angle of 209.04º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0162BD is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 98 | 189 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.26 |
| HSL | 209.04º | 0.99% | 0.37% | - |
| HSV(B) | 209.04º | 0.99% | 0.74% | - |
| XYZ | 13.57 | 12.42 | 49.83 | - |
| YUV | 79.37 | 189.86 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 189 | 0.99 | 0.48 | 0 | 0.26 | 209.04 | 0.99 | 0.37 |
| Hex | 1 | 62 | BD | 63 | 30 | 0 | 1A | D1 | 63 | 25 |
| Octal | 1 | 142 | 275 | 143 | 60 | 0 | 32 | 321 | 143 | 45 |
| Binary | 1 | 1100010 | 10111101 | 1100011 | 110000 | 0 | 11010 | 11010001 | 1100011 | 100101 |
Color Harmonies of #0162BD
Complementary color
Monochromatic Colors of #0162BD
Black with #0162BD
Text Example
Text Example
White with #0162BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0162BD; }
p { color: rgb(1,98,189); }
H1.HeaderClassName
{
color: #0162BD;
}
.AnyTagClassName
{
color: #0162BD;
}
</style>
background-color css
<style>
a { background-color: #0162BD; }
a { background-color: rgb(1,98,189); }
div.DivClassName
{
background-color: #0162BD;
}
.BgClassName
{
background-color: #0162BD;
}
</style>
border-color css
<style>
span { border-color: #0162BD; }
span { border-color: rgb(1,98,189); }
td.TdClassName
{
border-color: #0162BD;
}
.TagClassName
{
border-color: #0162BD;
}
</style>