Shades of Denim #215DCB
Tints of Denim #215DCB
RGB
CMYK
RGB Variations
Color information
#215DCB (or 0x215DCB) is known color: Denim. HEX triplet: 21, 5D and CB. RGB value is (33,93,203). Sum of RGB (Red+Green+Blue) = 33+93+203=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #215DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215DCB is #DEA234. Grayscale: #575757. Windows color (decimal): -14590517 or 13327649. OLE color: 13327649.
HSL color Cylindrical-coordinate representation of color #215DCB: hue angle of 218.82º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #215DCB is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 93 | 203 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.20 |
| HSL | 218.82º | 0.72% | 0.46% | - |
| HSV(B) | 218.82º | 0.84% | 0.8% | - |
| XYZ | 15.32 | 12.46 | 58.1 | - |
| YUV | 87.6 | 193.12 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 203 | 0.84 | 0.54 | 0 | 0.20 | 218.82 | 0.72 | 0.46 |
| Hex | 21 | 5D | CB | 54 | 36 | 0 | 14 | DB | 48 | 2E |
| Octal | 41 | 135 | 313 | 124 | 66 | 0 | 24 | 333 | 110 | 56 |
| Binary | 100001 | 1011101 | 11001011 | 1010100 | 110110 | 0 | 10100 | 11011011 | 1001000 | 101110 |
Color Harmonies of #215DCB
Complementary color
Monochromatic Colors of #215DCB
Black with #215DCB
Text Example
Text Example
White with #215DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215DCB; }
p { color: rgb(33,93,203); }
H1.HeaderClassName
{
color: #215DCB;
}
.AnyTagClassName
{
color: #215DCB;
}
</style>
background-color css
<style>
a { background-color: #215DCB; }
a { background-color: rgb(33,93,203); }
div.DivClassName
{
background-color: #215DCB;
}
.BgClassName
{
background-color: #215DCB;
}
</style>
border-color css
<style>
span { border-color: #215DCB; }
span { border-color: rgb(33,93,203); }
td.TdClassName
{
border-color: #215DCB;
}
.TagClassName
{
border-color: #215DCB;
}
</style>