Shades of Denim #2160AB
Tints of Denim #2160AB
RGB
CMYK
RGB Variations
Color information
#2160AB (or 0x2160AB) is known color: Denim. HEX triplet: 21, 60 and AB. RGB value is (33,96,171). Sum of RGB (Red+Green+Blue) = 33+96+171=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #2160AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2160AB is #DE9F54. Grayscale: #555555. Windows color (decimal): -14589781 or 11231265. OLE color: 11231265.
HSL color Cylindrical-coordinate representation of color #2160AB: hue angle of 212.61º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2160AB is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 96 | 171 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.33 |
| HSL | 212.61º | 0.68% | 0.4% | - |
| HSV(B) | 212.61º | 0.81% | 0.67% | - |
| XYZ | 12.16 | 11.63 | 40.13 | - |
| YUV | 85.71 | 176.13 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 171 | 0.81 | 0.44 | 0 | 0.33 | 212.61 | 0.68 | 0.4 |
| Hex | 21 | 60 | AB | 51 | 2C | 0 | 21 | D5 | 44 | 28 |
| Octal | 41 | 140 | 253 | 121 | 54 | 0 | 41 | 325 | 104 | 50 |
| Binary | 100001 | 1100000 | 10101011 | 1010001 | 101100 | 0 | 100001 | 11010101 | 1000100 | 101000 |
Color Harmonies of #2160AB
Complementary color
Monochromatic Colors of #2160AB
Black with #2160AB
Text Example
Text Example
White with #2160AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2160AB; }
p { color: rgb(33,96,171); }
H1.HeaderClassName
{
color: #2160AB;
}
.AnyTagClassName
{
color: #2160AB;
}
</style>
background-color css
<style>
a { background-color: #2160AB; }
a { background-color: rgb(33,96,171); }
div.DivClassName
{
background-color: #2160AB;
}
.BgClassName
{
background-color: #2160AB;
}
</style>
border-color css
<style>
span { border-color: #2160AB; }
span { border-color: rgb(33,96,171); }
td.TdClassName
{
border-color: #2160AB;
}
.TagClassName
{
border-color: #2160AB;
}
</style>