Shades of Navy Blue #0960CD
Tints of Navy Blue #0960CD
RGB
CMYK
RGB Variations
Color information
#0960CD (or 0x0960CD) is known color: Navy Blue. HEX triplet: 09, 60 and CD. RGB value is (9,96,205). Sum of RGB (Red+Green+Blue) = 9+96+205=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #0960CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0960CD is #F69F32. Grayscale: #515151. Windows color (decimal): -16162611 or 13459465. OLE color: 13459465.
HSL color Cylindrical-coordinate representation of color #0960CD: hue angle of 213.37º 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 #0960CD is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 96 | 205 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.20 |
| HSL | 213.37º | 0.92% | 0.42% | - |
| HSV(B) | 213.37º | 0.96% | 0.8% | - |
| XYZ | 15.31 | 12.83 | 59.43 | - |
| YUV | 82.41 | 197.18 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 205 | 0.96 | 0.53 | 0 | 0.20 | 213.37 | 0.92 | 0.42 |
| Hex | 9 | 60 | CD | 60 | 35 | 0 | 14 | D5 | 5C | 2A |
| Octal | 11 | 140 | 315 | 140 | 65 | 0 | 24 | 325 | 134 | 52 |
| Binary | 1001 | 1100000 | 11001101 | 1100000 | 110101 | 0 | 10100 | 11010101 | 1011100 | 101010 |
Color Harmonies of #0960CD
Complementary color
Monochromatic Colors of #0960CD
Black with #0960CD
Text Example
Text Example
White with #0960CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0960CD; }
p { color: rgb(9,96,205); }
H1.HeaderClassName
{
color: #0960CD;
}
.AnyTagClassName
{
color: #0960CD;
}
</style>
background-color css
<style>
a { background-color: #0960CD; }
a { background-color: rgb(9,96,205); }
div.DivClassName
{
background-color: #0960CD;
}
.BgClassName
{
background-color: #0960CD;
}
</style>
border-color css
<style>
span { border-color: #0960CD; }
span { border-color: rgb(9,96,205); }
td.TdClassName
{
border-color: #0960CD;
}
.TagClassName
{
border-color: #0960CD;
}
</style>