Shades of Navy Blue #077ECC
Tints of Navy Blue #077ECC
RGB
CMYK
RGB Variations
Color information
#077ECC (or 0x077ECC) is known color: Navy Blue. HEX triplet: 07, 7E and CC. RGB value is (7,126,204). Sum of RGB (Red+Green+Blue) = 7+126+204=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #077ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077ECC is #F88133. Grayscale: #626262. Windows color (decimal): -16286004 or 13401607. OLE color: 13401607.
HSL color Cylindrical-coordinate representation of color #077ECC: hue angle of 203.76º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077ECC is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 126 | 204 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.2 |
| HSL | 203.76º | 0.93% | 0.41% | - |
| HSV(B) | 203.76º | 0.97% | 0.8% | - |
| XYZ | 18.45 | 19.33 | 59.88 | - |
| YUV | 99.31 | 187.08 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 204 | 0.97 | 0.38 | 0 | 0.2 | 203.76 | 0.93 | 0.41 |
| Hex | 7 | 7E | CC | 61 | 26 | 0 | 14 | CC | 5D | 29 |
| Octal | 7 | 176 | 314 | 141 | 46 | 0 | 24 | 314 | 135 | 51 |
| Binary | 111 | 1111110 | 11001100 | 1100001 | 100110 | 0 | 10100 | 11001100 | 1011101 | 101001 |
Color Harmonies of #077ECC
Complementary color
Monochromatic Colors of #077ECC
Black with #077ECC
Text Example
Text Example
White with #077ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077ECC; }
p { color: rgb(7,126,204); }
H1.HeaderClassName
{
color: #077ECC;
}
.AnyTagClassName
{
color: #077ECC;
}
</style>
background-color css
<style>
a { background-color: #077ECC; }
a { background-color: rgb(7,126,204); }
div.DivClassName
{
background-color: #077ECC;
}
.BgClassName
{
background-color: #077ECC;
}
</style>
border-color css
<style>
span { border-color: #077ECC; }
span { border-color: rgb(7,126,204); }
td.TdClassName
{
border-color: #077ECC;
}
.TagClassName
{
border-color: #077ECC;
}
</style>