Shades of Navy Blue #0060CF
Tints of Navy Blue #0060CF
RGB
CMYK
RGB Variations
Color information
#0060CF (or 0x0060CF) is known color: Navy Blue. HEX triplet: 00, 60 and CF. RGB value is (0,96,207). Sum of RGB (Red+Green+Blue) = 0+96+207=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #0060CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0060CF is #FF9F30. Grayscale: #4F4F4F. Windows color (decimal): -16752433 or 13590528. OLE color: 13590528.
HSL color Cylindrical-coordinate representation of color #0060CF: hue angle of 212.17º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060CF is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 96 | 207 | - |
| CMYK | 1 | 0.54 | 0 | 0.19 |
| HSL | 212.17º | 1% | 0.41% | - |
| HSV(B) | 212.17º | 1% | 0.81% | - |
| XYZ | 15.45 | 12.87 | 60.7 | - |
| YUV | 79.95 | 199.7 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 207 | 1 | 0.54 | 0 | 0.19 | 212.17 | 1 | 0.41 |
| Hex | 0 | 60 | CF | 64 | 36 | 0 | 13 | D4 | 64 | 29 |
| Octal | 0 | 140 | 317 | 144 | 66 | 0 | 23 | 324 | 144 | 51 |
| Binary | 0 | 1100000 | 11001111 | 1100100 | 110110 | 0 | 10011 | 11010100 | 1100100 | 101001 |
Color Harmonies of #0060CF
Complementary color
Monochromatic Colors of #0060CF
Black with #0060CF
Text Example
Text Example
White with #0060CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0060CF; }
p { color: rgb(0,96,207); }
H1.HeaderClassName
{
color: #0060CF;
}
.AnyTagClassName
{
color: #0060CF;
}
</style>
background-color css
<style>
a { background-color: #0060CF; }
a { background-color: rgb(0,96,207); }
div.DivClassName
{
background-color: #0060CF;
}
.BgClassName
{
background-color: #0060CF;
}
</style>
border-color css
<style>
span { border-color: #0060CF; }
span { border-color: rgb(0,96,207); }
td.TdClassName
{
border-color: #0060CF;
}
.TagClassName
{
border-color: #0060CF;
}
</style>