Shades of Navy Blue #076DD7
Tints of Navy Blue #076DD7
RGB
CMYK
RGB Variations
Color information
#076DD7 (or 0x076DD7) is known color: Navy Blue. HEX triplet: 07, 6D and D7. RGB value is (7,109,215). Sum of RGB (Red+Green+Blue) = 7+109+215=331 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 215 (84.38% from 255 or 64.95% from 331); Max value from RGB is 215 - color contains mainly: blue. Hex color #076DD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076DD7 is #F89228. Grayscale: #5A5A5A. Windows color (decimal): -16290345 or 14118151. OLE color: 14118151.
HSL color Cylindrical-coordinate representation of color #076DD7: hue angle of 210.58º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076DD7 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 109 | 215 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.16 |
| HSL | 210.58º | 0.94% | 0.44% | - |
| HSV(B) | 210.58º | 0.97% | 0.84% | - |
| XYZ | 17.82 | 15.89 | 66.42 | - |
| YUV | 90.59 | 198.21 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 215 | 0.97 | 0.49 | 0 | 0.16 | 210.58 | 0.94 | 0.44 |
| Hex | 7 | 6D | D7 | 61 | 31 | 0 | 10 | D3 | 5E | 2C |
| Octal | 7 | 155 | 327 | 141 | 61 | 0 | 20 | 323 | 136 | 54 |
| Binary | 111 | 1101101 | 11010111 | 1100001 | 110001 | 0 | 10000 | 11010011 | 1011110 | 101100 |
Color Harmonies of #076DD7
Complementary color
Monochromatic Colors of #076DD7
Black with #076DD7
Text Example
Text Example
White with #076DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076DD7; }
p { color: rgb(7,109,215); }
H1.HeaderClassName
{
color: #076DD7;
}
.AnyTagClassName
{
color: #076DD7;
}
</style>
background-color css
<style>
a { background-color: #076DD7; }
a { background-color: rgb(7,109,215); }
div.DivClassName
{
background-color: #076DD7;
}
.BgClassName
{
background-color: #076DD7;
}
</style>
border-color css
<style>
span { border-color: #076DD7; }
span { border-color: rgb(7,109,215); }
td.TdClassName
{
border-color: #076DD7;
}
.TagClassName
{
border-color: #076DD7;
}
</style>