Shades of Denim #215DAD
Tints of Denim #215DAD
RGB
CMYK
RGB Variations
Color information
#215DAD (or 0x215DAD) is known color: Denim. HEX triplet: 21, 5D and AD. RGB value is (33,93,173). Sum of RGB (Red+Green+Blue) = 33+93+173=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #215DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215DAD is #DEA252. Grayscale: #535353. Windows color (decimal): -14590547 or 11361569. OLE color: 11361569.
HSL color Cylindrical-coordinate representation of color #215DAD: hue angle of 214.29º 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 #215DAD is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 93 | 173 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.32 |
| HSL | 214.29º | 0.68% | 0.4% | - |
| HSV(B) | 214.29º | 0.81% | 0.68% | - |
| XYZ | 12.08 | 11.17 | 41.05 | - |
| YUV | 84.18 | 178.12 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 173 | 0.81 | 0.46 | 0 | 0.32 | 214.29 | 0.68 | 0.4 |
| Hex | 21 | 5D | AD | 51 | 2E | 0 | 20 | D6 | 44 | 28 |
| Octal | 41 | 135 | 255 | 121 | 56 | 0 | 40 | 326 | 104 | 50 |
| Binary | 100001 | 1011101 | 10101101 | 1010001 | 101110 | 0 | 100000 | 11010110 | 1000100 | 101000 |
Color Harmonies of #215DAD
Complementary color
Monochromatic Colors of #215DAD
Black with #215DAD
Text Example
Text Example
White with #215DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215DAD; }
p { color: rgb(33,93,173); }
H1.HeaderClassName
{
color: #215DAD;
}
.AnyTagClassName
{
color: #215DAD;
}
</style>
background-color css
<style>
a { background-color: #215DAD; }
a { background-color: rgb(33,93,173); }
div.DivClassName
{
background-color: #215DAD;
}
.BgClassName
{
background-color: #215DAD;
}
</style>
border-color css
<style>
span { border-color: #215DAD; }
span { border-color: rgb(33,93,173); }
td.TdClassName
{
border-color: #215DAD;
}
.TagClassName
{
border-color: #215DAD;
}
</style>