Shades of Navy Blue #077EDE
Tints of Navy Blue #077EDE
RGB
CMYK
RGB Variations
Color information
#077EDE (or 0x077EDE) is known color: Navy Blue. HEX triplet: 07, 7E and DE. RGB value is (7,126,222). Sum of RGB (Red+Green+Blue) = 7+126+222=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #077EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077EDE is #F88121. Grayscale: #646464. Windows color (decimal): -16285986 or 14581255. OLE color: 14581255.
HSL color Cylindrical-coordinate representation of color #077EDE: hue angle of 206.79º 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 #077EDE is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 126 | 222 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.13 |
| HSL | 206.79º | 0.94% | 0.45% | - |
| HSV(B) | 206.79º | 0.97% | 0.87% | - |
| XYZ | 20.73 | 20.24 | 71.92 | - |
| YUV | 101.36 | 196.08 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 222 | 0.97 | 0.43 | 0 | 0.13 | 206.79 | 0.94 | 0.45 |
| Hex | 7 | 7E | DE | 61 | 2B | 0 | D | CF | 5E | 2D |
| Octal | 7 | 176 | 336 | 141 | 53 | 0 | 15 | 317 | 136 | 55 |
| Binary | 111 | 1111110 | 11011110 | 1100001 | 101011 | 0 | 1101 | 11001111 | 1011110 | 101101 |
Color Harmonies of #077EDE
Complementary color
Monochromatic Colors of #077EDE
Black with #077EDE
Text Example
Text Example
White with #077EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077EDE; }
p { color: rgb(7,126,222); }
H1.HeaderClassName
{
color: #077EDE;
}
.AnyTagClassName
{
color: #077EDE;
}
</style>
background-color css
<style>
a { background-color: #077EDE; }
a { background-color: rgb(7,126,222); }
div.DivClassName
{
background-color: #077EDE;
}
.BgClassName
{
background-color: #077EDE;
}
</style>
border-color css
<style>
span { border-color: #077EDE; }
span { border-color: rgb(7,126,222); }
td.TdClassName
{
border-color: #077EDE;
}
.TagClassName
{
border-color: #077EDE;
}
</style>