Shades of Navy Blue #007ED9
Tints of Navy Blue #007ED9
RGB
CMYK
RGB Variations
Color information
#007ED9 (or 0x007ED9) is known color: Navy Blue. HEX triplet: 00, 7E and D9. RGB value is (0,126,217). Sum of RGB (Red+Green+Blue) = 0+126+217=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 217 (85.16% from 255 or 63.27% from 343); Max value from RGB is 217 - color contains mainly: blue. Hex color #007ED9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ED9 is #FF8126. Grayscale: #626262. Windows color (decimal): -16744743 or 14253568. OLE color: 14253568.
HSL color Cylindrical-coordinate representation of color #007ED9: hue angle of 205.16º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007ED9 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 126 | 217 | - |
| CMYK | 1 | 0.42 | 0 | 0.15 |
| HSL | 205.16º | 1% | 0.43% | - |
| HSV(B) | 205.16º | 1% | 0.85% | - |
| XYZ | 19.99 | 19.93 | 68.44 | - |
| YUV | 98.7 | 194.76 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 217 | 1 | 0.42 | 0 | 0.15 | 205.16 | 1 | 0.43 |
| Hex | 0 | 7E | D9 | 64 | 2A | 0 | F | CD | 64 | 2B |
| Octal | 0 | 176 | 331 | 144 | 52 | 0 | 17 | 315 | 144 | 53 |
| Binary | 0 | 1111110 | 11011001 | 1100100 | 101010 | 0 | 1111 | 11001101 | 1100100 | 101011 |
Color Harmonies of #007ED9
Complementary color
Monochromatic Colors of #007ED9
Black with #007ED9
Text Example
Text Example
White with #007ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007ED9; }
p { color: rgb(0,126,217); }
H1.HeaderClassName
{
color: #007ED9;
}
.AnyTagClassName
{
color: #007ED9;
}
</style>
background-color css
<style>
a { background-color: #007ED9; }
a { background-color: rgb(0,126,217); }
div.DivClassName
{
background-color: #007ED9;
}
.BgClassName
{
background-color: #007ED9;
}
</style>
border-color css
<style>
span { border-color: #007ED9; }
span { border-color: rgb(0,126,217); }
td.TdClassName
{
border-color: #007ED9;
}
.TagClassName
{
border-color: #007ED9;
}
</style>