Shades of Navy Blue #096CC6
Tints of Navy Blue #096CC6
RGB
CMYK
RGB Variations
Color information
#096CC6 (or 0x096CC6) is known color: Navy Blue. HEX triplet: 09, 6C and C6. RGB value is (9,108,198). Sum of RGB (Red+Green+Blue) = 9+108+198=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 198 (77.73% from 255 or 62.86% from 315); Max value from RGB is 198 - color contains mainly: blue. Hex color #096CC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CC6 is #F69339. Grayscale: #585858. Windows color (decimal): -16159546 or 13003785. OLE color: 13003785.
HSL color Cylindrical-coordinate representation of color #096CC6: hue angle of 208.57º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096CC6 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 108 | 198 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.22 |
| HSL | 208.57º | 0.91% | 0.41% | - |
| HSV(B) | 208.57º | 0.95% | 0.78% | - |
| XYZ | 15.67 | 14.86 | 55.47 | - |
| YUV | 88.66 | 189.7 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 198 | 0.95 | 0.45 | 0 | 0.22 | 208.57 | 0.91 | 0.41 |
| Hex | 9 | 6C | C6 | 5F | 2D | 0 | 16 | D1 | 5B | 29 |
| Octal | 11 | 154 | 306 | 137 | 55 | 0 | 26 | 321 | 133 | 51 |
| Binary | 1001 | 1101100 | 11000110 | 1011111 | 101101 | 0 | 10110 | 11010001 | 1011011 | 101001 |
Color Harmonies of #096CC6
Complementary color
Monochromatic Colors of #096CC6
Black with #096CC6
Text Example
Text Example
White with #096CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096CC6; }
p { color: rgb(9,108,198); }
H1.HeaderClassName
{
color: #096CC6;
}
.AnyTagClassName
{
color: #096CC6;
}
</style>
background-color css
<style>
a { background-color: #096CC6; }
a { background-color: rgb(9,108,198); }
div.DivClassName
{
background-color: #096CC6;
}
.BgClassName
{
background-color: #096CC6;
}
</style>
border-color css
<style>
span { border-color: #096CC6; }
span { border-color: rgb(9,108,198); }
td.TdClassName
{
border-color: #096CC6;
}
.TagClassName
{
border-color: #096CC6;
}
</style>