Shades of Navy Blue #076AD1
Tints of Navy Blue #076AD1
RGB
CMYK
RGB Variations
Color information
#076AD1 (or 0x076AD1) is known color: Navy Blue. HEX triplet: 07, 6A and D1. RGB value is (7,106,209). Sum of RGB (Red+Green+Blue) = 7+106+209=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 209 (82.03% from 255 or 64.91% from 322); Max value from RGB is 209 - color contains mainly: blue. Hex color #076AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076AD1 is #F8952E. Grayscale: #575757. Windows color (decimal): -16291119 or 13724167. OLE color: 13724167.
HSL color Cylindrical-coordinate representation of color #076AD1: hue angle of 210.59º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076AD1 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 106 | 209 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.18 |
| HSL | 210.59º | 0.94% | 0.42% | - |
| HSV(B) | 210.59º | 0.97% | 0.82% | - |
| XYZ | 16.75 | 14.96 | 62.33 | - |
| YUV | 88.14 | 196.2 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 209 | 0.97 | 0.49 | 0 | 0.18 | 210.59 | 0.94 | 0.42 |
| Hex | 7 | 6A | D1 | 61 | 31 | 0 | 12 | D3 | 5E | 2A |
| Octal | 7 | 152 | 321 | 141 | 61 | 0 | 22 | 323 | 136 | 52 |
| Binary | 111 | 1101010 | 11010001 | 1100001 | 110001 | 0 | 10010 | 11010011 | 1011110 | 101010 |
Color Harmonies of #076AD1
Complementary color
Monochromatic Colors of #076AD1
Black with #076AD1
Text Example
Text Example
White with #076AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076AD1; }
p { color: rgb(7,106,209); }
H1.HeaderClassName
{
color: #076AD1;
}
.AnyTagClassName
{
color: #076AD1;
}
</style>
background-color css
<style>
a { background-color: #076AD1; }
a { background-color: rgb(7,106,209); }
div.DivClassName
{
background-color: #076AD1;
}
.BgClassName
{
background-color: #076AD1;
}
</style>
border-color css
<style>
span { border-color: #076AD1; }
span { border-color: rgb(7,106,209); }
td.TdClassName
{
border-color: #076AD1;
}
.TagClassName
{
border-color: #076AD1;
}
</style>