Shades of Navy Blue #006ECC
Tints of Navy Blue #006ECC
RGB
CMYK
RGB Variations
Color information
#006ECC (or 0x006ECC) is known color: Navy Blue. HEX triplet: 00, 6E and CC. RGB value is (0,110,204). Sum of RGB (Red+Green+Blue) = 0+110+204=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #006ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ECC is #FF9133. Grayscale: #575757. Windows color (decimal): -16748852 or 13397504. OLE color: 13397504.
HSL color Cylindrical-coordinate representation of color #006ECC: hue angle of 207.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006ECC is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 110 | 204 | - |
| CMYK | 1 | 0.46 | 0 | 0.2 |
| HSL | 207.65º | 1% | 0.4% | - |
| HSV(B) | 207.65º | 1% | 0.8% | - |
| XYZ | 16.48 | 15.51 | 59.25 | - |
| YUV | 87.83 | 193.56 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 204 | 1 | 0.46 | 0 | 0.2 | 207.65 | 1 | 0.4 |
| Hex | 0 | 6E | CC | 64 | 2E | 0 | 14 | D0 | 64 | 28 |
| Octal | 0 | 156 | 314 | 144 | 56 | 0 | 24 | 320 | 144 | 50 |
| Binary | 0 | 1101110 | 11001100 | 1100100 | 101110 | 0 | 10100 | 11010000 | 1100100 | 101000 |
Color Harmonies of #006ECC
Complementary color
Monochromatic Colors of #006ECC
Black with #006ECC
Text Example
Text Example
White with #006ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006ECC; }
p { color: rgb(0,110,204); }
H1.HeaderClassName
{
color: #006ECC;
}
.AnyTagClassName
{
color: #006ECC;
}
</style>
background-color css
<style>
a { background-color: #006ECC; }
a { background-color: rgb(0,110,204); }
div.DivClassName
{
background-color: #006ECC;
}
.BgClassName
{
background-color: #006ECC;
}
</style>
border-color css
<style>
span { border-color: #006ECC; }
span { border-color: rgb(0,110,204); }
td.TdClassName
{
border-color: #006ECC;
}
.TagClassName
{
border-color: #006ECC;
}
</style>