Shades of Navy Blue #007ED4
Tints of Navy Blue #007ED4
RGB
CMYK
RGB Variations
Color information
#007ED4 (or 0x007ED4) is known color: Navy Blue. HEX triplet: 00, 7E and D4. RGB value is (0,126,212). Sum of RGB (Red+Green+Blue) = 0+126+212=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 212 (83.20% from 255 or 62.72% from 338); Max value from RGB is 212 - color contains mainly: blue. Hex color #007ED4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ED4 is #FF812B. Grayscale: #616161. Windows color (decimal): -16744748 or 13925888. OLE color: 13925888.
HSL color Cylindrical-coordinate representation of color #007ED4: hue angle of 204.34º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007ED4 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 126 | 212 | - |
| CMYK | 1 | 0.41 | 0 | 0.17 |
| HSL | 204.34º | 1% | 0.42% | - |
| HSV(B) | 204.34º | 1% | 0.83% | - |
| XYZ | 19.34 | 19.68 | 65.07 | - |
| YUV | 98.13 | 192.26 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 212 | 1 | 0.41 | 0 | 0.17 | 204.34 | 1 | 0.42 |
| Hex | 0 | 7E | D4 | 64 | 29 | 0 | 11 | CC | 64 | 2A |
| Octal | 0 | 176 | 324 | 144 | 51 | 0 | 21 | 314 | 144 | 52 |
| Binary | 0 | 1111110 | 11010100 | 1100100 | 101001 | 0 | 10001 | 11001100 | 1100100 | 101010 |
Color Harmonies of #007ED4
Complementary color
Monochromatic Colors of #007ED4
Black with #007ED4
Text Example
Text Example
White with #007ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007ED4; }
p { color: rgb(0,126,212); }
H1.HeaderClassName
{
color: #007ED4;
}
.AnyTagClassName
{
color: #007ED4;
}
</style>
background-color css
<style>
a { background-color: #007ED4; }
a { background-color: rgb(0,126,212); }
div.DivClassName
{
background-color: #007ED4;
}
.BgClassName
{
background-color: #007ED4;
}
</style>
border-color css
<style>
span { border-color: #007ED4; }
span { border-color: rgb(0,126,212); }
td.TdClassName
{
border-color: #007ED4;
}
.TagClassName
{
border-color: #007ED4;
}
</style>