Shades of Denim #166DCE
Tints of Denim #166DCE
RGB
CMYK
RGB Variations
Color information
#166DCE (or 0x166DCE) is known color: Denim. HEX triplet: 16, 6D and CE. RGB value is (22,109,206). Sum of RGB (Red+Green+Blue) = 22+109+206=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #166DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166DCE is #E99231. Grayscale: #5D5D5D. Windows color (decimal): -15307314 or 13528342. OLE color: 13528342.
HSL color Cylindrical-coordinate representation of color #166DCE: hue angle of 211.63º 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 #166DCE is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 109 | 206 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.19 |
| HSL | 211.63º | 0.81% | 0.45% | - |
| HSV(B) | 211.63º | 0.89% | 0.81% | - |
| XYZ | 16.94 | 15.56 | 60.5 | - |
| YUV | 94.05 | 191.18 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 206 | 0.89 | 0.47 | 0 | 0.19 | 211.63 | 0.81 | 0.45 |
| Hex | 16 | 6D | CE | 59 | 2F | 0 | 13 | D4 | 51 | 2D |
| Octal | 26 | 155 | 316 | 131 | 57 | 0 | 23 | 324 | 121 | 55 |
| Binary | 10110 | 1101101 | 11001110 | 1011001 | 101111 | 0 | 10011 | 11010100 | 1010001 | 101101 |
Color Harmonies of #166DCE
Complementary color
Monochromatic Colors of #166DCE
Black with #166DCE
Text Example
Text Example
White with #166DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166DCE; }
p { color: rgb(22,109,206); }
H1.HeaderClassName
{
color: #166DCE;
}
.AnyTagClassName
{
color: #166DCE;
}
</style>
background-color css
<style>
a { background-color: #166DCE; }
a { background-color: rgb(22,109,206); }
div.DivClassName
{
background-color: #166DCE;
}
.BgClassName
{
background-color: #166DCE;
}
</style>
border-color css
<style>
span { border-color: #166DCE; }
span { border-color: rgb(22,109,206); }
td.TdClassName
{
border-color: #166DCE;
}
.TagClassName
{
border-color: #166DCE;
}
</style>