Shades of Navy Blue #0960CC
Tints of Navy Blue #0960CC
RGB
CMYK
RGB Variations
Color information
#0960CC (or 0x0960CC) is known color: Navy Blue. HEX triplet: 09, 60 and CC. RGB value is (9,96,204). Sum of RGB (Red+Green+Blue) = 9+96+204=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #0960CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0960CC is #F69F33. Grayscale: #515151. Windows color (decimal): -16162612 or 13393929. OLE color: 13393929.
HSL color Cylindrical-coordinate representation of color #0960CC: hue angle of 213.23º 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 #0960CC is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 96 | 204 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.2 |
| HSL | 213.23º | 0.92% | 0.42% | - |
| HSV(B) | 213.23º | 0.96% | 0.8% | - |
| XYZ | 15.19 | 12.78 | 58.79 | - |
| YUV | 82.3 | 196.68 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 204 | 0.96 | 0.53 | 0 | 0.2 | 213.23 | 0.92 | 0.42 |
| Hex | 9 | 60 | CC | 60 | 35 | 0 | 14 | D5 | 5C | 2A |
| Octal | 11 | 140 | 314 | 140 | 65 | 0 | 24 | 325 | 134 | 52 |
| Binary | 1001 | 1100000 | 11001100 | 1100000 | 110101 | 0 | 10100 | 11010101 | 1011100 | 101010 |
Color Harmonies of #0960CC
Complementary color
Monochromatic Colors of #0960CC
Black with #0960CC
Text Example
Text Example
White with #0960CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0960CC; }
p { color: rgb(9,96,204); }
H1.HeaderClassName
{
color: #0960CC;
}
.AnyTagClassName
{
color: #0960CC;
}
</style>
background-color css
<style>
a { background-color: #0960CC; }
a { background-color: rgb(9,96,204); }
div.DivClassName
{
background-color: #0960CC;
}
.BgClassName
{
background-color: #0960CC;
}
</style>
border-color css
<style>
span { border-color: #0960CC; }
span { border-color: rgb(9,96,204); }
td.TdClassName
{
border-color: #0960CC;
}
.TagClassName
{
border-color: #0960CC;
}
</style>