Shades of Navy Blue #0060BF
Tints of Navy Blue #0060BF
RGB
CMYK
RGB Variations
Color information
#0060BF (or 0x0060BF) is known color: Navy Blue. HEX triplet: 00, 60 and BF. RGB value is (0,96,191). Sum of RGB (Red+Green+Blue) = 0+96+191=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #0060BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0060BF is #FF9F40. Grayscale: #4D4D4D. Windows color (decimal): -16752449 or 12541952. OLE color: 12541952.
HSL color Cylindrical-coordinate representation of color #0060BF: hue angle of 209.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060BF is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 96 | 191 | - |
| CMYK | 1 | 0.50 | 0 | 0.25 |
| HSL | 209.84º | 1% | 0.37% | - |
| HSV(B) | 209.84º | 1% | 0.75% | - |
| XYZ | 13.59 | 12.13 | 50.91 | - |
| YUV | 78.13 | 191.7 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 191 | 1 | 0.50 | 0 | 0.25 | 209.84 | 1 | 0.37 |
| Hex | 0 | 60 | BF | 64 | 32 | 0 | 19 | D2 | 64 | 25 |
| Octal | 0 | 140 | 277 | 144 | 62 | 0 | 31 | 322 | 144 | 45 |
| Binary | 0 | 1100000 | 10111111 | 1100100 | 110010 | 0 | 11001 | 11010010 | 1100100 | 100101 |
Color Harmonies of #0060BF
Complementary color
Monochromatic Colors of #0060BF
Black with #0060BF
Text Example
Text Example
White with #0060BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0060BF; }
p { color: rgb(0,96,191); }
H1.HeaderClassName
{
color: #0060BF;
}
.AnyTagClassName
{
color: #0060BF;
}
</style>
background-color css
<style>
a { background-color: #0060BF; }
a { background-color: rgb(0,96,191); }
div.DivClassName
{
background-color: #0060BF;
}
.BgClassName
{
background-color: #0060BF;
}
</style>
border-color css
<style>
span { border-color: #0060BF; }
span { border-color: rgb(0,96,191); }
td.TdClassName
{
border-color: #0060BF;
}
.TagClassName
{
border-color: #0060BF;
}
</style>