Shades of Denim #2164DA
Tints of Denim #2164DA
RGB
CMYK
RGB Variations
Color information
#2164DA (or 0x2164DA) is known color: Denim. HEX triplet: 21, 64 and DA. RGB value is (33,100,218). Sum of RGB (Red+Green+Blue) = 33+100+218=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #2164DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2164DA is #DE9B25. Grayscale: #5C5C5C. Windows color (decimal): -14588710 or 14312481. OLE color: 14312481.
HSL color Cylindrical-coordinate representation of color #2164DA: hue angle of 218.27º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2164DA is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 100 | 218 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.15 |
| HSL | 218.27º | 0.74% | 0.49% | - |
| HSV(B) | 218.27º | 0.85% | 0.85% | - |
| XYZ | 17.84 | 14.5 | 68.19 | - |
| YUV | 93.42 | 198.3 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 100 | 218 | 0.85 | 0.54 | 0 | 0.15 | 218.27 | 0.74 | 0.49 |
| Hex | 21 | 64 | DA | 55 | 36 | 0 | F | DA | 4A | 31 |
| Octal | 41 | 144 | 332 | 125 | 66 | 0 | 17 | 332 | 112 | 61 |
| Binary | 100001 | 1100100 | 11011010 | 1010101 | 110110 | 0 | 1111 | 11011010 | 1001010 | 110001 |
Color Harmonies of #2164DA
Complementary color
Monochromatic Colors of #2164DA
Black with #2164DA
Text Example
Text Example
White with #2164DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2164DA; }
p { color: rgb(33,100,218); }
H1.HeaderClassName
{
color: #2164DA;
}
.AnyTagClassName
{
color: #2164DA;
}
</style>
background-color css
<style>
a { background-color: #2164DA; }
a { background-color: rgb(33,100,218); }
div.DivClassName
{
background-color: #2164DA;
}
.BgClassName
{
background-color: #2164DA;
}
</style>
border-color css
<style>
span { border-color: #2164DA; }
span { border-color: rgb(33,100,218); }
td.TdClassName
{
border-color: #2164DA;
}
.TagClassName
{
border-color: #2164DA;
}
</style>