Shades of Navy Blue #096BC2
Tints of Navy Blue #096BC2
RGB
CMYK
RGB Variations
Color information
#096BC2 (or 0x096BC2) is known color: Navy Blue. HEX triplet: 09, 6B and C2. RGB value is (9,107,194). Sum of RGB (Red+Green+Blue) = 9+107+194=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 194 (76.17% from 255 or 62.58% from 310); Max value from RGB is 194 - color contains mainly: blue. Hex color #096BC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BC2 is #F6943D. Grayscale: #575757. Windows color (decimal): -16159806 or 12741385. OLE color: 12741385.
HSL color Cylindrical-coordinate representation of color #096BC2: hue angle of 208.22º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096BC2 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 107 | 194 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.24 |
| HSL | 208.22º | 0.91% | 0.4% | - |
| HSV(B) | 208.22º | 0.95% | 0.76% | - |
| XYZ | 15.11 | 14.47 | 53.04 | - |
| YUV | 87.62 | 188.03 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 194 | 0.95 | 0.45 | 0 | 0.24 | 208.22 | 0.91 | 0.4 |
| Hex | 9 | 6B | C2 | 5F | 2D | 0 | 18 | D0 | 5B | 28 |
| Octal | 11 | 153 | 302 | 137 | 55 | 0 | 30 | 320 | 133 | 50 |
| Binary | 1001 | 1101011 | 11000010 | 1011111 | 101101 | 0 | 11000 | 11010000 | 1011011 | 101000 |
Color Harmonies of #096BC2
Complementary color
Monochromatic Colors of #096BC2
Black with #096BC2
Text Example
Text Example
White with #096BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096BC2; }
p { color: rgb(9,107,194); }
H1.HeaderClassName
{
color: #096BC2;
}
.AnyTagClassName
{
color: #096BC2;
}
</style>
background-color css
<style>
a { background-color: #096BC2; }
a { background-color: rgb(9,107,194); }
div.DivClassName
{
background-color: #096BC2;
}
.BgClassName
{
background-color: #096BC2;
}
</style>
border-color css
<style>
span { border-color: #096BC2; }
span { border-color: rgb(9,107,194); }
td.TdClassName
{
border-color: #096BC2;
}
.TagClassName
{
border-color: #096BC2;
}
</style>