Shades of Navy Blue #077ED8
Tints of Navy Blue #077ED8
RGB
CMYK
RGB Variations
Color information
#077ED8 (or 0x077ED8) is known color: Navy Blue. HEX triplet: 07, 7E and D8. RGB value is (7,126,216). Sum of RGB (Red+Green+Blue) = 7+126+216=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 216 (84.77% from 255 or 61.89% from 349); Max value from RGB is 216 - color contains mainly: blue. Hex color #077ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077ED8 is #F88127. Grayscale: #646464. Windows color (decimal): -16285992 or 14188039. OLE color: 14188039.
HSL color Cylindrical-coordinate representation of color #077ED8: hue angle of 205.84º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077ED8 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 126 | 216 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.15 |
| HSL | 205.84º | 0.94% | 0.44% | - |
| HSV(B) | 205.84º | 0.97% | 0.85% | - |
| XYZ | 19.94 | 19.92 | 67.76 | - |
| YUV | 100.68 | 193.08 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 216 | 0.97 | 0.42 | 0 | 0.15 | 205.84 | 0.94 | 0.44 |
| Hex | 7 | 7E | D8 | 61 | 2A | 0 | F | CE | 5E | 2C |
| Octal | 7 | 176 | 330 | 141 | 52 | 0 | 17 | 316 | 136 | 54 |
| Binary | 111 | 1111110 | 11011000 | 1100001 | 101010 | 0 | 1111 | 11001110 | 1011110 | 101100 |
Color Harmonies of #077ED8
Complementary color
Monochromatic Colors of #077ED8
Black with #077ED8
Text Example
Text Example
White with #077ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077ED8; }
p { color: rgb(7,126,216); }
H1.HeaderClassName
{
color: #077ED8;
}
.AnyTagClassName
{
color: #077ED8;
}
</style>
background-color css
<style>
a { background-color: #077ED8; }
a { background-color: rgb(7,126,216); }
div.DivClassName
{
background-color: #077ED8;
}
.BgClassName
{
background-color: #077ED8;
}
</style>
border-color css
<style>
span { border-color: #077ED8; }
span { border-color: rgb(7,126,216); }
td.TdClassName
{
border-color: #077ED8;
}
.TagClassName
{
border-color: #077ED8;
}
</style>