Shades of Denim #215AB9
Tints of Denim #215AB9
RGB
CMYK
RGB Variations
Color information
#215AB9 (or 0x215AB9) is known color: Denim. HEX triplet: 21, 5A and B9. RGB value is (33,90,185). Sum of RGB (Red+Green+Blue) = 33+90+185=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 185 (72.66% from 255 or 60.06% from 308); Max value from RGB is 185 - color contains mainly: blue. Hex color #215AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215AB9 is #DEA546. Grayscale: #535353. Windows color (decimal): -14591303 or 12147233. OLE color: 12147233.
HSL color Cylindrical-coordinate representation of color #215AB9: hue angle of 217.5º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #215AB9 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 90 | 185 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.27 |
| HSL | 217.5º | 0.7% | 0.43% | - |
| HSV(B) | 217.5º | 0.82% | 0.73% | - |
| XYZ | 13.04 | 11.14 | 47.36 | - |
| YUV | 83.79 | 185.12 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 185 | 0.82 | 0.51 | 0 | 0.27 | 217.5 | 0.7 | 0.43 |
| Hex | 21 | 5A | B9 | 52 | 33 | 0 | 1B | DA | 46 | 2B |
| Octal | 41 | 132 | 271 | 122 | 63 | 0 | 33 | 332 | 106 | 53 |
| Binary | 100001 | 1011010 | 10111001 | 1010010 | 110011 | 0 | 11011 | 11011010 | 1000110 | 101011 |
Color Harmonies of #215AB9
Complementary color
Monochromatic Colors of #215AB9
Black with #215AB9
Text Example
Text Example
White with #215AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215AB9; }
p { color: rgb(33,90,185); }
H1.HeaderClassName
{
color: #215AB9;
}
.AnyTagClassName
{
color: #215AB9;
}
</style>
background-color css
<style>
a { background-color: #215AB9; }
a { background-color: rgb(33,90,185); }
div.DivClassName
{
background-color: #215AB9;
}
.BgClassName
{
background-color: #215AB9;
}
</style>
border-color css
<style>
span { border-color: #215AB9; }
span { border-color: rgb(33,90,185); }
td.TdClassName
{
border-color: #215AB9;
}
.TagClassName
{
border-color: #215AB9;
}
</style>