Shades of Navy Blue #0162B7
Tints of Navy Blue #0162B7
RGB
CMYK
RGB Variations
Color information
#0162B7 (or 0x0162B7) is known color: Navy Blue. HEX triplet: 01, 62 and B7. RGB value is (1,98,183). Sum of RGB (Red+Green+Blue) = 1+98+183=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 183 (71.88% from 255 or 64.89% from 282); Max value from RGB is 183 - color contains mainly: blue. Hex color #0162B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0162B7 is #FE9D48. Grayscale: #4E4E4E. Windows color (decimal): -16686409 or 12018177. OLE color: 12018177.
HSL color Cylindrical-coordinate representation of color #0162B7: hue angle of 208.02º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0162B7 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 98 | 183 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.28 |
| HSL | 208.02º | 0.99% | 0.36% | - |
| HSV(B) | 208.02º | 0.99% | 0.72% | - |
| XYZ | 12.93 | 12.16 | 46.47 | - |
| YUV | 78.69 | 186.86 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 183 | 0.99 | 0.46 | 0 | 0.28 | 208.02 | 0.99 | 0.36 |
| Hex | 1 | 62 | B7 | 63 | 2E | 0 | 1C | D0 | 63 | 24 |
| Octal | 1 | 142 | 267 | 143 | 56 | 0 | 34 | 320 | 143 | 44 |
| Binary | 1 | 1100010 | 10110111 | 1100011 | 101110 | 0 | 11100 | 11010000 | 1100011 | 100100 |
Color Harmonies of #0162B7
Complementary color
Monochromatic Colors of #0162B7
Black with #0162B7
Text Example
Text Example
White with #0162B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0162B7; }
p { color: rgb(1,98,183); }
H1.HeaderClassName
{
color: #0162B7;
}
.AnyTagClassName
{
color: #0162B7;
}
</style>
background-color css
<style>
a { background-color: #0162B7; }
a { background-color: rgb(1,98,183); }
div.DivClassName
{
background-color: #0162B7;
}
.BgClassName
{
background-color: #0162B7;
}
</style>
border-color css
<style>
span { border-color: #0162B7; }
span { border-color: rgb(1,98,183); }
td.TdClassName
{
border-color: #0162B7;
}
.TagClassName
{
border-color: #0162B7;
}
</style>