Shades of Navy Blue #007EC8
Tints of Navy Blue #007EC8
RGB
CMYK
RGB Variations
Color information
#007EC8 (or 0x007EC8) is known color: Navy Blue. HEX triplet: 00, 7E and C8. RGB value is (0,126,200). Sum of RGB (Red+Green+Blue) = 0+126+200=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 200 (78.52% from 255 or 61.35% from 326); Max value from RGB is 200 - color contains mainly: blue. Hex color #007EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007EC8 is #FF8137. Grayscale: #606060. Windows color (decimal): -16744760 or 13139456. OLE color: 13139456.
HSL color Cylindrical-coordinate representation of color #007EC8: hue angle of 202.2º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EC8 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 126 | 200 | - |
| CMYK | 1 | 0.37 | 0 | 0.22 |
| HSL | 202.2º | 1% | 0.39% | - |
| HSV(B) | 202.2º | 1% | 0.78% | - |
| XYZ | 17.89 | 19.09 | 57.39 | - |
| YUV | 96.76 | 186.26 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 200 | 1 | 0.37 | 0 | 0.22 | 202.2 | 1 | 0.39 |
| Hex | 0 | 7E | C8 | 64 | 25 | 0 | 16 | CA | 64 | 27 |
| Octal | 0 | 176 | 310 | 144 | 45 | 0 | 26 | 312 | 144 | 47 |
| Binary | 0 | 1111110 | 11001000 | 1100100 | 100101 | 0 | 10110 | 11001010 | 1100100 | 100111 |
Color Harmonies of #007EC8
Complementary color
Monochromatic Colors of #007EC8
Black with #007EC8
Text Example
Text Example
White with #007EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EC8; }
p { color: rgb(0,126,200); }
H1.HeaderClassName
{
color: #007EC8;
}
.AnyTagClassName
{
color: #007EC8;
}
</style>
background-color css
<style>
a { background-color: #007EC8; }
a { background-color: rgb(0,126,200); }
div.DivClassName
{
background-color: #007EC8;
}
.BgClassName
{
background-color: #007EC8;
}
</style>
border-color css
<style>
span { border-color: #007EC8; }
span { border-color: rgb(0,126,200); }
td.TdClassName
{
border-color: #007EC8;
}
.TagClassName
{
border-color: #007EC8;
}
</style>