Shades of Navy Blue #007EDE
Tints of Navy Blue #007EDE
RGB
CMYK
RGB Variations
Color information
#007EDE (or 0x007EDE) is known color: Navy Blue. HEX triplet: 00, 7E and DE. RGB value is (0,126,222). Sum of RGB (Red+Green+Blue) = 0+126+222=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #007EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007EDE is #FF8121. Grayscale: #626262. Windows color (decimal): -16744738 or 14581248. OLE color: 14581248.
HSL color Cylindrical-coordinate representation of color #007EDE: hue angle of 205.95º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EDE is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 126 | 222 | - |
| CMYK | 1 | 0.43 | 0 | 0.13 |
| HSL | 205.95º | 1% | 0.44% | - |
| HSV(B) | 205.95º | 1% | 0.87% | - |
| XYZ | 20.65 | 20.2 | 71.92 | - |
| YUV | 99.27 | 197.26 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 222 | 1 | 0.43 | 0 | 0.13 | 205.95 | 1 | 0.44 |
| Hex | 0 | 7E | DE | 64 | 2B | 0 | D | CE | 64 | 2C |
| Octal | 0 | 176 | 336 | 144 | 53 | 0 | 15 | 316 | 144 | 54 |
| Binary | 0 | 1111110 | 11011110 | 1100100 | 101011 | 0 | 1101 | 11001110 | 1100100 | 101100 |
Color Harmonies of #007EDE
Complementary color
Monochromatic Colors of #007EDE
Black with #007EDE
Text Example
Text Example
White with #007EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EDE; }
p { color: rgb(0,126,222); }
H1.HeaderClassName
{
color: #007EDE;
}
.AnyTagClassName
{
color: #007EDE;
}
</style>
background-color css
<style>
a { background-color: #007EDE; }
a { background-color: rgb(0,126,222); }
div.DivClassName
{
background-color: #007EDE;
}
.BgClassName
{
background-color: #007EDE;
}
</style>
border-color css
<style>
span { border-color: #007EDE; }
span { border-color: rgb(0,126,222); }
td.TdClassName
{
border-color: #007EDE;
}
.TagClassName
{
border-color: #007EDE;
}
</style>