Shades of Navy Blue #007EE8
Tints of Navy Blue #007EE8
RGB
CMYK
RGB Variations
Color information
#007EE8 (or 0x007EE8) is known color: Navy Blue. HEX triplet: 00, 7E and E8. RGB value is (0,126,232). Sum of RGB (Red+Green+Blue) = 0+126+232=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 232 (91.02% from 255 or 64.80% from 358); Max value from RGB is 232 - color contains mainly: blue. Hex color #007EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007EE8 is #FF8117. Grayscale: #636363. Windows color (decimal): -16744728 or 15236608. OLE color: 15236608.
HSL color Cylindrical-coordinate representation of color #007EE8: hue angle of 207.41º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EE8 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 126 | 232 | - |
| CMYK | 1 | 0.46 | 0 | 0.09 |
| HSL | 207.41º | 1% | 0.45% | - |
| HSV(B) | 207.41º | 1% | 0.91% | - |
| XYZ | 22.03 | 20.75 | 79.19 | - |
| YUV | 100.41 | 202.26 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 232 | 1 | 0.46 | 0 | 0.09 | 207.41 | 1 | 0.45 |
| Hex | 0 | 7E | E8 | 64 | 2E | 0 | 9 | CF | 64 | 2D |
| Octal | 0 | 176 | 350 | 144 | 56 | 0 | 11 | 317 | 144 | 55 |
| Binary | 0 | 1111110 | 11101000 | 1100100 | 101110 | 0 | 1001 | 11001111 | 1100100 | 101101 |
Color Harmonies of #007EE8
Complementary color
Monochromatic Colors of #007EE8
Black with #007EE8
Text Example
Text Example
White with #007EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EE8; }
p { color: rgb(0,126,232); }
H1.HeaderClassName
{
color: #007EE8;
}
.AnyTagClassName
{
color: #007EE8;
}
</style>
background-color css
<style>
a { background-color: #007EE8; }
a { background-color: rgb(0,126,232); }
div.DivClassName
{
background-color: #007EE8;
}
.BgClassName
{
background-color: #007EE8;
}
</style>
border-color css
<style>
span { border-color: #007EE8; }
span { border-color: rgb(0,126,232); }
td.TdClassName
{
border-color: #007EE8;
}
.TagClassName
{
border-color: #007EE8;
}
</style>