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