Shades of Navy Blue #077EDD
Tints of Navy Blue #077EDD
RGB
CMYK
RGB Variations
Color information
#077EDD (or 0x077EDD) is known color: Navy Blue. HEX triplet: 07, 7E and DD. RGB value is (7,126,221). Sum of RGB (Red+Green+Blue) = 7+126+221=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #077EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077EDD is #F88122. Grayscale: #646464. Windows color (decimal): -16285987 or 14515719. OLE color: 14515719.
HSL color Cylindrical-coordinate representation of color #077EDD: hue angle of 206.64º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077EDD is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 126 | 221 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.13 |
| HSL | 206.64º | 0.94% | 0.45% | - |
| HSV(B) | 206.64º | 0.97% | 0.87% | - |
| XYZ | 20.6 | 20.19 | 71.22 | - |
| YUV | 101.25 | 195.58 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 221 | 0.97 | 0.43 | 0 | 0.13 | 206.64 | 0.94 | 0.45 |
| Hex | 7 | 7E | DD | 61 | 2B | 0 | D | CF | 5E | 2D |
| Octal | 7 | 176 | 335 | 141 | 53 | 0 | 15 | 317 | 136 | 55 |
| Binary | 111 | 1111110 | 11011101 | 1100001 | 101011 | 0 | 1101 | 11001111 | 1011110 | 101101 |
Color Harmonies of #077EDD
Complementary color
Monochromatic Colors of #077EDD
Black with #077EDD
Text Example
Text Example
White with #077EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077EDD; }
p { color: rgb(7,126,221); }
H1.HeaderClassName
{
color: #077EDD;
}
.AnyTagClassName
{
color: #077EDD;
}
</style>
background-color css
<style>
a { background-color: #077EDD; }
a { background-color: rgb(7,126,221); }
div.DivClassName
{
background-color: #077EDD;
}
.BgClassName
{
background-color: #077EDD;
}
</style>
border-color css
<style>
span { border-color: #077EDD; }
span { border-color: rgb(7,126,221); }
td.TdClassName
{
border-color: #077EDD;
}
.TagClassName
{
border-color: #077EDD;
}
</style>