Shades of Denim #166EC6
Tints of Denim #166EC6
RGB
CMYK
RGB Variations
Color information
#166EC6 (or 0x166EC6) is known color: Denim. HEX triplet: 16, 6E and C6. RGB value is (22,110,198). Sum of RGB (Red+Green+Blue) = 22+110+198=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #166EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166EC6 is #E99139. Grayscale: #5D5D5D. Windows color (decimal): -15307066 or 13004310. OLE color: 13004310.
HSL color Cylindrical-coordinate representation of color #166EC6: hue angle of 210º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #166EC6 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 110 | 198 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.22 |
| HSL | 210º | 0.8% | 0.43% | - |
| HSV(B) | 210º | 0.89% | 0.78% | - |
| XYZ | 16.1 | 15.4 | 55.55 | - |
| YUV | 93.72 | 186.85 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 198 | 0.89 | 0.44 | 0 | 0.22 | 210 | 0.8 | 0.43 |
| Hex | 16 | 6E | C6 | 59 | 2C | 0 | 16 | D2 | 50 | 2B |
| Octal | 26 | 156 | 306 | 131 | 54 | 0 | 26 | 322 | 120 | 53 |
| Binary | 10110 | 1101110 | 11000110 | 1011001 | 101100 | 0 | 10110 | 11010010 | 1010000 | 101011 |
Color Harmonies of #166EC6
Complementary color
Monochromatic Colors of #166EC6
Black with #166EC6
Text Example
Text Example
White with #166EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166EC6; }
p { color: rgb(22,110,198); }
H1.HeaderClassName
{
color: #166EC6;
}
.AnyTagClassName
{
color: #166EC6;
}
</style>
background-color css
<style>
a { background-color: #166EC6; }
a { background-color: rgb(22,110,198); }
div.DivClassName
{
background-color: #166EC6;
}
.BgClassName
{
background-color: #166EC6;
}
</style>
border-color css
<style>
span { border-color: #166EC6; }
span { border-color: rgb(22,110,198); }
td.TdClassName
{
border-color: #166EC6;
}
.TagClassName
{
border-color: #166EC6;
}
</style>