Shades of Navy Blue #096CD8
Tints of Navy Blue #096CD8
RGB
CMYK
RGB Variations
Color information
#096CD8 (or 0x096CD8) is known color: Navy Blue. HEX triplet: 09, 6C and D8. RGB value is (9,108,216). Sum of RGB (Red+Green+Blue) = 9+108+216=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 216 (84.77% from 255 or 64.86% from 333); Max value from RGB is 216 - color contains mainly: blue. Hex color #096CD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CD8 is #F69327. Grayscale: #5A5A5A. Windows color (decimal): -16159528 or 14183433. OLE color: 14183433.
HSL color Cylindrical-coordinate representation of color #096CD8: hue angle of 211.3º 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 #096CD8 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 108 | 216 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.15 |
| HSL | 211.3º | 0.92% | 0.44% | - |
| HSV(B) | 211.3º | 0.96% | 0.85% | - |
| XYZ | 17.87 | 15.74 | 67.06 | - |
| YUV | 90.71 | 198.7 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 216 | 0.96 | 0.50 | 0 | 0.15 | 211.3 | 0.92 | 0.44 |
| Hex | 9 | 6C | D8 | 60 | 32 | 0 | F | D3 | 5C | 2C |
| Octal | 11 | 154 | 330 | 140 | 62 | 0 | 17 | 323 | 134 | 54 |
| Binary | 1001 | 1101100 | 11011000 | 1100000 | 110010 | 0 | 1111 | 11010011 | 1011100 | 101100 |
Color Harmonies of #096CD8
Complementary color
Monochromatic Colors of #096CD8
Black with #096CD8
Text Example
Text Example
White with #096CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096CD8; }
p { color: rgb(9,108,216); }
H1.HeaderClassName
{
color: #096CD8;
}
.AnyTagClassName
{
color: #096CD8;
}
</style>
background-color css
<style>
a { background-color: #096CD8; }
a { background-color: rgb(9,108,216); }
div.DivClassName
{
background-color: #096CD8;
}
.BgClassName
{
background-color: #096CD8;
}
</style>
border-color css
<style>
span { border-color: #096CD8; }
span { border-color: rgb(9,108,216); }
td.TdClassName
{
border-color: #096CD8;
}
.TagClassName
{
border-color: #096CD8;
}
</style>