Shades of Denim #215DB0
Tints of Denim #215DB0
RGB
CMYK
RGB Variations
Color information
#215DB0 (or 0x215DB0) is known color: Denim. HEX triplet: 21, 5D and B0. RGB value is (33,93,176). Sum of RGB (Red+Green+Blue) = 33+93+176=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 176 (69.14% from 255 or 58.28% from 302); Max value from RGB is 176 - color contains mainly: blue. Hex color #215DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215DB0 is #DEA24F. Grayscale: #545454. Windows color (decimal): -14590544 or 11558177. OLE color: 11558177.
HSL color Cylindrical-coordinate representation of color #215DB0: hue angle of 214.83º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #215DB0 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 93 | 176 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.31 |
| HSL | 214.83º | 0.68% | 0.41% | - |
| HSV(B) | 214.83º | 0.81% | 0.69% | - |
| XYZ | 12.38 | 11.29 | 42.6 | - |
| YUV | 84.52 | 179.62 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 176 | 0.81 | 0.47 | 0 | 0.31 | 214.83 | 0.68 | 0.41 |
| Hex | 21 | 5D | B0 | 51 | 2F | 0 | 1F | D7 | 44 | 29 |
| Octal | 41 | 135 | 260 | 121 | 57 | 0 | 37 | 327 | 104 | 51 |
| Binary | 100001 | 1011101 | 10110000 | 1010001 | 101111 | 0 | 11111 | 11010111 | 1000100 | 101001 |
Color Harmonies of #215DB0
Complementary color
Monochromatic Colors of #215DB0
Black with #215DB0
Text Example
Text Example
White with #215DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215DB0; }
p { color: rgb(33,93,176); }
H1.HeaderClassName
{
color: #215DB0;
}
.AnyTagClassName
{
color: #215DB0;
}
</style>
background-color css
<style>
a { background-color: #215DB0; }
a { background-color: rgb(33,93,176); }
div.DivClassName
{
background-color: #215DB0;
}
.BgClassName
{
background-color: #215DB0;
}
</style>
border-color css
<style>
span { border-color: #215DB0; }
span { border-color: rgb(33,93,176); }
td.TdClassName
{
border-color: #215DB0;
}
.TagClassName
{
border-color: #215DB0;
}
</style>