Shades of Denim #2166AF
Tints of Denim #2166AF
RGB
CMYK
RGB Variations
Color information
#2166AF (or 0x2166AF) is known color: Denim. HEX triplet: 21, 66 and AF. RGB value is (33,102,175). Sum of RGB (Red+Green+Blue) = 33+102+175=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #2166AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2166AF is #DE9950. Grayscale: #595959. Windows color (decimal): -14588241 or 11494945. OLE color: 11494945.
HSL color Cylindrical-coordinate representation of color #2166AF: hue angle of 210.85º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2166AF is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 102 | 175 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.31 |
| HSL | 210.85º | 0.68% | 0.41% | - |
| HSV(B) | 210.85º | 0.81% | 0.69% | - |
| XYZ | 13.12 | 12.92 | 42.36 | - |
| YUV | 89.69 | 176.14 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 175 | 0.81 | 0.42 | 0 | 0.31 | 210.85 | 0.68 | 0.41 |
| Hex | 21 | 66 | AF | 51 | 2A | 0 | 1F | D3 | 44 | 29 |
| Octal | 41 | 146 | 257 | 121 | 52 | 0 | 37 | 323 | 104 | 51 |
| Binary | 100001 | 1100110 | 10101111 | 1010001 | 101010 | 0 | 11111 | 11010011 | 1000100 | 101001 |
Color Harmonies of #2166AF
Complementary color
Monochromatic Colors of #2166AF
Black with #2166AF
Text Example
Text Example
White with #2166AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2166AF; }
p { color: rgb(33,102,175); }
H1.HeaderClassName
{
color: #2166AF;
}
.AnyTagClassName
{
color: #2166AF;
}
</style>
background-color css
<style>
a { background-color: #2166AF; }
a { background-color: rgb(33,102,175); }
div.DivClassName
{
background-color: #2166AF;
}
.BgClassName
{
background-color: #2166AF;
}
</style>
border-color css
<style>
span { border-color: #2166AF; }
span { border-color: rgb(33,102,175); }
td.TdClassName
{
border-color: #2166AF;
}
.TagClassName
{
border-color: #2166AF;
}
</style>