Shades of Navy Blue #007ECE
Tints of Navy Blue #007ECE
RGB
CMYK
RGB Variations
Color information
#007ECE (or 0x007ECE) is known color: Navy Blue. HEX triplet: 00, 7E and CE. RGB value is (0,126,206). Sum of RGB (Red+Green+Blue) = 0+126+206=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #007ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ECE is #FF8131. Grayscale: #606060. Windows color (decimal): -16744754 or 13532672. OLE color: 13532672.
HSL color Cylindrical-coordinate representation of color #007ECE: hue angle of 203.3º 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 #007ECE is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 126 | 206 | - |
| CMYK | 1 | 0.39 | 0 | 0.19 |
| HSL | 203.3º | 1% | 0.4% | - |
| HSV(B) | 203.3º | 1% | 0.81% | - |
| XYZ | 18.6 | 19.38 | 61.15 | - |
| YUV | 97.45 | 189.26 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 206 | 1 | 0.39 | 0 | 0.19 | 203.3 | 1 | 0.4 |
| Hex | 0 | 7E | CE | 64 | 27 | 0 | 13 | CB | 64 | 28 |
| Octal | 0 | 176 | 316 | 144 | 47 | 0 | 23 | 313 | 144 | 50 |
| Binary | 0 | 1111110 | 11001110 | 1100100 | 100111 | 0 | 10011 | 11001011 | 1100100 | 101000 |
Color Harmonies of #007ECE
Complementary color
Monochromatic Colors of #007ECE
Black with #007ECE
Text Example
Text Example
White with #007ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007ECE; }
p { color: rgb(0,126,206); }
H1.HeaderClassName
{
color: #007ECE;
}
.AnyTagClassName
{
color: #007ECE;
}
</style>
background-color css
<style>
a { background-color: #007ECE; }
a { background-color: rgb(0,126,206); }
div.DivClassName
{
background-color: #007ECE;
}
.BgClassName
{
background-color: #007ECE;
}
</style>
border-color css
<style>
span { border-color: #007ECE; }
span { border-color: rgb(0,126,206); }
td.TdClassName
{
border-color: #007ECE;
}
.TagClassName
{
border-color: #007ECE;
}
</style>