Shades of Navy Blue #096DCB
Tints of Navy Blue #096DCB
RGB
CMYK
RGB Variations
Color information
#096DCB (or 0x096DCB) is known color: Navy Blue. HEX triplet: 09, 6D and CB. RGB value is (9,109,203). Sum of RGB (Red+Green+Blue) = 9+109+203=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #096DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DCB is #F69234. Grayscale: #595959. Windows color (decimal): -16159285 or 13331721. OLE color: 13331721.
HSL color Cylindrical-coordinate representation of color #096DCB: hue angle of 209.07º 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 #096DCB is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 109 | 203 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.20 |
| HSL | 209.07º | 0.92% | 0.42% | - |
| HSV(B) | 209.07º | 0.96% | 0.8% | - |
| XYZ | 16.36 | 15.31 | 58.59 | - |
| YUV | 89.82 | 191.87 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 203 | 0.96 | 0.46 | 0 | 0.20 | 209.07 | 0.92 | 0.42 |
| Hex | 9 | 6D | CB | 60 | 2E | 0 | 14 | D1 | 5C | 2A |
| Octal | 11 | 155 | 313 | 140 | 56 | 0 | 24 | 321 | 134 | 52 |
| Binary | 1001 | 1101101 | 11001011 | 1100000 | 101110 | 0 | 10100 | 11010001 | 1011100 | 101010 |
Color Harmonies of #096DCB
Complementary color
Monochromatic Colors of #096DCB
Black with #096DCB
Text Example
Text Example
White with #096DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DCB; }
p { color: rgb(9,109,203); }
H1.HeaderClassName
{
color: #096DCB;
}
.AnyTagClassName
{
color: #096DCB;
}
</style>
background-color css
<style>
a { background-color: #096DCB; }
a { background-color: rgb(9,109,203); }
div.DivClassName
{
background-color: #096DCB;
}
.BgClassName
{
background-color: #096DCB;
}
</style>
border-color css
<style>
span { border-color: #096DCB; }
span { border-color: rgb(9,109,203); }
td.TdClassName
{
border-color: #096DCB;
}
.TagClassName
{
border-color: #096DCB;
}
</style>