Shades of Denim #2160D9
Tints of Denim #2160D9
RGB
CMYK
RGB Variations
Color information
#2160D9 (or 0x2160D9) is known color: Denim. HEX triplet: 21, 60 and D9. RGB value is (33,96,217). Sum of RGB (Red+Green+Blue) = 33+96+217=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 217 (85.16% from 255 or 62.72% from 346); Max value from RGB is 217 - color contains mainly: blue. Hex color #2160D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2160D9 is #DE9F26. Grayscale: #5A5A5A. Windows color (decimal): -14589735 or 14245921. OLE color: 14245921.
HSL color Cylindrical-coordinate representation of color #2160D9: hue angle of 219.46º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2160D9 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 96 | 217 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.15 |
| HSL | 219.46º | 0.74% | 0.49% | - |
| HSV(B) | 219.46º | 0.85% | 0.85% | - |
| XYZ | 17.33 | 13.7 | 67.38 | - |
| YUV | 90.96 | 199.13 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 217 | 0.85 | 0.56 | 0 | 0.15 | 219.46 | 0.74 | 0.49 |
| Hex | 21 | 60 | D9 | 55 | 38 | 0 | F | DB | 4A | 31 |
| Octal | 41 | 140 | 331 | 125 | 70 | 0 | 17 | 333 | 112 | 61 |
| Binary | 100001 | 1100000 | 11011001 | 1010101 | 111000 | 0 | 1111 | 11011011 | 1001010 | 110001 |
Color Harmonies of #2160D9
Complementary color
Monochromatic Colors of #2160D9
Black with #2160D9
Text Example
Text Example
White with #2160D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2160D9; }
p { color: rgb(33,96,217); }
H1.HeaderClassName
{
color: #2160D9;
}
.AnyTagClassName
{
color: #2160D9;
}
</style>
background-color css
<style>
a { background-color: #2160D9; }
a { background-color: rgb(33,96,217); }
div.DivClassName
{
background-color: #2160D9;
}
.BgClassName
{
background-color: #2160D9;
}
</style>
border-color css
<style>
span { border-color: #2160D9; }
span { border-color: rgb(33,96,217); }
td.TdClassName
{
border-color: #2160D9;
}
.TagClassName
{
border-color: #2160D9;
}
</style>