Shades of Navy Blue #007EE9
Tints of Navy Blue #007EE9
RGB
CMYK
RGB Variations
Color information
#007EE9 (or 0x007EE9) is known color: Navy Blue. HEX triplet: 00, 7E and E9. RGB value is (0,126,233). Sum of RGB (Red+Green+Blue) = 0+126+233=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 233 (91.41% from 255 or 64.90% from 359); Max value from RGB is 233 - color contains mainly: blue. Hex color #007EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007EE9 is #FF8116. Grayscale: #636363. Windows color (decimal): -16744727 or 15302144. OLE color: 15302144.
HSL color Cylindrical-coordinate representation of color #007EE9: hue angle of 207.55º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EE9 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 126 | 233 | - |
| CMYK | 1 | 0.46 | 0 | 0.09 |
| HSL | 207.55º | 1% | 0.46% | - |
| HSV(B) | 207.55º | 1% | 0.91% | - |
| XYZ | 22.17 | 20.8 | 79.94 | - |
| YUV | 100.52 | 202.76 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 233 | 1 | 0.46 | 0 | 0.09 | 207.55 | 1 | 0.46 |
| Hex | 0 | 7E | E9 | 64 | 2E | 0 | 9 | D0 | 64 | 2E |
| Octal | 0 | 176 | 351 | 144 | 56 | 0 | 11 | 320 | 144 | 56 |
| Binary | 0 | 1111110 | 11101001 | 1100100 | 101110 | 0 | 1001 | 11010000 | 1100100 | 101110 |
Color Harmonies of #007EE9
Complementary color
Monochromatic Colors of #007EE9
Black with #007EE9
Text Example
Text Example
White with #007EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EE9; }
p { color: rgb(0,126,233); }
H1.HeaderClassName
{
color: #007EE9;
}
.AnyTagClassName
{
color: #007EE9;
}
</style>
background-color css
<style>
a { background-color: #007EE9; }
a { background-color: rgb(0,126,233); }
div.DivClassName
{
background-color: #007EE9;
}
.BgClassName
{
background-color: #007EE9;
}
</style>
border-color css
<style>
span { border-color: #007EE9; }
span { border-color: rgb(0,126,233); }
td.TdClassName
{
border-color: #007EE9;
}
.TagClassName
{
border-color: #007EE9;
}
</style>