Shades of Denim #2159AD
Tints of Denim #2159AD
RGB
CMYK
RGB Variations
Color information
#2159AD (or 0x2159AD) is known color: Denim. HEX triplet: 21, 59 and AD. RGB value is (33,89,173). Sum of RGB (Red+Green+Blue) = 33+89+173=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #2159AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2159AD is #DEA652. Grayscale: #515151. Windows color (decimal): -14591571 or 11360545. OLE color: 11360545.
HSL color Cylindrical-coordinate representation of color #2159AD: hue angle of 216º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2159AD is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 89 | 173 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.32 |
| HSL | 216º | 0.68% | 0.4% | - |
| HSV(B) | 216º | 0.81% | 0.68% | - |
| XYZ | 11.74 | 10.49 | 40.94 | - |
| YUV | 81.83 | 179.45 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 173 | 0.81 | 0.49 | 0 | 0.32 | 216 | 0.68 | 0.4 |
| Hex | 21 | 59 | AD | 51 | 31 | 0 | 20 | D8 | 44 | 28 |
| Octal | 41 | 131 | 255 | 121 | 61 | 0 | 40 | 330 | 104 | 50 |
| Binary | 100001 | 1011001 | 10101101 | 1010001 | 110001 | 0 | 100000 | 11011000 | 1000100 | 101000 |
Color Harmonies of #2159AD
Complementary color
Monochromatic Colors of #2159AD
Black with #2159AD
Text Example
Text Example
White with #2159AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2159AD; }
p { color: rgb(33,89,173); }
H1.HeaderClassName
{
color: #2159AD;
}
.AnyTagClassName
{
color: #2159AD;
}
</style>
background-color css
<style>
a { background-color: #2159AD; }
a { background-color: rgb(33,89,173); }
div.DivClassName
{
background-color: #2159AD;
}
.BgClassName
{
background-color: #2159AD;
}
</style>
border-color css
<style>
span { border-color: #2159AD; }
span { border-color: rgb(33,89,173); }
td.TdClassName
{
border-color: #2159AD;
}
.TagClassName
{
border-color: #2159AD;
}
</style>