Shades of Navy Blue #076BDB
Tints of Navy Blue #076BDB
RGB
CMYK
RGB Variations
Color information
#076BDB (or 0x076BDB) is known color: Navy Blue. HEX triplet: 07, 6B and DB. RGB value is (7,107,219). Sum of RGB (Red+Green+Blue) = 7+107+219=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #076BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076BDB is #F89424. Grayscale: #595959. Windows color (decimal): -16290853 or 14379783. OLE color: 14379783.
HSL color Cylindrical-coordinate representation of color #076BDB: hue angle of 211.7º 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 #076BDB is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 107 | 219 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.14 |
| HSL | 211.7º | 0.94% | 0.44% | - |
| HSV(B) | 211.7º | 0.97% | 0.86% | - |
| XYZ | 18.13 | 15.68 | 69.09 | - |
| YUV | 89.87 | 200.87 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 219 | 0.97 | 0.51 | 0 | 0.14 | 211.7 | 0.94 | 0.44 |
| Hex | 7 | 6B | DB | 61 | 33 | 0 | E | D4 | 5E | 2C |
| Octal | 7 | 153 | 333 | 141 | 63 | 0 | 16 | 324 | 136 | 54 |
| Binary | 111 | 1101011 | 11011011 | 1100001 | 110011 | 0 | 1110 | 11010100 | 1011110 | 101100 |
Color Harmonies of #076BDB
Complementary color
Monochromatic Colors of #076BDB
Black with #076BDB
Text Example
Text Example
White with #076BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076BDB; }
p { color: rgb(7,107,219); }
H1.HeaderClassName
{
color: #076BDB;
}
.AnyTagClassName
{
color: #076BDB;
}
</style>
background-color css
<style>
a { background-color: #076BDB; }
a { background-color: rgb(7,107,219); }
div.DivClassName
{
background-color: #076BDB;
}
.BgClassName
{
background-color: #076BDB;
}
</style>
border-color css
<style>
span { border-color: #076BDB; }
span { border-color: rgb(7,107,219); }
td.TdClassName
{
border-color: #076BDB;
}
.TagClassName
{
border-color: #076BDB;
}
</style>