Shades of Navy Blue #096DD8
Tints of Navy Blue #096DD8
RGB
CMYK
RGB Variations
Color information
#096DD8 (or 0x096DD8) is known color: Navy Blue. HEX triplet: 09, 6D and D8. RGB value is (9,109,216). Sum of RGB (Red+Green+Blue) = 9+109+216=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 216 (84.77% from 255 or 64.67% from 334); Max value from RGB is 216 - color contains mainly: blue. Hex color #096DD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DD8 is #F69227. Grayscale: #5A5A5A. Windows color (decimal): -16159272 or 14183689. OLE color: 14183689.
HSL color Cylindrical-coordinate representation of color #096DD8: hue angle of 211.01º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096DD8 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 109 | 216 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.15 |
| HSL | 211.01º | 0.92% | 0.44% | - |
| HSV(B) | 211.01º | 0.96% | 0.85% | - |
| XYZ | 17.98 | 15.95 | 67.1 | - |
| YUV | 91.3 | 198.37 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 216 | 0.96 | 0.50 | 0 | 0.15 | 211.01 | 0.92 | 0.44 |
| Hex | 9 | 6D | D8 | 60 | 32 | 0 | F | D3 | 5C | 2C |
| Octal | 11 | 155 | 330 | 140 | 62 | 0 | 17 | 323 | 134 | 54 |
| Binary | 1001 | 1101101 | 11011000 | 1100000 | 110010 | 0 | 1111 | 11010011 | 1011100 | 101100 |
Color Harmonies of #096DD8
Complementary color
Monochromatic Colors of #096DD8
Black with #096DD8
Text Example
Text Example
White with #096DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DD8; }
p { color: rgb(9,109,216); }
H1.HeaderClassName
{
color: #096DD8;
}
.AnyTagClassName
{
color: #096DD8;
}
</style>
background-color css
<style>
a { background-color: #096DD8; }
a { background-color: rgb(9,109,216); }
div.DivClassName
{
background-color: #096DD8;
}
.BgClassName
{
background-color: #096DD8;
}
</style>
border-color css
<style>
span { border-color: #096DD8; }
span { border-color: rgb(9,109,216); }
td.TdClassName
{
border-color: #096DD8;
}
.TagClassName
{
border-color: #096DD8;
}
</style>