Shades of Navy Blue #0160BA
Tints of Navy Blue #0160BA
RGB
CMYK
RGB Variations
Color information
#0160BA (or 0x0160BA) is known color: Navy Blue. HEX triplet: 01, 60 and BA. RGB value is (1,96,186). Sum of RGB (Red+Green+Blue) = 1+96+186=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #0160BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0160BA is #FE9F45. Grayscale: #4D4D4D. Windows color (decimal): -16686918 or 12214273. OLE color: 12214273.
HSL color Cylindrical-coordinate representation of color #0160BA: hue angle of 209.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0160BA is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 96 | 186 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.27 |
| HSL | 209.19º | 0.99% | 0.37% | - |
| HSV(B) | 209.19º | 0.99% | 0.73% | - |
| XYZ | 13.06 | 11.92 | 48.07 | - |
| YUV | 77.86 | 189.03 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 186 | 0.99 | 0.48 | 0 | 0.27 | 209.19 | 0.99 | 0.37 |
| Hex | 1 | 60 | BA | 63 | 30 | 0 | 1B | D1 | 63 | 25 |
| Octal | 1 | 140 | 272 | 143 | 60 | 0 | 33 | 321 | 143 | 45 |
| Binary | 1 | 1100000 | 10111010 | 1100011 | 110000 | 0 | 11011 | 11010001 | 1100011 | 100101 |
Color Harmonies of #0160BA
Complementary color
Monochromatic Colors of #0160BA
Black with #0160BA
Text Example
Text Example
White with #0160BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0160BA; }
p { color: rgb(1,96,186); }
H1.HeaderClassName
{
color: #0160BA;
}
.AnyTagClassName
{
color: #0160BA;
}
</style>
background-color css
<style>
a { background-color: #0160BA; }
a { background-color: rgb(1,96,186); }
div.DivClassName
{
background-color: #0160BA;
}
.BgClassName
{
background-color: #0160BA;
}
</style>
border-color css
<style>
span { border-color: #0160BA; }
span { border-color: rgb(1,96,186); }
td.TdClassName
{
border-color: #0160BA;
}
.TagClassName
{
border-color: #0160BA;
}
</style>