Shades of Denim #166FC0
Tints of Denim #166FC0
RGB
CMYK
RGB Variations
Color information
#166FC0 (or 0x166FC0) is known color: Denim. HEX triplet: 16, 6F and C0. RGB value is (22,111,192). Sum of RGB (Red+Green+Blue) = 22+111+192=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 192 (75.39% from 255 or 59.08% from 325); Max value from RGB is 192 - color contains mainly: blue. Hex color #166FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FC0 is #E9903F. Grayscale: #5D5D5D. Windows color (decimal): -15306816 or 12611350. OLE color: 12611350.
HSL color Cylindrical-coordinate representation of color #166FC0: hue angle of 208.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #166FC0 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 111 | 192 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.25 |
| HSL | 208.59º | 0.79% | 0.42% | - |
| HSV(B) | 208.59º | 0.89% | 0.75% | - |
| XYZ | 15.53 | 15.35 | 52.01 | - |
| YUV | 93.62 | 183.51 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 192 | 0.89 | 0.42 | 0 | 0.25 | 208.59 | 0.79 | 0.42 |
| Hex | 16 | 6F | C0 | 59 | 2A | 0 | 19 | D1 | 4F | 2A |
| Octal | 26 | 157 | 300 | 131 | 52 | 0 | 31 | 321 | 117 | 52 |
| Binary | 10110 | 1101111 | 11000000 | 1011001 | 101010 | 0 | 11001 | 11010001 | 1001111 | 101010 |
Color Harmonies of #166FC0
Complementary color
Monochromatic Colors of #166FC0
Black with #166FC0
Text Example
Text Example
White with #166FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FC0; }
p { color: rgb(22,111,192); }
H1.HeaderClassName
{
color: #166FC0;
}
.AnyTagClassName
{
color: #166FC0;
}
</style>
background-color css
<style>
a { background-color: #166FC0; }
a { background-color: rgb(22,111,192); }
div.DivClassName
{
background-color: #166FC0;
}
.BgClassName
{
background-color: #166FC0;
}
</style>
border-color css
<style>
span { border-color: #166FC0; }
span { border-color: rgb(22,111,192); }
td.TdClassName
{
border-color: #166FC0;
}
.TagClassName
{
border-color: #166FC0;
}
</style>