Shades of Denim #0960AB
Tints of Denim #0960AB
RGB
CMYK
RGB Variations
Color information
#0960AB (or 0x0960AB) is known color: Denim. HEX triplet: 09, 60 and AB. RGB value is (9,96,171). Sum of RGB (Red+Green+Blue) = 9+96+171=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #0960AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0960AB is #F69F54. Grayscale: #4E4E4E. Windows color (decimal): -16162645 or 11231241. OLE color: 11231241.
HSL color Cylindrical-coordinate representation of color #0960AB: hue angle of 207.78º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0960AB is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 96 | 171 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.33 |
| HSL | 207.78º | 0.9% | 0.35% | - |
| HSV(B) | 207.78º | 0.95% | 0.67% | - |
| XYZ | 11.65 | 11.36 | 40.11 | - |
| YUV | 78.54 | 180.18 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 171 | 0.95 | 0.44 | 0 | 0.33 | 207.78 | 0.9 | 0.35 |
| Hex | 9 | 60 | AB | 5F | 2C | 0 | 21 | D0 | 5A | 23 |
| Octal | 11 | 140 | 253 | 137 | 54 | 0 | 41 | 320 | 132 | 43 |
| Binary | 1001 | 1100000 | 10101011 | 1011111 | 101100 | 0 | 100001 | 11010000 | 1011010 | 100011 |
Color Harmonies of #0960AB
Complementary color
Monochromatic Colors of #0960AB
Black with #0960AB
Text Example
Text Example
White with #0960AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0960AB; }
p { color: rgb(9,96,171); }
H1.HeaderClassName
{
color: #0960AB;
}
.AnyTagClassName
{
color: #0960AB;
}
</style>
background-color css
<style>
a { background-color: #0960AB; }
a { background-color: rgb(9,96,171); }
div.DivClassName
{
background-color: #0960AB;
}
.BgClassName
{
background-color: #0960AB;
}
</style>
border-color css
<style>
span { border-color: #0960AB; }
span { border-color: rgb(9,96,171); }
td.TdClassName
{
border-color: #0960AB;
}
.TagClassName
{
border-color: #0960AB;
}
</style>