Shades of Denim #166FC2
Tints of Denim #166FC2
RGB
CMYK
RGB Variations
Color information
#166FC2 (or 0x166FC2) is known color: Denim. HEX triplet: 16, 6F and C2. RGB value is (22,111,194). Sum of RGB (Red+Green+Blue) = 22+111+194=327 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.73% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 194 (76.17% from 255 or 59.33% from 327); Max value from RGB is 194 - color contains mainly: blue. Hex color #166FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FC2 is #E9903D. Grayscale: #5D5D5D. Windows color (decimal): -15306814 or 12742422. OLE color: 12742422.
HSL color Cylindrical-coordinate representation of color #166FC2: hue angle of 208.95º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #166FC2 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 111 | 194 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.24 |
| HSL | 208.95º | 0.8% | 0.42% | - |
| HSV(B) | 208.95º | 0.89% | 0.76% | - |
| XYZ | 15.75 | 15.43 | 53.19 | - |
| YUV | 93.85 | 184.51 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 194 | 0.89 | 0.43 | 0 | 0.24 | 208.95 | 0.8 | 0.42 |
| Hex | 16 | 6F | C2 | 59 | 2B | 0 | 18 | D1 | 50 | 2A |
| Octal | 26 | 157 | 302 | 131 | 53 | 0 | 30 | 321 | 120 | 52 |
| Binary | 10110 | 1101111 | 11000010 | 1011001 | 101011 | 0 | 11000 | 11010001 | 1010000 | 101010 |
Color Harmonies of #166FC2
Complementary color
Monochromatic Colors of #166FC2
Black with #166FC2
Text Example
Text Example
White with #166FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FC2; }
p { color: rgb(22,111,194); }
H1.HeaderClassName
{
color: #166FC2;
}
.AnyTagClassName
{
color: #166FC2;
}
</style>
background-color css
<style>
a { background-color: #166FC2; }
a { background-color: rgb(22,111,194); }
div.DivClassName
{
background-color: #166FC2;
}
.BgClassName
{
background-color: #166FC2;
}
</style>
border-color css
<style>
span { border-color: #166FC2; }
span { border-color: rgb(22,111,194); }
td.TdClassName
{
border-color: #166FC2;
}
.TagClassName
{
border-color: #166FC2;
}
</style>