Shades of Navy Blue #007EDA
Tints of Navy Blue #007EDA
RGB
CMYK
RGB Variations
Color information
#007EDA (or 0x007EDA) is known color: Navy Blue. HEX triplet: 00, 7E and DA. RGB value is (0,126,218). Sum of RGB (Red+Green+Blue) = 0+126+218=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #007EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007EDA is #FF8125. Grayscale: #626262. Windows color (decimal): -16744742 or 14319104. OLE color: 14319104.
HSL color Cylindrical-coordinate representation of color #007EDA: hue angle of 205.32º 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 #007EDA is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 126 | 218 | - |
| CMYK | 1 | 0.42 | 0 | 0.15 |
| HSL | 205.32º | 1% | 0.43% | - |
| HSV(B) | 205.32º | 1% | 0.85% | - |
| XYZ | 20.12 | 19.98 | 69.13 | - |
| YUV | 98.81 | 195.26 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 218 | 1 | 0.42 | 0 | 0.15 | 205.32 | 1 | 0.43 |
| Hex | 0 | 7E | DA | 64 | 2A | 0 | F | CD | 64 | 2B |
| Octal | 0 | 176 | 332 | 144 | 52 | 0 | 17 | 315 | 144 | 53 |
| Binary | 0 | 1111110 | 11011010 | 1100100 | 101010 | 0 | 1111 | 11001101 | 1100100 | 101011 |
Color Harmonies of #007EDA
Complementary color
Monochromatic Colors of #007EDA
Black with #007EDA
Text Example
Text Example
White with #007EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EDA; }
p { color: rgb(0,126,218); }
H1.HeaderClassName
{
color: #007EDA;
}
.AnyTagClassName
{
color: #007EDA;
}
</style>
background-color css
<style>
a { background-color: #007EDA; }
a { background-color: rgb(0,126,218); }
div.DivClassName
{
background-color: #007EDA;
}
.BgClassName
{
background-color: #007EDA;
}
</style>
border-color css
<style>
span { border-color: #007EDA; }
span { border-color: rgb(0,126,218); }
td.TdClassName
{
border-color: #007EDA;
}
.TagClassName
{
border-color: #007EDA;
}
</style>