Shades of Denim #216ADB
Tints of Denim #216ADB
RGB
CMYK
RGB Variations
Color information
#216ADB (or 0x216ADB) is known color: Denim. HEX triplet: 21, 6A and DB. RGB value is (33,106,219). Sum of RGB (Red+Green+Blue) = 33+106+219=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #216ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216ADB is #DE9524. Grayscale: #606060. Windows color (decimal): -14587173 or 14379553. OLE color: 14379553.
HSL color Cylindrical-coordinate representation of color #216ADB: hue angle of 216.45º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #216ADB is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 106 | 219 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.14 |
| HSL | 216.45º | 0.74% | 0.49% | - |
| HSV(B) | 216.45º | 0.85% | 0.86% | - |
| XYZ | 18.57 | 15.75 | 69.08 | - |
| YUV | 97.06 | 196.82 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 106 | 219 | 0.85 | 0.52 | 0 | 0.14 | 216.45 | 0.74 | 0.49 |
| Hex | 21 | 6A | DB | 55 | 34 | 0 | E | D8 | 4A | 31 |
| Octal | 41 | 152 | 333 | 125 | 64 | 0 | 16 | 330 | 112 | 61 |
| Binary | 100001 | 1101010 | 11011011 | 1010101 | 110100 | 0 | 1110 | 11011000 | 1001010 | 110001 |
Color Harmonies of #216ADB
Complementary color
Monochromatic Colors of #216ADB
Black with #216ADB
Text Example
Text Example
White with #216ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216ADB; }
p { color: rgb(33,106,219); }
H1.HeaderClassName
{
color: #216ADB;
}
.AnyTagClassName
{
color: #216ADB;
}
</style>
background-color css
<style>
a { background-color: #216ADB; }
a { background-color: rgb(33,106,219); }
div.DivClassName
{
background-color: #216ADB;
}
.BgClassName
{
background-color: #216ADB;
}
</style>
border-color css
<style>
span { border-color: #216ADB; }
span { border-color: rgb(33,106,219); }
td.TdClassName
{
border-color: #216ADB;
}
.TagClassName
{
border-color: #216ADB;
}
</style>