Shades of Denim #2160CB
Tints of Denim #2160CB
RGB
CMYK
RGB Variations
Color information
#2160CB (or 0x2160CB) is known color: Denim. HEX triplet: 21, 60 and CB. RGB value is (33,96,203). Sum of RGB (Red+Green+Blue) = 33+96+203=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #2160CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2160CB is #DE9F34. Grayscale: #585858. Windows color (decimal): -14589749 or 13328417. OLE color: 13328417.
HSL color Cylindrical-coordinate representation of color #2160CB: hue angle of 217.76º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2160CB is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 96 | 203 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.20 |
| HSL | 217.76º | 0.72% | 0.46% | - |
| HSV(B) | 217.76º | 0.84% | 0.8% | - |
| XYZ | 15.59 | 13 | 58.19 | - |
| YUV | 89.36 | 192.13 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 203 | 0.84 | 0.53 | 0 | 0.20 | 217.76 | 0.72 | 0.46 |
| Hex | 21 | 60 | CB | 54 | 35 | 0 | 14 | DA | 48 | 2E |
| Octal | 41 | 140 | 313 | 124 | 65 | 0 | 24 | 332 | 110 | 56 |
| Binary | 100001 | 1100000 | 11001011 | 1010100 | 110101 | 0 | 10100 | 11011010 | 1001000 | 101110 |
Color Harmonies of #2160CB
Complementary color
Monochromatic Colors of #2160CB
Black with #2160CB
Text Example
Text Example
White with #2160CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2160CB; }
p { color: rgb(33,96,203); }
H1.HeaderClassName
{
color: #2160CB;
}
.AnyTagClassName
{
color: #2160CB;
}
</style>
background-color css
<style>
a { background-color: #2160CB; }
a { background-color: rgb(33,96,203); }
div.DivClassName
{
background-color: #2160CB;
}
.BgClassName
{
background-color: #2160CB;
}
</style>
border-color css
<style>
span { border-color: #2160CB; }
span { border-color: rgb(33,96,203); }
td.TdClassName
{
border-color: #2160CB;
}
.TagClassName
{
border-color: #2160CB;
}
</style>