Shades of Navy Blue #006ECE
Tints of Navy Blue #006ECE
RGB
CMYK
RGB Variations
Color information
#006ECE (or 0x006ECE) is known color: Navy Blue. HEX triplet: 00, 6E and CE. RGB value is (0,110,206). Sum of RGB (Red+Green+Blue) = 0+110+206=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #006ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ECE is #FF9131. Grayscale: #575757. Windows color (decimal): -16748850 or 13528576. OLE color: 13528576.
HSL color Cylindrical-coordinate representation of color #006ECE: hue angle of 207.96º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006ECE is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 110 | 206 | - |
| CMYK | 1 | 0.47 | 0 | 0.19 |
| HSL | 207.96º | 1% | 0.4% | - |
| HSV(B) | 207.96º | 1% | 0.81% | - |
| XYZ | 16.72 | 15.61 | 60.52 | - |
| YUV | 88.05 | 194.56 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 206 | 1 | 0.47 | 0 | 0.19 | 207.96 | 1 | 0.4 |
| Hex | 0 | 6E | CE | 64 | 2F | 0 | 13 | D0 | 64 | 28 |
| Octal | 0 | 156 | 316 | 144 | 57 | 0 | 23 | 320 | 144 | 50 |
| Binary | 0 | 1101110 | 11001110 | 1100100 | 101111 | 0 | 10011 | 11010000 | 1100100 | 101000 |
Color Harmonies of #006ECE
Complementary color
Monochromatic Colors of #006ECE
Black with #006ECE
Text Example
Text Example
White with #006ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006ECE; }
p { color: rgb(0,110,206); }
H1.HeaderClassName
{
color: #006ECE;
}
.AnyTagClassName
{
color: #006ECE;
}
</style>
background-color css
<style>
a { background-color: #006ECE; }
a { background-color: rgb(0,110,206); }
div.DivClassName
{
background-color: #006ECE;
}
.BgClassName
{
background-color: #006ECE;
}
</style>
border-color css
<style>
span { border-color: #006ECE; }
span { border-color: rgb(0,110,206); }
td.TdClassName
{
border-color: #006ECE;
}
.TagClassName
{
border-color: #006ECE;
}
</style>