Shades of Navy Blue #0660C0
Tints of Navy Blue #0660C0
RGB
CMYK
RGB Variations
Color information
#0660C0 (or 0x0660C0) is known color: Navy Blue. HEX triplet: 06, 60 and C0. RGB value is (6,96,192). Sum of RGB (Red+Green+Blue) = 6+96+192=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 192 (75.39% from 255 or 65.31% from 294); Max value from RGB is 192 - color contains mainly: blue. Hex color #0660C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0660C0 is #F99F3F. Grayscale: #4F4F4F. Windows color (decimal): -16359232 or 12607494. OLE color: 12607494.
HSL color Cylindrical-coordinate representation of color #0660C0: hue angle of 210.97º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0660C0 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 96 | 192 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.25 |
| HSL | 210.97º | 0.94% | 0.39% | - |
| HSV(B) | 210.97º | 0.97% | 0.75% | - |
| XYZ | 13.77 | 12.21 | 51.5 | - |
| YUV | 80.03 | 191.18 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 192 | 0.97 | 0.50 | 0 | 0.25 | 210.97 | 0.94 | 0.39 |
| Hex | 6 | 60 | C0 | 61 | 32 | 0 | 19 | D3 | 5E | 27 |
| Octal | 6 | 140 | 300 | 141 | 62 | 0 | 31 | 323 | 136 | 47 |
| Binary | 110 | 1100000 | 11000000 | 1100001 | 110010 | 0 | 11001 | 11010011 | 1011110 | 100111 |
Color Harmonies of #0660C0
Complementary color
Monochromatic Colors of #0660C0
Black with #0660C0
Text Example
Text Example
White with #0660C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0660C0; }
p { color: rgb(6,96,192); }
H1.HeaderClassName
{
color: #0660C0;
}
.AnyTagClassName
{
color: #0660C0;
}
</style>
background-color css
<style>
a { background-color: #0660C0; }
a { background-color: rgb(6,96,192); }
div.DivClassName
{
background-color: #0660C0;
}
.BgClassName
{
background-color: #0660C0;
}
</style>
border-color css
<style>
span { border-color: #0660C0; }
span { border-color: rgb(6,96,192); }
td.TdClassName
{
border-color: #0660C0;
}
.TagClassName
{
border-color: #0660C0;
}
</style>