Shades of Navy Blue #076ECC
Tints of Navy Blue #076ECC
RGB
CMYK
RGB Variations
Color information
#076ECC (or 0x076ECC) is known color: Navy Blue. HEX triplet: 07, 6E and CC. RGB value is (7,110,204). Sum of RGB (Red+Green+Blue) = 7+110+204=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #076ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076ECC is #F89133. Grayscale: #595959. Windows color (decimal): -16290100 or 13397511. OLE color: 13397511.
HSL color Cylindrical-coordinate representation of color #076ECC: hue angle of 208.63º 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 #076ECC is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 110 | 204 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.2 |
| HSL | 208.63º | 0.93% | 0.41% | - |
| HSV(B) | 208.63º | 0.97% | 0.8% | - |
| XYZ | 16.56 | 15.56 | 59.26 | - |
| YUV | 89.92 | 192.38 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 204 | 0.97 | 0.46 | 0 | 0.2 | 208.63 | 0.93 | 0.41 |
| Hex | 7 | 6E | CC | 61 | 2E | 0 | 14 | D1 | 5D | 29 |
| Octal | 7 | 156 | 314 | 141 | 56 | 0 | 24 | 321 | 135 | 51 |
| Binary | 111 | 1101110 | 11001100 | 1100001 | 101110 | 0 | 10100 | 11010001 | 1011101 | 101001 |
Color Harmonies of #076ECC
Complementary color
Monochromatic Colors of #076ECC
Black with #076ECC
Text Example
Text Example
White with #076ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076ECC; }
p { color: rgb(7,110,204); }
H1.HeaderClassName
{
color: #076ECC;
}
.AnyTagClassName
{
color: #076ECC;
}
</style>
background-color css
<style>
a { background-color: #076ECC; }
a { background-color: rgb(7,110,204); }
div.DivClassName
{
background-color: #076ECC;
}
.BgClassName
{
background-color: #076ECC;
}
</style>
border-color css
<style>
span { border-color: #076ECC; }
span { border-color: rgb(7,110,204); }
td.TdClassName
{
border-color: #076ECC;
}
.TagClassName
{
border-color: #076ECC;
}
</style>