Shades of Denim #2166AD
Tints of Denim #2166AD
RGB
CMYK
RGB Variations
Color information
#2166AD (or 0x2166AD) is known color: Denim. HEX triplet: 21, 66 and AD. RGB value is (33,102,173). Sum of RGB (Red+Green+Blue) = 33+102+173=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #2166AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2166AD is #DE9952. Grayscale: #595959. Windows color (decimal): -14588243 or 11363873. OLE color: 11363873.
HSL color Cylindrical-coordinate representation of color #2166AD: hue angle of 210.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2166AD is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 102 | 173 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.32 |
| HSL | 210.43º | 0.68% | 0.4% | - |
| HSV(B) | 210.43º | 0.81% | 0.68% | - |
| XYZ | 12.92 | 12.84 | 41.33 | - |
| YUV | 89.46 | 175.14 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 173 | 0.81 | 0.41 | 0 | 0.32 | 210.43 | 0.68 | 0.4 |
| Hex | 21 | 66 | AD | 51 | 29 | 0 | 20 | D2 | 44 | 28 |
| Octal | 41 | 146 | 255 | 121 | 51 | 0 | 40 | 322 | 104 | 50 |
| Binary | 100001 | 1100110 | 10101101 | 1010001 | 101001 | 0 | 100000 | 11010010 | 1000100 | 101000 |
Color Harmonies of #2166AD
Complementary color
Monochromatic Colors of #2166AD
Black with #2166AD
Text Example
Text Example
White with #2166AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2166AD; }
p { color: rgb(33,102,173); }
H1.HeaderClassName
{
color: #2166AD;
}
.AnyTagClassName
{
color: #2166AD;
}
</style>
background-color css
<style>
a { background-color: #2166AD; }
a { background-color: rgb(33,102,173); }
div.DivClassName
{
background-color: #2166AD;
}
.BgClassName
{
background-color: #2166AD;
}
</style>
border-color css
<style>
span { border-color: #2166AD; }
span { border-color: rgb(33,102,173); }
td.TdClassName
{
border-color: #2166AD;
}
.TagClassName
{
border-color: #2166AD;
}
</style>