Shades of Navy Blue #096FCB
Tints of Navy Blue #096FCB
RGB
CMYK
RGB Variations
Color information
#096FCB (or 0x096FCB) is known color: Navy Blue. HEX triplet: 09, 6F and CB. RGB value is (9,111,203). Sum of RGB (Red+Green+Blue) = 9+111+203=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #096FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FCB is #F69034. Grayscale: #5A5A5A. Windows color (decimal): -16158773 or 13332233. OLE color: 13332233.
HSL color Cylindrical-coordinate representation of color #096FCB: hue angle of 208.45º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096FCB is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 111 | 203 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.20 |
| HSL | 208.45º | 0.92% | 0.42% | - |
| HSV(B) | 208.45º | 0.96% | 0.8% | - |
| XYZ | 16.58 | 15.74 | 58.66 | - |
| YUV | 90.99 | 191.21 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 203 | 0.96 | 0.45 | 0 | 0.20 | 208.45 | 0.92 | 0.42 |
| Hex | 9 | 6F | CB | 60 | 2D | 0 | 14 | D0 | 5C | 2A |
| Octal | 11 | 157 | 313 | 140 | 55 | 0 | 24 | 320 | 134 | 52 |
| Binary | 1001 | 1101111 | 11001011 | 1100000 | 101101 | 0 | 10100 | 11010000 | 1011100 | 101010 |
Color Harmonies of #096FCB
Complementary color
Monochromatic Colors of #096FCB
Black with #096FCB
Text Example
Text Example
White with #096FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FCB; }
p { color: rgb(9,111,203); }
H1.HeaderClassName
{
color: #096FCB;
}
.AnyTagClassName
{
color: #096FCB;
}
</style>
background-color css
<style>
a { background-color: #096FCB; }
a { background-color: rgb(9,111,203); }
div.DivClassName
{
background-color: #096FCB;
}
.BgClassName
{
background-color: #096FCB;
}
</style>
border-color css
<style>
span { border-color: #096FCB; }
span { border-color: rgb(9,111,203); }
td.TdClassName
{
border-color: #096FCB;
}
.TagClassName
{
border-color: #096FCB;
}
</style>