Shades of Navy Blue #007EDD
Tints of Navy Blue #007EDD
RGB
CMYK
RGB Variations
Color information
#007EDD (or 0x007EDD) is known color: Navy Blue. HEX triplet: 00, 7E and DD. RGB value is (0,126,221). Sum of RGB (Red+Green+Blue) = 0+126+221=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #007EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007EDD is #FF8122. Grayscale: #626262. Windows color (decimal): -16744739 or 14515712. OLE color: 14515712.
HSL color Cylindrical-coordinate representation of color #007EDD: hue angle of 205.79º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EDD is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 126 | 221 | - |
| CMYK | 1 | 0.43 | 0 | 0.13 |
| HSL | 205.79º | 1% | 0.43% | - |
| HSV(B) | 205.79º | 1% | 0.87% | - |
| XYZ | 20.51 | 20.14 | 71.21 | - |
| YUV | 99.16 | 196.76 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 221 | 1 | 0.43 | 0 | 0.13 | 205.79 | 1 | 0.43 |
| Hex | 0 | 7E | DD | 64 | 2B | 0 | D | CE | 64 | 2B |
| Octal | 0 | 176 | 335 | 144 | 53 | 0 | 15 | 316 | 144 | 53 |
| Binary | 0 | 1111110 | 11011101 | 1100100 | 101011 | 0 | 1101 | 11001110 | 1100100 | 101011 |
Color Harmonies of #007EDD
Complementary color
Monochromatic Colors of #007EDD
Black with #007EDD
Text Example
Text Example
White with #007EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EDD; }
p { color: rgb(0,126,221); }
H1.HeaderClassName
{
color: #007EDD;
}
.AnyTagClassName
{
color: #007EDD;
}
</style>
background-color css
<style>
a { background-color: #007EDD; }
a { background-color: rgb(0,126,221); }
div.DivClassName
{
background-color: #007EDD;
}
.BgClassName
{
background-color: #007EDD;
}
</style>
border-color css
<style>
span { border-color: #007EDD; }
span { border-color: rgb(0,126,221); }
td.TdClassName
{
border-color: #007EDD;
}
.TagClassName
{
border-color: #007EDD;
}
</style>