Shades of Denim #166AAD
Tints of Denim #166AAD
RGB
CMYK
RGB Variations
Color information
#166AAD (or 0x166AAD) is known color: Denim. HEX triplet: 16, 6A and AD. RGB value is (22,106,173). Sum of RGB (Red+Green+Blue) = 22+106+173=301 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.31% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #166AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166AAD is #E99552. Grayscale: #585858. Windows color (decimal): -15308115 or 11364886. OLE color: 11364886.
HSL color Cylindrical-coordinate representation of color #166AAD: hue angle of 206.62º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #166AAD is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 106 | 173 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.32 |
| HSL | 206.62º | 0.77% | 0.38% | - |
| HSV(B) | 206.62º | 0.87% | 0.68% | - |
| XYZ | 13.03 | 13.5 | 41.45 | - |
| YUV | 88.52 | 175.67 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 173 | 0.87 | 0.39 | 0 | 0.32 | 206.62 | 0.77 | 0.38 |
| Hex | 16 | 6A | AD | 57 | 27 | 0 | 20 | CF | 4D | 26 |
| Octal | 26 | 152 | 255 | 127 | 47 | 0 | 40 | 317 | 115 | 46 |
| Binary | 10110 | 1101010 | 10101101 | 1010111 | 100111 | 0 | 100000 | 11001111 | 1001101 | 100110 |
Color Harmonies of #166AAD
Complementary color
Monochromatic Colors of #166AAD
Black with #166AAD
Text Example
Text Example
White with #166AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166AAD; }
p { color: rgb(22,106,173); }
H1.HeaderClassName
{
color: #166AAD;
}
.AnyTagClassName
{
color: #166AAD;
}
</style>
background-color css
<style>
a { background-color: #166AAD; }
a { background-color: rgb(22,106,173); }
div.DivClassName
{
background-color: #166AAD;
}
.BgClassName
{
background-color: #166AAD;
}
</style>
border-color css
<style>
span { border-color: #166AAD; }
span { border-color: rgb(22,106,173); }
td.TdClassName
{
border-color: #166AAD;
}
.TagClassName
{
border-color: #166AAD;
}
</style>