Shades of Navy Blue #096CC8
Tints of Navy Blue #096CC8
RGB
CMYK
RGB Variations
Color information
#096CC8 (or 0x096CC8) is known color: Navy Blue. HEX triplet: 09, 6C and C8. RGB value is (9,108,200). Sum of RGB (Red+Green+Blue) = 9+108+200=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 200 (78.52% from 255 or 63.09% from 317); Max value from RGB is 200 - color contains mainly: blue. Hex color #096CC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CC8 is #F69337. Grayscale: #585858. Windows color (decimal): -16159544 or 13134857. OLE color: 13134857.
HSL color Cylindrical-coordinate representation of color #096CC8: hue angle of 208.9º 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 #096CC8 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 108 | 200 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.22 |
| HSL | 208.9º | 0.91% | 0.41% | - |
| HSV(B) | 208.9º | 0.96% | 0.78% | - |
| XYZ | 15.9 | 14.95 | 56.69 | - |
| YUV | 88.89 | 190.7 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 200 | 0.96 | 0.46 | 0 | 0.22 | 208.9 | 0.91 | 0.41 |
| Hex | 9 | 6C | C8 | 60 | 2E | 0 | 16 | D1 | 5B | 29 |
| Octal | 11 | 154 | 310 | 140 | 56 | 0 | 26 | 321 | 133 | 51 |
| Binary | 1001 | 1101100 | 11001000 | 1100000 | 101110 | 0 | 10110 | 11010001 | 1011011 | 101001 |
Color Harmonies of #096CC8
Complementary color
Monochromatic Colors of #096CC8
Black with #096CC8
Text Example
Text Example
White with #096CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096CC8; }
p { color: rgb(9,108,200); }
H1.HeaderClassName
{
color: #096CC8;
}
.AnyTagClassName
{
color: #096CC8;
}
</style>
background-color css
<style>
a { background-color: #096CC8; }
a { background-color: rgb(9,108,200); }
div.DivClassName
{
background-color: #096CC8;
}
.BgClassName
{
background-color: #096CC8;
}
</style>
border-color css
<style>
span { border-color: #096CC8; }
span { border-color: rgb(9,108,200); }
td.TdClassName
{
border-color: #096CC8;
}
.TagClassName
{
border-color: #096CC8;
}
</style>