Shades of Navy Blue #0060CE
Tints of Navy Blue #0060CE
RGB
CMYK
RGB Variations
Color information
#0060CE (or 0x0060CE) is known color: Navy Blue. HEX triplet: 00, 60 and CE. RGB value is (0,96,206). Sum of RGB (Red+Green+Blue) = 0+96+206=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #0060CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0060CE is #FF9F31. Grayscale: #4F4F4F. Windows color (decimal): -16752434 or 13524992. OLE color: 13524992.
HSL color Cylindrical-coordinate representation of color #0060CE: hue angle of 212.04º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060CE is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 96 | 206 | - |
| CMYK | 1 | 0.53 | 0 | 0.19 |
| HSL | 212.04º | 1% | 0.4% | - |
| HSV(B) | 212.04º | 1% | 0.81% | - |
| XYZ | 15.32 | 12.82 | 60.06 | - |
| YUV | 79.84 | 199.2 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 206 | 1 | 0.53 | 0 | 0.19 | 212.04 | 1 | 0.4 |
| Hex | 0 | 60 | CE | 64 | 35 | 0 | 13 | D4 | 64 | 28 |
| Octal | 0 | 140 | 316 | 144 | 65 | 0 | 23 | 324 | 144 | 50 |
| Binary | 0 | 1100000 | 11001110 | 1100100 | 110101 | 0 | 10011 | 11010100 | 1100100 | 101000 |
Color Harmonies of #0060CE
Complementary color
Monochromatic Colors of #0060CE
Black with #0060CE
Text Example
Text Example
White with #0060CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0060CE; }
p { color: rgb(0,96,206); }
H1.HeaderClassName
{
color: #0060CE;
}
.AnyTagClassName
{
color: #0060CE;
}
</style>
background-color css
<style>
a { background-color: #0060CE; }
a { background-color: rgb(0,96,206); }
div.DivClassName
{
background-color: #0060CE;
}
.BgClassName
{
background-color: #0060CE;
}
</style>
border-color css
<style>
span { border-color: #0060CE; }
span { border-color: rgb(0,96,206); }
td.TdClassName
{
border-color: #0060CE;
}
.TagClassName
{
border-color: #0060CE;
}
</style>