Shades of Navy Blue #0060BA
Tints of Navy Blue #0060BA
RGB
CMYK
RGB Variations
Color information
#0060BA (or 0x0060BA) is known color: Navy Blue. HEX triplet: 00, 60 and BA. RGB value is (0,96,186). Sum of RGB (Red+Green+Blue) = 0+96+186=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #0060BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0060BA is #FF9F45. Grayscale: #4D4D4D. Windows color (decimal): -16752454 or 12214272. OLE color: 12214272.
HSL color Cylindrical-coordinate representation of color #0060BA: hue angle of 209.03º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060BA is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 96 | 186 | - |
| CMYK | 1 | 0.48 | 0 | 0.27 |
| HSL | 209.03º | 1% | 0.36% | - |
| HSV(B) | 209.03º | 1% | 0.73% | - |
| XYZ | 13.05 | 11.91 | 48.07 | - |
| YUV | 77.56 | 189.2 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 186 | 1 | 0.48 | 0 | 0.27 | 209.03 | 1 | 0.36 |
| Hex | 0 | 60 | BA | 64 | 30 | 0 | 1B | D1 | 64 | 24 |
| Octal | 0 | 140 | 272 | 144 | 60 | 0 | 33 | 321 | 144 | 44 |
| Binary | 0 | 1100000 | 10111010 | 1100100 | 110000 | 0 | 11011 | 11010001 | 1100100 | 100100 |
Color Harmonies of #0060BA
Complementary color
Monochromatic Colors of #0060BA
Black with #0060BA
Text Example
Text Example
White with #0060BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0060BA; }
p { color: rgb(0,96,186); }
H1.HeaderClassName
{
color: #0060BA;
}
.AnyTagClassName
{
color: #0060BA;
}
</style>
background-color css
<style>
a { background-color: #0060BA; }
a { background-color: rgb(0,96,186); }
div.DivClassName
{
background-color: #0060BA;
}
.BgClassName
{
background-color: #0060BA;
}
</style>
border-color css
<style>
span { border-color: #0060BA; }
span { border-color: rgb(0,96,186); }
td.TdClassName
{
border-color: #0060BA;
}
.TagClassName
{
border-color: #0060BA;
}
</style>