Shades of Denim #215BA9
Tints of Denim #215BA9
RGB
CMYK
RGB Variations
Color information
#215BA9 (or 0x215BA9) is known color: Denim. HEX triplet: 21, 5B and A9. RGB value is (33,91,169). Sum of RGB (Red+Green+Blue) = 33+91+169=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 169 (66.41% from 255 or 57.68% from 293); Max value from RGB is 169 - color contains mainly: blue. Hex color #215BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215BA9 is #DEA456. Grayscale: #525252. Windows color (decimal): -14591063 or 11098913. OLE color: 11098913.
HSL color Cylindrical-coordinate representation of color #215BA9: hue angle of 214.41º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #215BA9 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 33 | 91 | 169 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.34 |
| HSL | 214.41º | 0.67% | 0.4% | - |
| HSV(B) | 214.41º | 0.8% | 0.66% | - |
| XYZ | 11.53 | 10.67 | 38.99 | - |
| YUV | 82.55 | 176.78 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 169 | 0.80 | 0.46 | 0 | 0.34 | 214.41 | 0.67 | 0.4 |
| Hex | 21 | 5B | A9 | 50 | 2E | 0 | 22 | D6 | 43 | 28 |
| Octal | 41 | 133 | 251 | 120 | 56 | 0 | 42 | 326 | 103 | 50 |
| Binary | 100001 | 1011011 | 10101001 | 1010000 | 101110 | 0 | 100010 | 11010110 | 1000011 | 101000 |
Color Harmonies of #215BA9
Complementary color
Monochromatic Colors of #215BA9
Black with #215BA9
Text Example
Text Example
White with #215BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215BA9; }
p { color: rgb(33,91,169); }
H1.HeaderClassName
{
color: #215BA9;
}
.AnyTagClassName
{
color: #215BA9;
}
</style>
background-color css
<style>
a { background-color: #215BA9; }
a { background-color: rgb(33,91,169); }
div.DivClassName
{
background-color: #215BA9;
}
.BgClassName
{
background-color: #215BA9;
}
</style>
border-color css
<style>
span { border-color: #215BA9; }
span { border-color: rgb(33,91,169); }
td.TdClassName
{
border-color: #215BA9;
}
.TagClassName
{
border-color: #215BA9;
}
</style>