Shades of Denim #166ECE
Tints of Denim #166ECE
RGB
CMYK
RGB Variations
Color information
#166ECE (or 0x166ECE) is known color: Denim. HEX triplet: 16, 6E and CE. RGB value is (22,110,206). Sum of RGB (Red+Green+Blue) = 22+110+206=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #166ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166ECE is #E99131. Grayscale: #5E5E5E. Windows color (decimal): -15307058 or 13528598. OLE color: 13528598.
HSL color Cylindrical-coordinate representation of color #166ECE: hue angle of 211.3º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #166ECE is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 110 | 206 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.19 |
| HSL | 211.3º | 0.81% | 0.45% | - |
| HSV(B) | 211.3º | 0.89% | 0.81% | - |
| XYZ | 17.05 | 15.78 | 60.54 | - |
| YUV | 94.63 | 190.85 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 206 | 0.89 | 0.47 | 0 | 0.19 | 211.3 | 0.81 | 0.45 |
| Hex | 16 | 6E | CE | 59 | 2F | 0 | 13 | D3 | 51 | 2D |
| Octal | 26 | 156 | 316 | 131 | 57 | 0 | 23 | 323 | 121 | 55 |
| Binary | 10110 | 1101110 | 11001110 | 1011001 | 101111 | 0 | 10011 | 11010011 | 1010001 | 101101 |
Color Harmonies of #166ECE
Complementary color
Monochromatic Colors of #166ECE
Black with #166ECE
Text Example
Text Example
White with #166ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166ECE; }
p { color: rgb(22,110,206); }
H1.HeaderClassName
{
color: #166ECE;
}
.AnyTagClassName
{
color: #166ECE;
}
</style>
background-color css
<style>
a { background-color: #166ECE; }
a { background-color: rgb(22,110,206); }
div.DivClassName
{
background-color: #166ECE;
}
.BgClassName
{
background-color: #166ECE;
}
</style>
border-color css
<style>
span { border-color: #166ECE; }
span { border-color: rgb(22,110,206); }
td.TdClassName
{
border-color: #166ECE;
}
.TagClassName
{
border-color: #166ECE;
}
</style>