Shades of Navy Blue #007ECC
Tints of Navy Blue #007ECC
RGB
CMYK
RGB Variations
Color information
#007ECC (or 0x007ECC) is known color: Navy Blue. HEX triplet: 00, 7E and CC. RGB value is (0,126,204). Sum of RGB (Red+Green+Blue) = 0+126+204=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #007ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ECC is #FF8133. Grayscale: #606060. Windows color (decimal): -16744756 or 13401600. OLE color: 13401600.
HSL color Cylindrical-coordinate representation of color #007ECC: hue angle of 202.94º 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 #007ECC is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 126 | 204 | - |
| CMYK | 1 | 0.38 | 0 | 0.2 |
| HSL | 202.94º | 1% | 0.4% | - |
| HSV(B) | 202.94º | 1% | 0.8% | - |
| XYZ | 18.36 | 19.28 | 59.88 | - |
| YUV | 97.22 | 188.26 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 204 | 1 | 0.38 | 0 | 0.2 | 202.94 | 1 | 0.4 |
| Hex | 0 | 7E | CC | 64 | 26 | 0 | 14 | CB | 64 | 28 |
| Octal | 0 | 176 | 314 | 144 | 46 | 0 | 24 | 313 | 144 | 50 |
| Binary | 0 | 1111110 | 11001100 | 1100100 | 100110 | 0 | 10100 | 11001011 | 1100100 | 101000 |
Color Harmonies of #007ECC
Complementary color
Monochromatic Colors of #007ECC
Black with #007ECC
Text Example
Text Example
White with #007ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007ECC; }
p { color: rgb(0,126,204); }
H1.HeaderClassName
{
color: #007ECC;
}
.AnyTagClassName
{
color: #007ECC;
}
</style>
background-color css
<style>
a { background-color: #007ECC; }
a { background-color: rgb(0,126,204); }
div.DivClassName
{
background-color: #007ECC;
}
.BgClassName
{
background-color: #007ECC;
}
</style>
border-color css
<style>
span { border-color: #007ECC; }
span { border-color: rgb(0,126,204); }
td.TdClassName
{
border-color: #007ECC;
}
.TagClassName
{
border-color: #007ECC;
}
</style>