Shades of Navy Blue #0666C0
Tints of Navy Blue #0666C0
RGB
CMYK
RGB Variations
Color information
#0666C0 (or 0x0666C0) is known color: Navy Blue. HEX triplet: 06, 66 and C0. RGB value is (6,102,192). Sum of RGB (Red+Green+Blue) = 6+102+192=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 192 (75.39% from 255 or 64% from 300); Max value from RGB is 192 - color contains mainly: blue. Hex color #0666C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0666C0 is #F9993F. Grayscale: #535353. Windows color (decimal): -16357696 or 12609030. OLE color: 12609030.
HSL color Cylindrical-coordinate representation of color #0666C0: hue angle of 209.03º 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 #0666C0 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 102 | 192 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.25 |
| HSL | 209.03º | 0.94% | 0.39% | - |
| HSV(B) | 209.03º | 0.97% | 0.75% | - |
| XYZ | 14.34 | 13.35 | 51.69 | - |
| YUV | 83.56 | 189.2 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 192 | 0.97 | 0.47 | 0 | 0.25 | 209.03 | 0.94 | 0.39 |
| Hex | 6 | 66 | C0 | 61 | 2F | 0 | 19 | D1 | 5E | 27 |
| Octal | 6 | 146 | 300 | 141 | 57 | 0 | 31 | 321 | 136 | 47 |
| Binary | 110 | 1100110 | 11000000 | 1100001 | 101111 | 0 | 11001 | 11010001 | 1011110 | 100111 |
Color Harmonies of #0666C0
Complementary color
Monochromatic Colors of #0666C0
Black with #0666C0
Text Example
Text Example
White with #0666C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0666C0; }
p { color: rgb(6,102,192); }
H1.HeaderClassName
{
color: #0666C0;
}
.AnyTagClassName
{
color: #0666C0;
}
</style>
background-color css
<style>
a { background-color: #0666C0; }
a { background-color: rgb(6,102,192); }
div.DivClassName
{
background-color: #0666C0;
}
.BgClassName
{
background-color: #0666C0;
}
</style>
border-color css
<style>
span { border-color: #0666C0; }
span { border-color: rgb(6,102,192); }
td.TdClassName
{
border-color: #0666C0;
}
.TagClassName
{
border-color: #0666C0;
}
</style>