Shades of Denim #2158AD
Tints of Denim #2158AD
RGB
CMYK
RGB Variations
Color information
#2158AD (or 0x2158AD) is known color: Denim. HEX triplet: 21, 58 and AD. RGB value is (33,88,173). Sum of RGB (Red+Green+Blue) = 33+88+173=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #2158AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2158AD is #DEA752. Grayscale: #505050. Windows color (decimal): -14591827 or 11360289. OLE color: 11360289.
HSL color Cylindrical-coordinate representation of color #2158AD: hue angle of 216.43º 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 #2158AD is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 88 | 173 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.32 |
| HSL | 216.43º | 0.68% | 0.4% | - |
| HSV(B) | 216.43º | 0.81% | 0.68% | - |
| XYZ | 11.66 | 10.32 | 40.91 | - |
| YUV | 81.25 | 179.78 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 173 | 0.81 | 0.49 | 0 | 0.32 | 216.43 | 0.68 | 0.4 |
| Hex | 21 | 58 | AD | 51 | 31 | 0 | 20 | D8 | 44 | 28 |
| Octal | 41 | 130 | 255 | 121 | 61 | 0 | 40 | 330 | 104 | 50 |
| Binary | 100001 | 1011000 | 10101101 | 1010001 | 110001 | 0 | 100000 | 11011000 | 1000100 | 101000 |
Color Harmonies of #2158AD
Complementary color
Monochromatic Colors of #2158AD
Black with #2158AD
Text Example
Text Example
White with #2158AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2158AD; }
p { color: rgb(33,88,173); }
H1.HeaderClassName
{
color: #2158AD;
}
.AnyTagClassName
{
color: #2158AD;
}
</style>
background-color css
<style>
a { background-color: #2158AD; }
a { background-color: rgb(33,88,173); }
div.DivClassName
{
background-color: #2158AD;
}
.BgClassName
{
background-color: #2158AD;
}
</style>
border-color css
<style>
span { border-color: #2158AD; }
span { border-color: rgb(33,88,173); }
td.TdClassName
{
border-color: #2158AD;
}
.TagClassName
{
border-color: #2158AD;
}
</style>