Shades of Denim #216DB5
Tints of Denim #216DB5
RGB
CMYK
RGB Variations
Color information
#216DB5 (or 0x216DB5) is known color: Denim. HEX triplet: 21, 6D and B5. RGB value is (33,109,181). Sum of RGB (Red+Green+Blue) = 33+109+181=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 181 (71.09% from 255 or 56.04% from 323); Max value from RGB is 181 - color contains mainly: blue. Hex color #216DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216DB5 is #DE924A. Grayscale: #5E5E5E. Windows color (decimal): -14586443 or 11889953. OLE color: 11889953.
HSL color Cylindrical-coordinate representation of color #216DB5: hue angle of 209.19º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #216DB5 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 109 | 181 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.29 |
| HSL | 209.19º | 0.69% | 0.42% | - |
| HSV(B) | 209.19º | 0.82% | 0.71% | - |
| XYZ | 14.44 | 14.6 | 45.77 | - |
| YUV | 94.48 | 176.82 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 181 | 0.82 | 0.40 | 0 | 0.29 | 209.19 | 0.69 | 0.42 |
| Hex | 21 | 6D | B5 | 52 | 28 | 0 | 1D | D1 | 45 | 2A |
| Octal | 41 | 155 | 265 | 122 | 50 | 0 | 35 | 321 | 105 | 52 |
| Binary | 100001 | 1101101 | 10110101 | 1010010 | 101000 | 0 | 11101 | 11010001 | 1000101 | 101010 |
Color Harmonies of #216DB5
Complementary color
Monochromatic Colors of #216DB5
Black with #216DB5
Text Example
Text Example
White with #216DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216DB5; }
p { color: rgb(33,109,181); }
H1.HeaderClassName
{
color: #216DB5;
}
.AnyTagClassName
{
color: #216DB5;
}
</style>
background-color css
<style>
a { background-color: #216DB5; }
a { background-color: rgb(33,109,181); }
div.DivClassName
{
background-color: #216DB5;
}
.BgClassName
{
background-color: #216DB5;
}
</style>
border-color css
<style>
span { border-color: #216DB5; }
span { border-color: rgb(33,109,181); }
td.TdClassName
{
border-color: #216DB5;
}
.TagClassName
{
border-color: #216DB5;
}
</style>