Shades of Denim #166ED0
Tints of Denim #166ED0
RGB
CMYK
RGB Variations
Color information
#166ED0 (or 0x166ED0) is known color: Denim. HEX triplet: 16, 6E and D0. RGB value is (22,110,208). Sum of RGB (Red+Green+Blue) = 22+110+208=340 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.47% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 208 (81.64% from 255 or 61.18% from 340); Max value from RGB is 208 - color contains mainly: blue. Hex color #166ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166ED0 is #E9912F. Grayscale: #5E5E5E. Windows color (decimal): -15307056 or 13659670. OLE color: 13659670.
HSL color Cylindrical-coordinate representation of color #166ED0: hue angle of 211.61º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #166ED0 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 110 | 208 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.18 |
| HSL | 211.61º | 0.81% | 0.45% | - |
| HSV(B) | 211.61º | 0.89% | 0.82% | - |
| XYZ | 17.29 | 15.88 | 61.83 | - |
| YUV | 94.86 | 191.85 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 208 | 0.89 | 0.47 | 0 | 0.18 | 211.61 | 0.81 | 0.45 |
| Hex | 16 | 6E | D0 | 59 | 2F | 0 | 12 | D4 | 51 | 2D |
| Octal | 26 | 156 | 320 | 131 | 57 | 0 | 22 | 324 | 121 | 55 |
| Binary | 10110 | 1101110 | 11010000 | 1011001 | 101111 | 0 | 10010 | 11010100 | 1010001 | 101101 |
Color Harmonies of #166ED0
Complementary color
Monochromatic Colors of #166ED0
Black with #166ED0
Text Example
Text Example
White with #166ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166ED0; }
p { color: rgb(22,110,208); }
H1.HeaderClassName
{
color: #166ED0;
}
.AnyTagClassName
{
color: #166ED0;
}
</style>
background-color css
<style>
a { background-color: #166ED0; }
a { background-color: rgb(22,110,208); }
div.DivClassName
{
background-color: #166ED0;
}
.BgClassName
{
background-color: #166ED0;
}
</style>
border-color css
<style>
span { border-color: #166ED0; }
span { border-color: rgb(22,110,208); }
td.TdClassName
{
border-color: #166ED0;
}
.TagClassName
{
border-color: #166ED0;
}
</style>