Shades of Navy Blue #096ADB
Tints of Navy Blue #096ADB
RGB
CMYK
RGB Variations
Color information
#096ADB (or 0x096ADB) is known color: Navy Blue. HEX triplet: 09, 6A and DB. RGB value is (9,106,219). Sum of RGB (Red+Green+Blue) = 9+106+219=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #096ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ADB is #F69524. Grayscale: #595959. Windows color (decimal): -16160037 or 14379529. OLE color: 14379529.
HSL color Cylindrical-coordinate representation of color #096ADB: hue angle of 212.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096ADB is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 106 | 219 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.14 |
| HSL | 212.29º | 0.92% | 0.45% | - |
| HSV(B) | 212.29º | 0.96% | 0.86% | - |
| XYZ | 18.05 | 15.48 | 69.05 | - |
| YUV | 89.88 | 200.86 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 219 | 0.96 | 0.52 | 0 | 0.14 | 212.29 | 0.92 | 0.45 |
| Hex | 9 | 6A | DB | 60 | 34 | 0 | E | D4 | 5C | 2D |
| Octal | 11 | 152 | 333 | 140 | 64 | 0 | 16 | 324 | 134 | 55 |
| Binary | 1001 | 1101010 | 11011011 | 1100000 | 110100 | 0 | 1110 | 11010100 | 1011100 | 101101 |
Color Harmonies of #096ADB
Complementary color
Monochromatic Colors of #096ADB
Black with #096ADB
Text Example
Text Example
White with #096ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096ADB; }
p { color: rgb(9,106,219); }
H1.HeaderClassName
{
color: #096ADB;
}
.AnyTagClassName
{
color: #096ADB;
}
</style>
background-color css
<style>
a { background-color: #096ADB; }
a { background-color: rgb(9,106,219); }
div.DivClassName
{
background-color: #096ADB;
}
.BgClassName
{
background-color: #096ADB;
}
</style>
border-color css
<style>
span { border-color: #096ADB; }
span { border-color: rgb(9,106,219); }
td.TdClassName
{
border-color: #096ADB;
}
.TagClassName
{
border-color: #096ADB;
}
</style>