Shades of Denim #215ECB
Tints of Denim #215ECB
RGB
CMYK
RGB Variations
Color information
#215ECB (or 0x215ECB) is known color: Denim. HEX triplet: 21, 5E and CB. RGB value is (33,94,203). Sum of RGB (Red+Green+Blue) = 33+94+203=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #215ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215ECB is #DEA134. Grayscale: #575757. Windows color (decimal): -14590261 or 13327905. OLE color: 13327905.
HSL color Cylindrical-coordinate representation of color #215ECB: hue angle of 218.47º 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 #215ECB is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 94 | 203 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.20 |
| HSL | 218.47º | 0.72% | 0.46% | - |
| HSV(B) | 218.47º | 0.84% | 0.8% | - |
| XYZ | 15.41 | 12.64 | 58.13 | - |
| YUV | 88.19 | 192.79 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 203 | 0.84 | 0.54 | 0 | 0.20 | 218.47 | 0.72 | 0.46 |
| Hex | 21 | 5E | CB | 54 | 36 | 0 | 14 | DA | 48 | 2E |
| Octal | 41 | 136 | 313 | 124 | 66 | 0 | 24 | 332 | 110 | 56 |
| Binary | 100001 | 1011110 | 11001011 | 1010100 | 110110 | 0 | 10100 | 11011010 | 1001000 | 101110 |
Color Harmonies of #215ECB
Complementary color
Monochromatic Colors of #215ECB
Black with #215ECB
Text Example
Text Example
White with #215ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215ECB; }
p { color: rgb(33,94,203); }
H1.HeaderClassName
{
color: #215ECB;
}
.AnyTagClassName
{
color: #215ECB;
}
</style>
background-color css
<style>
a { background-color: #215ECB; }
a { background-color: rgb(33,94,203); }
div.DivClassName
{
background-color: #215ECB;
}
.BgClassName
{
background-color: #215ECB;
}
</style>
border-color css
<style>
span { border-color: #215ECB; }
span { border-color: rgb(33,94,203); }
td.TdClassName
{
border-color: #215ECB;
}
.TagClassName
{
border-color: #215ECB;
}
</style>