Shades of Navy Blue #077EE4
Tints of Navy Blue #077EE4
RGB
CMYK
RGB Variations
Color information
#077EE4 (or 0x077EE4) is known color: Navy Blue. HEX triplet: 07, 7E and E4. RGB value is (7,126,228). Sum of RGB (Red+Green+Blue) = 7+126+228=361 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 228 (89.45% from 255 or 63.16% from 361); Max value from RGB is 228 - color contains mainly: blue. Hex color #077EE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077EE4 is #F8811B. Grayscale: #656565. Windows color (decimal): -16285980 or 14974471. OLE color: 14974471.
HSL color Cylindrical-coordinate representation of color #077EE4: hue angle of 207.69º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077EE4 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 126 | 228 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.11 |
| HSL | 207.69º | 0.94% | 0.46% | - |
| HSV(B) | 207.69º | 0.97% | 0.89% | - |
| XYZ | 21.55 | 20.57 | 76.23 | - |
| YUV | 102.05 | 199.08 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 228 | 0.97 | 0.45 | 0 | 0.11 | 207.69 | 0.94 | 0.46 |
| Hex | 7 | 7E | E4 | 61 | 2D | 0 | B | D0 | 5E | 2E |
| Octal | 7 | 176 | 344 | 141 | 55 | 0 | 13 | 320 | 136 | 56 |
| Binary | 111 | 1111110 | 11100100 | 1100001 | 101101 | 0 | 1011 | 11010000 | 1011110 | 101110 |
Color Harmonies of #077EE4
Complementary color
Monochromatic Colors of #077EE4
Black with #077EE4
Text Example
Text Example
White with #077EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077EE4; }
p { color: rgb(7,126,228); }
H1.HeaderClassName
{
color: #077EE4;
}
.AnyTagClassName
{
color: #077EE4;
}
</style>
background-color css
<style>
a { background-color: #077EE4; }
a { background-color: rgb(7,126,228); }
div.DivClassName
{
background-color: #077EE4;
}
.BgClassName
{
background-color: #077EE4;
}
</style>
border-color css
<style>
span { border-color: #077EE4; }
span { border-color: rgb(7,126,228); }
td.TdClassName
{
border-color: #077EE4;
}
.TagClassName
{
border-color: #077EE4;
}
</style>