Shades of Denim #166DCF
Tints of Denim #166DCF
RGB
CMYK
RGB Variations
Color information
#166DCF (or 0x166DCF) is known color: Denim. HEX triplet: 16, 6D and CF. RGB value is (22,109,207). Sum of RGB (Red+Green+Blue) = 22+109+207=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #166DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166DCF is #E99230. Grayscale: #5D5D5D. Windows color (decimal): -15307313 or 13593878. OLE color: 13593878.
HSL color Cylindrical-coordinate representation of color #166DCF: hue angle of 211.78º 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 #166DCF is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 109 | 207 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.19 |
| HSL | 211.78º | 0.81% | 0.45% | - |
| HSV(B) | 211.78º | 0.89% | 0.81% | - |
| XYZ | 17.06 | 15.61 | 61.15 | - |
| YUV | 94.16 | 191.68 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 207 | 0.89 | 0.47 | 0 | 0.19 | 211.78 | 0.81 | 0.45 |
| Hex | 16 | 6D | CF | 59 | 2F | 0 | 13 | D4 | 51 | 2D |
| Octal | 26 | 155 | 317 | 131 | 57 | 0 | 23 | 324 | 121 | 55 |
| Binary | 10110 | 1101101 | 11001111 | 1011001 | 101111 | 0 | 10011 | 11010100 | 1010001 | 101101 |
Color Harmonies of #166DCF
Complementary color
Monochromatic Colors of #166DCF
Black with #166DCF
Text Example
Text Example
White with #166DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166DCF; }
p { color: rgb(22,109,207); }
H1.HeaderClassName
{
color: #166DCF;
}
.AnyTagClassName
{
color: #166DCF;
}
</style>
background-color css
<style>
a { background-color: #166DCF; }
a { background-color: rgb(22,109,207); }
div.DivClassName
{
background-color: #166DCF;
}
.BgClassName
{
background-color: #166DCF;
}
</style>
border-color css
<style>
span { border-color: #166DCF; }
span { border-color: rgb(22,109,207); }
td.TdClassName
{
border-color: #166DCF;
}
.TagClassName
{
border-color: #166DCF;
}
</style>