Shades of Denim #2160B2
Tints of Denim #2160B2
RGB
CMYK
RGB Variations
Color information
#2160B2 (or 0x2160B2) is known color: Denim. HEX triplet: 21, 60 and B2. RGB value is (33,96,178). Sum of RGB (Red+Green+Blue) = 33+96+178=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 178 (69.92% from 255 or 57.98% from 307); Max value from RGB is 178 - color contains mainly: blue. Hex color #2160B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2160B2 is #DE9F4D. Grayscale: #565656. Windows color (decimal): -14589774 or 11690017. OLE color: 11690017.
HSL color Cylindrical-coordinate representation of color #2160B2: hue angle of 213.93º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2160B2 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 96 | 178 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.30 |
| HSL | 213.93º | 0.69% | 0.41% | - |
| HSV(B) | 213.93º | 0.81% | 0.7% | - |
| XYZ | 12.85 | 11.9 | 43.74 | - |
| YUV | 86.51 | 179.63 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 178 | 0.81 | 0.46 | 0 | 0.30 | 213.93 | 0.69 | 0.41 |
| Hex | 21 | 60 | B2 | 51 | 2E | 0 | 1E | D6 | 45 | 29 |
| Octal | 41 | 140 | 262 | 121 | 56 | 0 | 36 | 326 | 105 | 51 |
| Binary | 100001 | 1100000 | 10110010 | 1010001 | 101110 | 0 | 11110 | 11010110 | 1000101 | 101001 |
Color Harmonies of #2160B2
Complementary color
Monochromatic Colors of #2160B2
Black with #2160B2
Text Example
Text Example
White with #2160B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2160B2; }
p { color: rgb(33,96,178); }
H1.HeaderClassName
{
color: #2160B2;
}
.AnyTagClassName
{
color: #2160B2;
}
</style>
background-color css
<style>
a { background-color: #2160B2; }
a { background-color: rgb(33,96,178); }
div.DivClassName
{
background-color: #2160B2;
}
.BgClassName
{
background-color: #2160B2;
}
</style>
border-color css
<style>
span { border-color: #2160B2; }
span { border-color: rgb(33,96,178); }
td.TdClassName
{
border-color: #2160B2;
}
.TagClassName
{
border-color: #2160B2;
}
</style>