Shades of Navy Blue #076ADB
Tints of Navy Blue #076ADB
RGB
CMYK
RGB Variations
Color information
#076ADB (or 0x076ADB) is known color: Navy Blue. HEX triplet: 07, 6A and DB. RGB value is (7,106,219). Sum of RGB (Red+Green+Blue) = 7+106+219=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #076ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076ADB is #F89524. Grayscale: #585858. Windows color (decimal): -16291109 or 14379527. OLE color: 14379527.
HSL color Cylindrical-coordinate representation of color #076ADB: hue angle of 211.98º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076ADB is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 106 | 219 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.14 |
| HSL | 211.98º | 0.94% | 0.44% | - |
| HSV(B) | 211.98º | 0.97% | 0.86% | - |
| XYZ | 18.03 | 15.47 | 69.05 | - |
| YUV | 89.28 | 201.2 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 219 | 0.97 | 0.52 | 0 | 0.14 | 211.98 | 0.94 | 0.44 |
| Hex | 7 | 6A | DB | 61 | 34 | 0 | E | D4 | 5E | 2C |
| Octal | 7 | 152 | 333 | 141 | 64 | 0 | 16 | 324 | 136 | 54 |
| Binary | 111 | 1101010 | 11011011 | 1100001 | 110100 | 0 | 1110 | 11010100 | 1011110 | 101100 |
Color Harmonies of #076ADB
Complementary color
Monochromatic Colors of #076ADB
Black with #076ADB
Text Example
Text Example
White with #076ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076ADB; }
p { color: rgb(7,106,219); }
H1.HeaderClassName
{
color: #076ADB;
}
.AnyTagClassName
{
color: #076ADB;
}
</style>
background-color css
<style>
a { background-color: #076ADB; }
a { background-color: rgb(7,106,219); }
div.DivClassName
{
background-color: #076ADB;
}
.BgClassName
{
background-color: #076ADB;
}
</style>
border-color css
<style>
span { border-color: #076ADB; }
span { border-color: rgb(7,106,219); }
td.TdClassName
{
border-color: #076ADB;
}
.TagClassName
{
border-color: #076ADB;
}
</style>