Shades of Denim #2160C9
Tints of Denim #2160C9
RGB
CMYK
RGB Variations
Color information
#2160C9 (or 0x2160C9) is known color: Denim. HEX triplet: 21, 60 and C9. RGB value is (33,96,201). Sum of RGB (Red+Green+Blue) = 33+96+201=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 201 (78.91% from 255 or 60.91% from 330); Max value from RGB is 201 - color contains mainly: blue. Hex color #2160C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2160C9 is #DE9F36. Grayscale: #585858. Windows color (decimal): -14589751 or 13197345. OLE color: 13197345.
HSL color Cylindrical-coordinate representation of color #2160C9: hue angle of 217.5º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2160C9 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 96 | 201 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.21 |
| HSL | 217.5º | 0.72% | 0.46% | - |
| HSV(B) | 217.5º | 0.84% | 0.79% | - |
| XYZ | 15.35 | 12.91 | 56.94 | - |
| YUV | 89.13 | 191.13 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 201 | 0.84 | 0.52 | 0 | 0.21 | 217.5 | 0.72 | 0.46 |
| Hex | 21 | 60 | C9 | 54 | 34 | 0 | 15 | DA | 48 | 2E |
| Octal | 41 | 140 | 311 | 124 | 64 | 0 | 25 | 332 | 110 | 56 |
| Binary | 100001 | 1100000 | 11001001 | 1010100 | 110100 | 0 | 10101 | 11011010 | 1001000 | 101110 |
Color Harmonies of #2160C9
Complementary color
Monochromatic Colors of #2160C9
Black with #2160C9
Text Example
Text Example
White with #2160C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2160C9; }
p { color: rgb(33,96,201); }
H1.HeaderClassName
{
color: #2160C9;
}
.AnyTagClassName
{
color: #2160C9;
}
</style>
background-color css
<style>
a { background-color: #2160C9; }
a { background-color: rgb(33,96,201); }
div.DivClassName
{
background-color: #2160C9;
}
.BgClassName
{
background-color: #2160C9;
}
</style>
border-color css
<style>
span { border-color: #2160C9; }
span { border-color: rgb(33,96,201); }
td.TdClassName
{
border-color: #2160C9;
}
.TagClassName
{
border-color: #2160C9;
}
</style>