Shades of Denim #215BAB
Tints of Denim #215BAB
RGB
CMYK
RGB Variations
Color information
#215BAB (or 0x215BAB) is known color: Denim. HEX triplet: 21, 5B and AB. RGB value is (33,91,171). Sum of RGB (Red+Green+Blue) = 33+91+171=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #215BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215BAB is #DEA454. Grayscale: #525252. Windows color (decimal): -14591061 or 11229985. OLE color: 11229985.
HSL color Cylindrical-coordinate representation of color #215BAB: hue angle of 214.78º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #215BAB is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 91 | 171 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.33 |
| HSL | 214.78º | 0.68% | 0.4% | - |
| HSV(B) | 214.78º | 0.81% | 0.67% | - |
| XYZ | 11.72 | 10.75 | 39.98 | - |
| YUV | 82.78 | 177.78 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 171 | 0.81 | 0.47 | 0 | 0.33 | 214.78 | 0.68 | 0.4 |
| Hex | 21 | 5B | AB | 51 | 2F | 0 | 21 | D7 | 44 | 28 |
| Octal | 41 | 133 | 253 | 121 | 57 | 0 | 41 | 327 | 104 | 50 |
| Binary | 100001 | 1011011 | 10101011 | 1010001 | 101111 | 0 | 100001 | 11010111 | 1000100 | 101000 |
Color Harmonies of #215BAB
Complementary color
Monochromatic Colors of #215BAB
Black with #215BAB
Text Example
Text Example
White with #215BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215BAB; }
p { color: rgb(33,91,171); }
H1.HeaderClassName
{
color: #215BAB;
}
.AnyTagClassName
{
color: #215BAB;
}
</style>
background-color css
<style>
a { background-color: #215BAB; }
a { background-color: rgb(33,91,171); }
div.DivClassName
{
background-color: #215BAB;
}
.BgClassName
{
background-color: #215BAB;
}
</style>
border-color css
<style>
span { border-color: #215BAB; }
span { border-color: rgb(33,91,171); }
td.TdClassName
{
border-color: #215BAB;
}
.TagClassName
{
border-color: #215BAB;
}
</style>