Shades of Navy Blue #096CDB
Tints of Navy Blue #096CDB
RGB
CMYK
RGB Variations
Color information
#096CDB (or 0x096CDB) is known color: Navy Blue. HEX triplet: 09, 6C and DB. RGB value is (9,108,219). Sum of RGB (Red+Green+Blue) = 9+108+219=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #096CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CDB is #F69324. Grayscale: #5A5A5A. Windows color (decimal): -16159525 or 14380041. OLE color: 14380041.
HSL color Cylindrical-coordinate representation of color #096CDB: hue angle of 211.71º 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 #096CDB is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 108 | 219 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.14 |
| HSL | 211.71º | 0.92% | 0.45% | - |
| HSV(B) | 211.71º | 0.96% | 0.86% | - |
| XYZ | 18.26 | 15.9 | 69.12 | - |
| YUV | 91.05 | 200.2 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 219 | 0.96 | 0.51 | 0 | 0.14 | 211.71 | 0.92 | 0.45 |
| Hex | 9 | 6C | DB | 60 | 33 | 0 | E | D4 | 5C | 2D |
| Octal | 11 | 154 | 333 | 140 | 63 | 0 | 16 | 324 | 134 | 55 |
| Binary | 1001 | 1101100 | 11011011 | 1100000 | 110011 | 0 | 1110 | 11010100 | 1011100 | 101101 |
Color Harmonies of #096CDB
Complementary color
Monochromatic Colors of #096CDB
Black with #096CDB
Text Example
Text Example
White with #096CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096CDB; }
p { color: rgb(9,108,219); }
H1.HeaderClassName
{
color: #096CDB;
}
.AnyTagClassName
{
color: #096CDB;
}
</style>
background-color css
<style>
a { background-color: #096CDB; }
a { background-color: rgb(9,108,219); }
div.DivClassName
{
background-color: #096CDB;
}
.BgClassName
{
background-color: #096CDB;
}
</style>
border-color css
<style>
span { border-color: #096CDB; }
span { border-color: rgb(9,108,219); }
td.TdClassName
{
border-color: #096CDB;
}
.TagClassName
{
border-color: #096CDB;
}
</style>