Shades of Navy Blue #066ECC
Tints of Navy Blue #066ECC
RGB
CMYK
RGB Variations
Color information
#066ECC (or 0x066ECC) is known color: Navy Blue. HEX triplet: 06, 6E and CC. RGB value is (6,110,204). Sum of RGB (Red+Green+Blue) = 6+110+204=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #066ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ECC is #F99133. Grayscale: #595959. Windows color (decimal): -16355636 or 13397510. OLE color: 13397510.
HSL color Cylindrical-coordinate representation of color #066ECC: hue angle of 208.48º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066ECC is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 110 | 204 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.2 |
| HSL | 208.48º | 0.94% | 0.41% | - |
| HSV(B) | 208.48º | 0.97% | 0.8% | - |
| XYZ | 16.55 | 15.55 | 59.26 | - |
| YUV | 89.62 | 192.54 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 204 | 0.97 | 0.46 | 0 | 0.2 | 208.48 | 0.94 | 0.41 |
| Hex | 6 | 6E | CC | 61 | 2E | 0 | 14 | D0 | 5E | 29 |
| Octal | 6 | 156 | 314 | 141 | 56 | 0 | 24 | 320 | 136 | 51 |
| Binary | 110 | 1101110 | 11001100 | 1100001 | 101110 | 0 | 10100 | 11010000 | 1011110 | 101001 |
Color Harmonies of #066ECC
Complementary color
Monochromatic Colors of #066ECC
Black with #066ECC
Text Example
Text Example
White with #066ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066ECC; }
p { color: rgb(6,110,204); }
H1.HeaderClassName
{
color: #066ECC;
}
.AnyTagClassName
{
color: #066ECC;
}
</style>
background-color css
<style>
a { background-color: #066ECC; }
a { background-color: rgb(6,110,204); }
div.DivClassName
{
background-color: #066ECC;
}
.BgClassName
{
background-color: #066ECC;
}
</style>
border-color css
<style>
span { border-color: #066ECC; }
span { border-color: rgb(6,110,204); }
td.TdClassName
{
border-color: #066ECC;
}
.TagClassName
{
border-color: #066ECC;
}
</style>