Shades of Navy Blue #077ACC
Tints of Navy Blue #077ACC
RGB
CMYK
RGB Variations
Color information
#077ACC (or 0x077ACC) is known color: Navy Blue. HEX triplet: 07, 7A and CC. RGB value is (7,122,204). Sum of RGB (Red+Green+Blue) = 7+122+204=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #077ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077ACC is #F88533. Grayscale: #606060. Windows color (decimal): -16287028 or 13400583. OLE color: 13400583.
HSL color Cylindrical-coordinate representation of color #077ACC: hue angle of 204.97º 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 #077ACC is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 122 | 204 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.2 |
| HSL | 204.97º | 0.93% | 0.41% | - |
| HSV(B) | 204.97º | 0.97% | 0.8% | - |
| XYZ | 17.95 | 18.32 | 59.72 | - |
| YUV | 96.96 | 188.4 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 204 | 0.97 | 0.40 | 0 | 0.2 | 204.97 | 0.93 | 0.41 |
| Hex | 7 | 7A | CC | 61 | 28 | 0 | 14 | CD | 5D | 29 |
| Octal | 7 | 172 | 314 | 141 | 50 | 0 | 24 | 315 | 135 | 51 |
| Binary | 111 | 1111010 | 11001100 | 1100001 | 101000 | 0 | 10100 | 11001101 | 1011101 | 101001 |
Color Harmonies of #077ACC
Complementary color
Monochromatic Colors of #077ACC
Black with #077ACC
Text Example
Text Example
White with #077ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077ACC; }
p { color: rgb(7,122,204); }
H1.HeaderClassName
{
color: #077ACC;
}
.AnyTagClassName
{
color: #077ACC;
}
</style>
background-color css
<style>
a { background-color: #077ACC; }
a { background-color: rgb(7,122,204); }
div.DivClassName
{
background-color: #077ACC;
}
.BgClassName
{
background-color: #077ACC;
}
</style>
border-color css
<style>
span { border-color: #077ACC; }
span { border-color: rgb(7,122,204); }
td.TdClassName
{
border-color: #077ACC;
}
.TagClassName
{
border-color: #077ACC;
}
</style>