Shades of Navy Blue #076DCC
Tints of Navy Blue #076DCC
RGB
CMYK
RGB Variations
Color information
#076DCC (or 0x076DCC) is known color: Navy Blue. HEX triplet: 07, 6D and CC. RGB value is (7,109,204). Sum of RGB (Red+Green+Blue) = 7+109+204=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #076DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076DCC is #F89233. Grayscale: #585858. Windows color (decimal): -16290356 or 13397255. OLE color: 13397255.
HSL color Cylindrical-coordinate representation of color #076DCC: hue angle of 208.93º 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 #076DCC is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 109 | 204 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.2 |
| HSL | 208.93º | 0.93% | 0.41% | - |
| HSV(B) | 208.93º | 0.97% | 0.8% | - |
| XYZ | 16.46 | 15.34 | 59.22 | - |
| YUV | 89.33 | 192.71 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 204 | 0.97 | 0.47 | 0 | 0.2 | 208.93 | 0.93 | 0.41 |
| Hex | 7 | 6D | CC | 61 | 2F | 0 | 14 | D1 | 5D | 29 |
| Octal | 7 | 155 | 314 | 141 | 57 | 0 | 24 | 321 | 135 | 51 |
| Binary | 111 | 1101101 | 11001100 | 1100001 | 101111 | 0 | 10100 | 11010001 | 1011101 | 101001 |
Color Harmonies of #076DCC
Complementary color
Monochromatic Colors of #076DCC
Black with #076DCC
Text Example
Text Example
White with #076DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076DCC; }
p { color: rgb(7,109,204); }
H1.HeaderClassName
{
color: #076DCC;
}
.AnyTagClassName
{
color: #076DCC;
}
</style>
background-color css
<style>
a { background-color: #076DCC; }
a { background-color: rgb(7,109,204); }
div.DivClassName
{
background-color: #076DCC;
}
.BgClassName
{
background-color: #076DCC;
}
</style>
border-color css
<style>
span { border-color: #076DCC; }
span { border-color: rgb(7,109,204); }
td.TdClassName
{
border-color: #076DCC;
}
.TagClassName
{
border-color: #076DCC;
}
</style>