Shades of Navy Blue #077FE0
Tints of Navy Blue #077FE0
RGB
CMYK
RGB Variations
Color information
#077FE0 (or 0x077FE0) is known color: Navy Blue. HEX triplet: 07, 7F and E0. RGB value is (7,127,224). Sum of RGB (Red+Green+Blue) = 7+127+224=358 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 224 (87.89% from 255 or 62.57% from 358); Max value from RGB is 224 - color contains mainly: blue. Hex color #077FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077FE0 is #F8801F. Grayscale: #656565. Windows color (decimal): -16285728 or 14712583. OLE color: 14712583.
HSL color Cylindrical-coordinate representation of color #077FE0: hue angle of 206.82º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077FE0 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 127 | 224 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.12 |
| HSL | 206.82º | 0.94% | 0.45% | - |
| HSV(B) | 206.82º | 0.97% | 0.88% | - |
| XYZ | 21.13 | 20.61 | 73.38 | - |
| YUV | 102.18 | 196.74 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 224 | 0.97 | 0.43 | 0 | 0.12 | 206.82 | 0.94 | 0.45 |
| Hex | 7 | 7F | E0 | 61 | 2B | 0 | C | CF | 5E | 2D |
| Octal | 7 | 177 | 340 | 141 | 53 | 0 | 14 | 317 | 136 | 55 |
| Binary | 111 | 1111111 | 11100000 | 1100001 | 101011 | 0 | 1100 | 11001111 | 1011110 | 101101 |
Color Harmonies of #077FE0
Complementary color
Monochromatic Colors of #077FE0
Black with #077FE0
Text Example
Text Example
White with #077FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077FE0; }
p { color: rgb(7,127,224); }
H1.HeaderClassName
{
color: #077FE0;
}
.AnyTagClassName
{
color: #077FE0;
}
</style>
background-color css
<style>
a { background-color: #077FE0; }
a { background-color: rgb(7,127,224); }
div.DivClassName
{
background-color: #077FE0;
}
.BgClassName
{
background-color: #077FE0;
}
</style>
border-color css
<style>
span { border-color: #077FE0; }
span { border-color: rgb(7,127,224); }
td.TdClassName
{
border-color: #077FE0;
}
.TagClassName
{
border-color: #077FE0;
}
</style>