Shades of Navy Blue #0960DC
Tints of Navy Blue #0960DC
RGB
CMYK
RGB Variations
Color information
#0960DC (or 0x0960DC) is known color: Navy Blue. HEX triplet: 09, 60 and DC. RGB value is (9,96,220). Sum of RGB (Red+Green+Blue) = 9+96+220=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #0960DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0960DC is #F69F23. Grayscale: #535353. Windows color (decimal): -16162596 or 14442505. OLE color: 14442505.
HSL color Cylindrical-coordinate representation of color #0960DC: hue angle of 215.26º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0960DC is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 96 | 220 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.14 |
| HSL | 215.26º | 0.92% | 0.45% | - |
| HSV(B) | 215.26º | 0.96% | 0.86% | - |
| XYZ | 17.21 | 13.59 | 69.43 | - |
| YUV | 84.12 | 204.68 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 220 | 0.96 | 0.56 | 0 | 0.14 | 215.26 | 0.92 | 0.45 |
| Hex | 9 | 60 | DC | 60 | 38 | 0 | E | D7 | 5C | 2D |
| Octal | 11 | 140 | 334 | 140 | 70 | 0 | 16 | 327 | 134 | 55 |
| Binary | 1001 | 1100000 | 11011100 | 1100000 | 111000 | 0 | 1110 | 11010111 | 1011100 | 101101 |
Color Harmonies of #0960DC
Complementary color
Monochromatic Colors of #0960DC
Black with #0960DC
Text Example
Text Example
White with #0960DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0960DC; }
p { color: rgb(9,96,220); }
H1.HeaderClassName
{
color: #0960DC;
}
.AnyTagClassName
{
color: #0960DC;
}
</style>
background-color css
<style>
a { background-color: #0960DC; }
a { background-color: rgb(9,96,220); }
div.DivClassName
{
background-color: #0960DC;
}
.BgClassName
{
background-color: #0960DC;
}
</style>
border-color css
<style>
span { border-color: #0960DC; }
span { border-color: rgb(9,96,220); }
td.TdClassName
{
border-color: #0960DC;
}
.TagClassName
{
border-color: #0960DC;
}
</style>