Shades of Denim #215DB6
Tints of Denim #215DB6
RGB
CMYK
RGB Variations
Color information
#215DB6 (or 0x215DB6) is known color: Denim. HEX triplet: 21, 5D and B6. RGB value is (33,93,182). Sum of RGB (Red+Green+Blue) = 33+93+182=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 182 (71.48% from 255 or 59.09% from 308); Max value from RGB is 182 - color contains mainly: blue. Hex color #215DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215DB6 is #DEA249. Grayscale: #545454. Windows color (decimal): -14590538 or 11951393. OLE color: 11951393.
HSL color Cylindrical-coordinate representation of color #215DB6: hue angle of 215.84º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #215DB6 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 93 | 182 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.29 |
| HSL | 215.84º | 0.69% | 0.42% | - |
| HSV(B) | 215.84º | 0.82% | 0.71% | - |
| XYZ | 12.99 | 11.53 | 45.8 | - |
| YUV | 85.21 | 182.62 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 182 | 0.82 | 0.49 | 0 | 0.29 | 215.84 | 0.69 | 0.42 |
| Hex | 21 | 5D | B6 | 52 | 31 | 0 | 1D | D8 | 45 | 2A |
| Octal | 41 | 135 | 266 | 122 | 61 | 0 | 35 | 330 | 105 | 52 |
| Binary | 100001 | 1011101 | 10110110 | 1010010 | 110001 | 0 | 11101 | 11011000 | 1000101 | 101010 |
Color Harmonies of #215DB6
Complementary color
Monochromatic Colors of #215DB6
Black with #215DB6
Text Example
Text Example
White with #215DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215DB6; }
p { color: rgb(33,93,182); }
H1.HeaderClassName
{
color: #215DB6;
}
.AnyTagClassName
{
color: #215DB6;
}
</style>
background-color css
<style>
a { background-color: #215DB6; }
a { background-color: rgb(33,93,182); }
div.DivClassName
{
background-color: #215DB6;
}
.BgClassName
{
background-color: #215DB6;
}
</style>
border-color css
<style>
span { border-color: #215DB6; }
span { border-color: rgb(33,93,182); }
td.TdClassName
{
border-color: #215DB6;
}
.TagClassName
{
border-color: #215DB6;
}
</style>