Shades of Navy Blue #096BCC
Tints of Navy Blue #096BCC
RGB
CMYK
RGB Variations
Color information
#096BCC (or 0x096BCC) is known color: Navy Blue. HEX triplet: 09, 6B and CC. RGB value is (9,107,204). Sum of RGB (Red+Green+Blue) = 9+107+204=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #096BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BCC is #F69433. Grayscale: #585858. Windows color (decimal): -16159796 or 13396745. OLE color: 13396745.
HSL color Cylindrical-coordinate representation of color #096BCC: hue angle of 209.85º 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 #096BCC is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 107 | 204 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.2 |
| HSL | 209.85º | 0.92% | 0.42% | - |
| HSV(B) | 209.85º | 0.96% | 0.8% | - |
| XYZ | 16.27 | 14.93 | 59.15 | - |
| YUV | 88.76 | 193.03 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 204 | 0.96 | 0.48 | 0 | 0.2 | 209.85 | 0.92 | 0.42 |
| Hex | 9 | 6B | CC | 60 | 30 | 0 | 14 | D2 | 5C | 2A |
| Octal | 11 | 153 | 314 | 140 | 60 | 0 | 24 | 322 | 134 | 52 |
| Binary | 1001 | 1101011 | 11001100 | 1100000 | 110000 | 0 | 10100 | 11010010 | 1011100 | 101010 |
Color Harmonies of #096BCC
Complementary color
Monochromatic Colors of #096BCC
Black with #096BCC
Text Example
Text Example
White with #096BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096BCC; }
p { color: rgb(9,107,204); }
H1.HeaderClassName
{
color: #096BCC;
}
.AnyTagClassName
{
color: #096BCC;
}
</style>
background-color css
<style>
a { background-color: #096BCC; }
a { background-color: rgb(9,107,204); }
div.DivClassName
{
background-color: #096BCC;
}
.BgClassName
{
background-color: #096BCC;
}
</style>
border-color css
<style>
span { border-color: #096BCC; }
span { border-color: rgb(9,107,204); }
td.TdClassName
{
border-color: #096BCC;
}
.TagClassName
{
border-color: #096BCC;
}
</style>