Shades of Navy Blue #006ECD
Tints of Navy Blue #006ECD
RGB
CMYK
RGB Variations
Color information
#006ECD (or 0x006ECD) is known color: Navy Blue. HEX triplet: 00, 6E and CD. RGB value is (0,110,205). Sum of RGB (Red+Green+Blue) = 0+110+205=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #006ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ECD is #FF9132. Grayscale: #575757. Windows color (decimal): -16748851 or 13463040. OLE color: 13463040.
HSL color Cylindrical-coordinate representation of color #006ECD: hue angle of 207.8º 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 #006ECD is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 110 | 205 | - |
| CMYK | 1 | 0.46 | 0 | 0.20 |
| HSL | 207.8º | 1% | 0.4% | - |
| HSV(B) | 207.8º | 1% | 0.8% | - |
| XYZ | 16.6 | 15.56 | 59.89 | - |
| YUV | 87.94 | 194.06 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 205 | 1 | 0.46 | 0 | 0.20 | 207.8 | 1 | 0.4 |
| Hex | 0 | 6E | CD | 64 | 2E | 0 | 14 | D0 | 64 | 28 |
| Octal | 0 | 156 | 315 | 144 | 56 | 0 | 24 | 320 | 144 | 50 |
| Binary | 0 | 1101110 | 11001101 | 1100100 | 101110 | 0 | 10100 | 11010000 | 1100100 | 101000 |
Color Harmonies of #006ECD
Complementary color
Monochromatic Colors of #006ECD
Black with #006ECD
Text Example
Text Example
White with #006ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006ECD; }
p { color: rgb(0,110,205); }
H1.HeaderClassName
{
color: #006ECD;
}
.AnyTagClassName
{
color: #006ECD;
}
</style>
background-color css
<style>
a { background-color: #006ECD; }
a { background-color: rgb(0,110,205); }
div.DivClassName
{
background-color: #006ECD;
}
.BgClassName
{
background-color: #006ECD;
}
</style>
border-color css
<style>
span { border-color: #006ECD; }
span { border-color: rgb(0,110,205); }
td.TdClassName
{
border-color: #006ECD;
}
.TagClassName
{
border-color: #006ECD;
}
</style>