Shades of Denim #166AAC
Tints of Denim #166AAC
RGB
CMYK
RGB Variations
Color information
#166AAC (or 0x166AAC) is known color: Denim. HEX triplet: 16, 6A and AC. RGB value is (22,106,172). Sum of RGB (Red+Green+Blue) = 22+106+172=300 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.33% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #166AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166AAC is #E99553. Grayscale: #585858. Windows color (decimal): -15308116 or 11299350. OLE color: 11299350.
HSL color Cylindrical-coordinate representation of color #166AAC: hue angle of 206.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #166AAC is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 106 | 172 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.33 |
| HSL | 206.4º | 0.77% | 0.38% | - |
| HSV(B) | 206.4º | 0.87% | 0.67% | - |
| XYZ | 12.93 | 13.46 | 40.95 | - |
| YUV | 88.41 | 175.17 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 172 | 0.87 | 0.38 | 0 | 0.33 | 206.4 | 0.77 | 0.38 |
| Hex | 16 | 6A | AC | 57 | 26 | 0 | 21 | CE | 4D | 26 |
| Octal | 26 | 152 | 254 | 127 | 46 | 0 | 41 | 316 | 115 | 46 |
| Binary | 10110 | 1101010 | 10101100 | 1010111 | 100110 | 0 | 100001 | 11001110 | 1001101 | 100110 |
Color Harmonies of #166AAC
Complementary color
Monochromatic Colors of #166AAC
Black with #166AAC
Text Example
Text Example
White with #166AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166AAC; }
p { color: rgb(22,106,172); }
H1.HeaderClassName
{
color: #166AAC;
}
.AnyTagClassName
{
color: #166AAC;
}
</style>
background-color css
<style>
a { background-color: #166AAC; }
a { background-color: rgb(22,106,172); }
div.DivClassName
{
background-color: #166AAC;
}
.BgClassName
{
background-color: #166AAC;
}
</style>
border-color css
<style>
span { border-color: #166AAC; }
span { border-color: rgb(22,106,172); }
td.TdClassName
{
border-color: #166AAC;
}
.TagClassName
{
border-color: #166AAC;
}
</style>