Shades of Navy Blue #0960DD
Tints of Navy Blue #0960DD
RGB
CMYK
RGB Variations
Color information
#0960DD (or 0x0960DD) is known color: Navy Blue. HEX triplet: 09, 60 and DD. RGB value is (9,96,221). Sum of RGB (Red+Green+Blue) = 9+96+221=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #0960DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0960DD is #F69F22. Grayscale: #535353. Windows color (decimal): -16162595 or 14508041. OLE color: 14508041.
HSL color Cylindrical-coordinate representation of color #0960DD: hue angle of 215.38º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0960DD is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 96 | 221 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.13 |
| HSL | 215.38º | 0.92% | 0.45% | - |
| HSV(B) | 215.38º | 0.96% | 0.87% | - |
| XYZ | 17.35 | 13.64 | 70.13 | - |
| YUV | 84.24 | 205.18 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 221 | 0.96 | 0.57 | 0 | 0.13 | 215.38 | 0.92 | 0.45 |
| Hex | 9 | 60 | DD | 60 | 39 | 0 | D | D7 | 5C | 2D |
| Octal | 11 | 140 | 335 | 140 | 71 | 0 | 15 | 327 | 134 | 55 |
| Binary | 1001 | 1100000 | 11011101 | 1100000 | 111001 | 0 | 1101 | 11010111 | 1011100 | 101101 |
Color Harmonies of #0960DD
Complementary color
Monochromatic Colors of #0960DD
Black with #0960DD
Text Example
Text Example
White with #0960DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0960DD; }
p { color: rgb(9,96,221); }
H1.HeaderClassName
{
color: #0960DD;
}
.AnyTagClassName
{
color: #0960DD;
}
</style>
background-color css
<style>
a { background-color: #0960DD; }
a { background-color: rgb(9,96,221); }
div.DivClassName
{
background-color: #0960DD;
}
.BgClassName
{
background-color: #0960DD;
}
</style>
border-color css
<style>
span { border-color: #0960DD; }
span { border-color: rgb(9,96,221); }
td.TdClassName
{
border-color: #0960DD;
}
.TagClassName
{
border-color: #0960DD;
}
</style>