Shades of Denim #166ACD
Tints of Denim #166ACD
RGB
CMYK
RGB Variations
Color information
#166ACD (or 0x166ACD) is known color: Denim. HEX triplet: 16, 6A and CD. RGB value is (22,106,205). Sum of RGB (Red+Green+Blue) = 22+106+205=333 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.61% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #166ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166ACD is #E99532. Grayscale: #5B5B5B. Windows color (decimal): -15308083 or 13462038. OLE color: 13462038.
HSL color Cylindrical-coordinate representation of color #166ACD: hue angle of 212.46º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #166ACD is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 106 | 205 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.20 |
| HSL | 212.46º | 0.81% | 0.45% | - |
| HSV(B) | 212.46º | 0.89% | 0.8% | - |
| XYZ | 16.5 | 14.89 | 59.76 | - |
| YUV | 92.17 | 191.67 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 205 | 0.89 | 0.48 | 0 | 0.20 | 212.46 | 0.81 | 0.45 |
| Hex | 16 | 6A | CD | 59 | 30 | 0 | 14 | D4 | 51 | 2D |
| Octal | 26 | 152 | 315 | 131 | 60 | 0 | 24 | 324 | 121 | 55 |
| Binary | 10110 | 1101010 | 11001101 | 1011001 | 110000 | 0 | 10100 | 11010100 | 1010001 | 101101 |
Color Harmonies of #166ACD
Complementary color
Monochromatic Colors of #166ACD
Black with #166ACD
Text Example
Text Example
White with #166ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166ACD; }
p { color: rgb(22,106,205); }
H1.HeaderClassName
{
color: #166ACD;
}
.AnyTagClassName
{
color: #166ACD;
}
</style>
background-color css
<style>
a { background-color: #166ACD; }
a { background-color: rgb(22,106,205); }
div.DivClassName
{
background-color: #166ACD;
}
.BgClassName
{
background-color: #166ACD;
}
</style>
border-color css
<style>
span { border-color: #166ACD; }
span { border-color: rgb(22,106,205); }
td.TdClassName
{
border-color: #166ACD;
}
.TagClassName
{
border-color: #166ACD;
}
</style>