Shades of Denim #215EBA
Tints of Denim #215EBA
RGB
CMYK
RGB Variations
Color information
#215EBA (or 0x215EBA) is known color: Denim. HEX triplet: 21, 5E and BA. RGB value is (33,94,186). Sum of RGB (Red+Green+Blue) = 33+94+186=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #215EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215EBA is #DEA145. Grayscale: #555555. Windows color (decimal): -14590278 or 12213793. OLE color: 12213793.
HSL color Cylindrical-coordinate representation of color #215EBA: hue angle of 216.08º 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 #215EBA is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 94 | 186 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.27 |
| HSL | 216.08º | 0.7% | 0.43% | - |
| HSV(B) | 216.08º | 0.82% | 0.73% | - |
| XYZ | 13.49 | 11.87 | 48.04 | - |
| YUV | 86.25 | 184.29 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 186 | 0.82 | 0.49 | 0 | 0.27 | 216.08 | 0.7 | 0.43 |
| Hex | 21 | 5E | BA | 52 | 31 | 0 | 1B | D8 | 46 | 2B |
| Octal | 41 | 136 | 272 | 122 | 61 | 0 | 33 | 330 | 106 | 53 |
| Binary | 100001 | 1011110 | 10111010 | 1010010 | 110001 | 0 | 11011 | 11011000 | 1000110 | 101011 |
Color Harmonies of #215EBA
Complementary color
Monochromatic Colors of #215EBA
Black with #215EBA
Text Example
Text Example
White with #215EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215EBA; }
p { color: rgb(33,94,186); }
H1.HeaderClassName
{
color: #215EBA;
}
.AnyTagClassName
{
color: #215EBA;
}
</style>
background-color css
<style>
a { background-color: #215EBA; }
a { background-color: rgb(33,94,186); }
div.DivClassName
{
background-color: #215EBA;
}
.BgClassName
{
background-color: #215EBA;
}
</style>
border-color css
<style>
span { border-color: #215EBA; }
span { border-color: rgb(33,94,186); }
td.TdClassName
{
border-color: #215EBA;
}
.TagClassName
{
border-color: #215EBA;
}
</style>