Shades of Denim #166EC7
Tints of Denim #166EC7
RGB
CMYK
RGB Variations
Color information
#166EC7 (or 0x166EC7) is known color: Denim. HEX triplet: 16, 6E and C7. RGB value is (22,110,199). Sum of RGB (Red+Green+Blue) = 22+110+199=331 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.65% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 199 (78.12% from 255 or 60.12% from 331); Max value from RGB is 199 - color contains mainly: blue. Hex color #166EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166EC7 is #E99138. Grayscale: #5D5D5D. Windows color (decimal): -15307065 or 13069846. OLE color: 13069846.
HSL color Cylindrical-coordinate representation of color #166EC7: hue angle of 210.17º 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 #166EC7 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 110 | 199 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.22 |
| HSL | 210.17º | 0.8% | 0.43% | - |
| HSV(B) | 210.17º | 0.89% | 0.78% | - |
| XYZ | 16.22 | 15.45 | 56.16 | - |
| YUV | 93.83 | 187.35 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 199 | 0.89 | 0.45 | 0 | 0.22 | 210.17 | 0.8 | 0.43 |
| Hex | 16 | 6E | C7 | 59 | 2D | 0 | 16 | D2 | 50 | 2B |
| Octal | 26 | 156 | 307 | 131 | 55 | 0 | 26 | 322 | 120 | 53 |
| Binary | 10110 | 1101110 | 11000111 | 1011001 | 101101 | 0 | 10110 | 11010010 | 1010000 | 101011 |
Color Harmonies of #166EC7
Complementary color
Monochromatic Colors of #166EC7
Black with #166EC7
Text Example
Text Example
White with #166EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166EC7; }
p { color: rgb(22,110,199); }
H1.HeaderClassName
{
color: #166EC7;
}
.AnyTagClassName
{
color: #166EC7;
}
</style>
background-color css
<style>
a { background-color: #166EC7; }
a { background-color: rgb(22,110,199); }
div.DivClassName
{
background-color: #166EC7;
}
.BgClassName
{
background-color: #166EC7;
}
</style>
border-color css
<style>
span { border-color: #166EC7; }
span { border-color: rgb(22,110,199); }
td.TdClassName
{
border-color: #166EC7;
}
.TagClassName
{
border-color: #166EC7;
}
</style>