Shades of Navy Blue #096FDB
Tints of Navy Blue #096FDB
RGB
CMYK
RGB Variations
Color information
#096FDB (or 0x096FDB) is known color: Navy Blue. HEX triplet: 09, 6F and DB. RGB value is (9,111,219). Sum of RGB (Red+Green+Blue) = 9+111+219=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #096FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FDB is #F69024. Grayscale: #5C5C5C. Windows color (decimal): -16158757 or 14380809. OLE color: 14380809.
HSL color Cylindrical-coordinate representation of color #096FDB: hue angle of 210.86º 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 #096FDB is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 111 | 219 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.14 |
| HSL | 210.86º | 0.92% | 0.45% | - |
| HSV(B) | 210.86º | 0.96% | 0.86% | - |
| XYZ | 18.58 | 16.54 | 69.23 | - |
| YUV | 92.81 | 199.21 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 219 | 0.96 | 0.49 | 0 | 0.14 | 210.86 | 0.92 | 0.45 |
| Hex | 9 | 6F | DB | 60 | 31 | 0 | E | D3 | 5C | 2D |
| Octal | 11 | 157 | 333 | 140 | 61 | 0 | 16 | 323 | 134 | 55 |
| Binary | 1001 | 1101111 | 11011011 | 1100000 | 110001 | 0 | 1110 | 11010011 | 1011100 | 101101 |
Color Harmonies of #096FDB
Complementary color
Monochromatic Colors of #096FDB
Black with #096FDB
Text Example
Text Example
White with #096FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FDB; }
p { color: rgb(9,111,219); }
H1.HeaderClassName
{
color: #096FDB;
}
.AnyTagClassName
{
color: #096FDB;
}
</style>
background-color css
<style>
a { background-color: #096FDB; }
a { background-color: rgb(9,111,219); }
div.DivClassName
{
background-color: #096FDB;
}
.BgClassName
{
background-color: #096FDB;
}
</style>
border-color css
<style>
span { border-color: #096FDB; }
span { border-color: rgb(9,111,219); }
td.TdClassName
{
border-color: #096FDB;
}
.TagClassName
{
border-color: #096FDB;
}
</style>