Shades of Denim #215AB1
Tints of Denim #215AB1
RGB
CMYK
RGB Variations
Color information
#215AB1 (or 0x215AB1) is known color: Denim. HEX triplet: 21, 5A and B1. RGB value is (33,90,177). Sum of RGB (Red+Green+Blue) = 33+90+177=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 177 (69.53% from 255 or 59% from 300); Max value from RGB is 177 - color contains mainly: blue. Hex color #215AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215AB1 is #DEA54E. Grayscale: #525252. Windows color (decimal): -14591311 or 11622945. OLE color: 11622945.
HSL color Cylindrical-coordinate representation of color #215AB1: hue angle of 216.25º 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 #215AB1 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 90 | 177 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.31 |
| HSL | 216.25º | 0.69% | 0.41% | - |
| HSV(B) | 216.25º | 0.81% | 0.69% | - |
| XYZ | 12.22 | 10.81 | 43.04 | - |
| YUV | 82.88 | 181.12 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 177 | 0.81 | 0.49 | 0 | 0.31 | 216.25 | 0.69 | 0.41 |
| Hex | 21 | 5A | B1 | 51 | 31 | 0 | 1F | D8 | 45 | 29 |
| Octal | 41 | 132 | 261 | 121 | 61 | 0 | 37 | 330 | 105 | 51 |
| Binary | 100001 | 1011010 | 10110001 | 1010001 | 110001 | 0 | 11111 | 11011000 | 1000101 | 101001 |
Color Harmonies of #215AB1
Complementary color
Monochromatic Colors of #215AB1
Black with #215AB1
Text Example
Text Example
White with #215AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215AB1; }
p { color: rgb(33,90,177); }
H1.HeaderClassName
{
color: #215AB1;
}
.AnyTagClassName
{
color: #215AB1;
}
</style>
background-color css
<style>
a { background-color: #215AB1; }
a { background-color: rgb(33,90,177); }
div.DivClassName
{
background-color: #215AB1;
}
.BgClassName
{
background-color: #215AB1;
}
</style>
border-color css
<style>
span { border-color: #215AB1; }
span { border-color: rgb(33,90,177); }
td.TdClassName
{
border-color: #215AB1;
}
.TagClassName
{
border-color: #215AB1;
}
</style>