Shades of Navy Blue #096CCB
Tints of Navy Blue #096CCB
RGB
CMYK
RGB Variations
Color information
#096CCB (or 0x096CCB) is known color: Navy Blue. HEX triplet: 09, 6C and CB. RGB value is (9,108,203). Sum of RGB (Red+Green+Blue) = 9+108+203=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #096CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CCB is #F69334. Grayscale: #585858. Windows color (decimal): -16159541 or 13331465. OLE color: 13331465.
HSL color Cylindrical-coordinate representation of color #096CCB: hue angle of 209.38º 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 #096CCB is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 108 | 203 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.20 |
| HSL | 209.38º | 0.92% | 0.42% | - |
| HSV(B) | 209.38º | 0.96% | 0.8% | - |
| XYZ | 16.25 | 15.1 | 58.56 | - |
| YUV | 89.23 | 192.2 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 203 | 0.96 | 0.47 | 0 | 0.20 | 209.38 | 0.92 | 0.42 |
| Hex | 9 | 6C | CB | 60 | 2F | 0 | 14 | D1 | 5C | 2A |
| Octal | 11 | 154 | 313 | 140 | 57 | 0 | 24 | 321 | 134 | 52 |
| Binary | 1001 | 1101100 | 11001011 | 1100000 | 101111 | 0 | 10100 | 11010001 | 1011100 | 101010 |
Color Harmonies of #096CCB
Complementary color
Monochromatic Colors of #096CCB
Black with #096CCB
Text Example
Text Example
White with #096CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096CCB; }
p { color: rgb(9,108,203); }
H1.HeaderClassName
{
color: #096CCB;
}
.AnyTagClassName
{
color: #096CCB;
}
</style>
background-color css
<style>
a { background-color: #096CCB; }
a { background-color: rgb(9,108,203); }
div.DivClassName
{
background-color: #096CCB;
}
.BgClassName
{
background-color: #096CCB;
}
</style>
border-color css
<style>
span { border-color: #096CCB; }
span { border-color: rgb(9,108,203); }
td.TdClassName
{
border-color: #096CCB;
}
.TagClassName
{
border-color: #096CCB;
}
</style>