Shades of Navy Blue #076DD9
Tints of Navy Blue #076DD9
RGB
CMYK
RGB Variations
Color information
#076DD9 (or 0x076DD9) is known color: Navy Blue. HEX triplet: 07, 6D and D9. RGB value is (7,109,217). Sum of RGB (Red+Green+Blue) = 7+109+217=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 217 (85.16% from 255 or 65.17% from 333); Max value from RGB is 217 - color contains mainly: blue. Hex color #076DD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076DD9 is #F89226. Grayscale: #5A5A5A. Windows color (decimal): -16290343 or 14249223. OLE color: 14249223.
HSL color Cylindrical-coordinate representation of color #076DD9: hue angle of 210.86º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076DD9 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 109 | 217 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.15 |
| HSL | 210.86º | 0.94% | 0.44% | - |
| HSV(B) | 210.86º | 0.97% | 0.85% | - |
| XYZ | 18.08 | 15.99 | 67.78 | - |
| YUV | 90.81 | 199.21 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 217 | 0.97 | 0.50 | 0 | 0.15 | 210.86 | 0.94 | 0.44 |
| Hex | 7 | 6D | D9 | 61 | 32 | 0 | F | D3 | 5E | 2C |
| Octal | 7 | 155 | 331 | 141 | 62 | 0 | 17 | 323 | 136 | 54 |
| Binary | 111 | 1101101 | 11011001 | 1100001 | 110010 | 0 | 1111 | 11010011 | 1011110 | 101100 |
Color Harmonies of #076DD9
Complementary color
Monochromatic Colors of #076DD9
Black with #076DD9
Text Example
Text Example
White with #076DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076DD9; }
p { color: rgb(7,109,217); }
H1.HeaderClassName
{
color: #076DD9;
}
.AnyTagClassName
{
color: #076DD9;
}
</style>
background-color css
<style>
a { background-color: #076DD9; }
a { background-color: rgb(7,109,217); }
div.DivClassName
{
background-color: #076DD9;
}
.BgClassName
{
background-color: #076DD9;
}
</style>
border-color css
<style>
span { border-color: #076DD9; }
span { border-color: rgb(7,109,217); }
td.TdClassName
{
border-color: #076DD9;
}
.TagClassName
{
border-color: #076DD9;
}
</style>