Shades of Denim #215DB1
Tints of Denim #215DB1
RGB
CMYK
RGB Variations
Color information
#215DB1 (or 0x215DB1) is known color: Denim. HEX triplet: 21, 5D and B1. RGB value is (33,93,177). Sum of RGB (Red+Green+Blue) = 33+93+177=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 177 (69.53% from 255 or 58.42% from 303); Max value from RGB is 177 - color contains mainly: blue. Hex color #215DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215DB1 is #DEA24E. Grayscale: #545454. Windows color (decimal): -14590543 or 11623713. OLE color: 11623713.
HSL color Cylindrical-coordinate representation of color #215DB1: hue angle of 215º degrees, saturation: 0.69, 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 #215DB1 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 93 | 177 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.31 |
| HSL | 215º | 0.69% | 0.41% | - |
| HSV(B) | 215º | 0.81% | 0.69% | - |
| XYZ | 12.48 | 11.33 | 43.12 | - |
| YUV | 84.64 | 180.12 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 177 | 0.81 | 0.47 | 0 | 0.31 | 215 | 0.69 | 0.41 |
| Hex | 21 | 5D | B1 | 51 | 2F | 0 | 1F | D7 | 45 | 29 |
| Octal | 41 | 135 | 261 | 121 | 57 | 0 | 37 | 327 | 105 | 51 |
| Binary | 100001 | 1011101 | 10110001 | 1010001 | 101111 | 0 | 11111 | 11010111 | 1000101 | 101001 |
Color Harmonies of #215DB1
Complementary color
Monochromatic Colors of #215DB1
Black with #215DB1
Text Example
Text Example
White with #215DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215DB1; }
p { color: rgb(33,93,177); }
H1.HeaderClassName
{
color: #215DB1;
}
.AnyTagClassName
{
color: #215DB1;
}
</style>
background-color css
<style>
a { background-color: #215DB1; }
a { background-color: rgb(33,93,177); }
div.DivClassName
{
background-color: #215DB1;
}
.BgClassName
{
background-color: #215DB1;
}
</style>
border-color css
<style>
span { border-color: #215DB1; }
span { border-color: rgb(33,93,177); }
td.TdClassName
{
border-color: #215DB1;
}
.TagClassName
{
border-color: #215DB1;
}
</style>