Shades of Navy Blue #096FCC
Tints of Navy Blue #096FCC
RGB
CMYK
RGB Variations
Color information
#096FCC (or 0x096FCC) is known color: Navy Blue. HEX triplet: 09, 6F and CC. RGB value is (9,111,204). Sum of RGB (Red+Green+Blue) = 9+111+204=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #096FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FCC is #F69033. Grayscale: #5A5A5A. Windows color (decimal): -16158772 or 13397769. OLE color: 13397769.
HSL color Cylindrical-coordinate representation of color #096FCC: hue angle of 208.62º 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 #096FCC is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 111 | 204 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.2 |
| HSL | 208.62º | 0.92% | 0.42% | - |
| HSV(B) | 208.62º | 0.96% | 0.8% | - |
| XYZ | 16.7 | 15.79 | 59.29 | - |
| YUV | 91.1 | 191.71 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 204 | 0.96 | 0.46 | 0 | 0.2 | 208.62 | 0.92 | 0.42 |
| Hex | 9 | 6F | CC | 60 | 2E | 0 | 14 | D1 | 5C | 2A |
| Octal | 11 | 157 | 314 | 140 | 56 | 0 | 24 | 321 | 134 | 52 |
| Binary | 1001 | 1101111 | 11001100 | 1100000 | 101110 | 0 | 10100 | 11010001 | 1011100 | 101010 |
Color Harmonies of #096FCC
Complementary color
Monochromatic Colors of #096FCC
Black with #096FCC
Text Example
Text Example
White with #096FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FCC; }
p { color: rgb(9,111,204); }
H1.HeaderClassName
{
color: #096FCC;
}
.AnyTagClassName
{
color: #096FCC;
}
</style>
background-color css
<style>
a { background-color: #096FCC; }
a { background-color: rgb(9,111,204); }
div.DivClassName
{
background-color: #096FCC;
}
.BgClassName
{
background-color: #096FCC;
}
</style>
border-color css
<style>
span { border-color: #096FCC; }
span { border-color: rgb(9,111,204); }
td.TdClassName
{
border-color: #096FCC;
}
.TagClassName
{
border-color: #096FCC;
}
</style>