Shades of Denim #2161DB
Tints of Denim #2161DB
RGB
CMYK
RGB Variations
Color information
#2161DB (or 0x2161DB) is known color: Denim. HEX triplet: 21, 61 and DB. RGB value is (33,97,219). Sum of RGB (Red+Green+Blue) = 33+97+219=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #2161DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2161DB is #DE9E24. Grayscale: #5B5B5B. Windows color (decimal): -14589477 or 14377249. OLE color: 14377249.
HSL color Cylindrical-coordinate representation of color #2161DB: hue angle of 219.35º 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 #2161DB is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 97 | 219 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.14 |
| HSL | 219.35º | 0.74% | 0.49% | - |
| HSV(B) | 219.35º | 0.85% | 0.86% | - |
| XYZ | 17.69 | 13.99 | 68.79 | - |
| YUV | 91.77 | 199.8 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 97 | 219 | 0.85 | 0.56 | 0 | 0.14 | 219.35 | 0.74 | 0.49 |
| Hex | 21 | 61 | DB | 55 | 38 | 0 | E | DB | 4A | 31 |
| Octal | 41 | 141 | 333 | 125 | 70 | 0 | 16 | 333 | 112 | 61 |
| Binary | 100001 | 1100001 | 11011011 | 1010101 | 111000 | 0 | 1110 | 11011011 | 1001010 | 110001 |
Color Harmonies of #2161DB
Complementary color
Monochromatic Colors of #2161DB
Black with #2161DB
Text Example
Text Example
White with #2161DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2161DB; }
p { color: rgb(33,97,219); }
H1.HeaderClassName
{
color: #2161DB;
}
.AnyTagClassName
{
color: #2161DB;
}
</style>
background-color css
<style>
a { background-color: #2161DB; }
a { background-color: rgb(33,97,219); }
div.DivClassName
{
background-color: #2161DB;
}
.BgClassName
{
background-color: #2161DB;
}
</style>
border-color css
<style>
span { border-color: #2161DB; }
span { border-color: rgb(33,97,219); }
td.TdClassName
{
border-color: #2161DB;
}
.TagClassName
{
border-color: #2161DB;
}
</style>