Shades of Denim #2166BD
Tints of Denim #2166BD
RGB
CMYK
RGB Variations
Color information
#2166BD (or 0x2166BD) is known color: Denim. HEX triplet: 21, 66 and BD. RGB value is (33,102,189). Sum of RGB (Red+Green+Blue) = 33+102+189=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #2166BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2166BD is #DE9942. Grayscale: #5A5A5A. Windows color (decimal): -14588227 or 12412449. OLE color: 12412449.
HSL color Cylindrical-coordinate representation of color #2166BD: hue angle of 213.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2166BD is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 102 | 189 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.26 |
| HSL | 213.46º | 0.7% | 0.44% | - |
| HSV(B) | 213.46º | 0.83% | 0.74% | - |
| XYZ | 14.56 | 13.5 | 49.98 | - |
| YUV | 91.29 | 183.14 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 189 | 0.83 | 0.46 | 0 | 0.26 | 213.46 | 0.7 | 0.44 |
| Hex | 21 | 66 | BD | 53 | 2E | 0 | 1A | D5 | 46 | 2C |
| Octal | 41 | 146 | 275 | 123 | 56 | 0 | 32 | 325 | 106 | 54 |
| Binary | 100001 | 1100110 | 10111101 | 1010011 | 101110 | 0 | 11010 | 11010101 | 1000110 | 101100 |
Color Harmonies of #2166BD
Complementary color
Monochromatic Colors of #2166BD
Black with #2166BD
Text Example
Text Example
White with #2166BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2166BD; }
p { color: rgb(33,102,189); }
H1.HeaderClassName
{
color: #2166BD;
}
.AnyTagClassName
{
color: #2166BD;
}
</style>
background-color css
<style>
a { background-color: #2166BD; }
a { background-color: rgb(33,102,189); }
div.DivClassName
{
background-color: #2166BD;
}
.BgClassName
{
background-color: #2166BD;
}
</style>
border-color css
<style>
span { border-color: #2166BD; }
span { border-color: rgb(33,102,189); }
td.TdClassName
{
border-color: #2166BD;
}
.TagClassName
{
border-color: #2166BD;
}
</style>