Shades of Denim #166ECF
Tints of Denim #166ECF
RGB
CMYK
RGB Variations
Color information
#166ECF (or 0x166ECF) is known color: Denim. HEX triplet: 16, 6E and CF. RGB value is (22,110,207). Sum of RGB (Red+Green+Blue) = 22+110+207=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #166ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166ECF is #E99130. Grayscale: #5E5E5E. Windows color (decimal): -15307057 or 13594134. OLE color: 13594134.
HSL color Cylindrical-coordinate representation of color #166ECF: hue angle of 211.46º 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 #166ECF is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 110 | 207 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.19 |
| HSL | 211.46º | 0.81% | 0.45% | - |
| HSV(B) | 211.46º | 0.89% | 0.81% | - |
| XYZ | 17.17 | 15.83 | 61.18 | - |
| YUV | 94.75 | 191.35 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 207 | 0.89 | 0.47 | 0 | 0.19 | 211.46 | 0.81 | 0.45 |
| Hex | 16 | 6E | CF | 59 | 2F | 0 | 13 | D3 | 51 | 2D |
| Octal | 26 | 156 | 317 | 131 | 57 | 0 | 23 | 323 | 121 | 55 |
| Binary | 10110 | 1101110 | 11001111 | 1011001 | 101111 | 0 | 10011 | 11010011 | 1010001 | 101101 |
Color Harmonies of #166ECF
Complementary color
Monochromatic Colors of #166ECF
Black with #166ECF
Text Example
Text Example
White with #166ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166ECF; }
p { color: rgb(22,110,207); }
H1.HeaderClassName
{
color: #166ECF;
}
.AnyTagClassName
{
color: #166ECF;
}
</style>
background-color css
<style>
a { background-color: #166ECF; }
a { background-color: rgb(22,110,207); }
div.DivClassName
{
background-color: #166ECF;
}
.BgClassName
{
background-color: #166ECF;
}
</style>
border-color css
<style>
span { border-color: #166ECF; }
span { border-color: rgb(22,110,207); }
td.TdClassName
{
border-color: #166ECF;
}
.TagClassName
{
border-color: #166ECF;
}
</style>