Shades of Denim #2159A7
Tints of Denim #2159A7
RGB
CMYK
RGB Variations
Color information
#2159A7 (or 0x2159A7) is known color: Denim. HEX triplet: 21, 59 and A7. RGB value is (33,89,167). Sum of RGB (Red+Green+Blue) = 33+89+167=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 167 (65.62% from 255 or 57.79% from 289); Max value from RGB is 167 - color contains mainly: blue. Hex color #2159A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2159A7 is #DEA658. Grayscale: #505050. Windows color (decimal): -14591577 or 10967329. OLE color: 10967329.
HSL color Cylindrical-coordinate representation of color #2159A7: hue angle of 214.93º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2159A7 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 89 | 167 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.35 |
| HSL | 214.93º | 0.67% | 0.39% | - |
| HSV(B) | 214.93º | 0.8% | 0.65% | - |
| XYZ | 11.17 | 10.26 | 37.95 | - |
| YUV | 81.15 | 176.45 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 167 | 0.80 | 0.47 | 0 | 0.35 | 214.93 | 0.67 | 0.39 |
| Hex | 21 | 59 | A7 | 50 | 2F | 0 | 23 | D7 | 43 | 27 |
| Octal | 41 | 131 | 247 | 120 | 57 | 0 | 43 | 327 | 103 | 47 |
| Binary | 100001 | 1011001 | 10100111 | 1010000 | 101111 | 0 | 100011 | 11010111 | 1000011 | 100111 |
Color Harmonies of #2159A7
Complementary color
Monochromatic Colors of #2159A7
Black with #2159A7
Text Example
Text Example
White with #2159A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2159A7; }
p { color: rgb(33,89,167); }
H1.HeaderClassName
{
color: #2159A7;
}
.AnyTagClassName
{
color: #2159A7;
}
</style>
background-color css
<style>
a { background-color: #2159A7; }
a { background-color: rgb(33,89,167); }
div.DivClassName
{
background-color: #2159A7;
}
.BgClassName
{
background-color: #2159A7;
}
</style>
border-color css
<style>
span { border-color: #2159A7; }
span { border-color: rgb(33,89,167); }
td.TdClassName
{
border-color: #2159A7;
}
.TagClassName
{
border-color: #2159A7;
}
</style>