Shades of Denim #166ACE
Tints of Denim #166ACE
RGB
CMYK
RGB Variations
Color information
#166ACE (or 0x166ACE) is known color: Denim. HEX triplet: 16, 6A and CE. RGB value is (22,106,206). Sum of RGB (Red+Green+Blue) = 22+106+206=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #166ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166ACE is #E99531. Grayscale: #5B5B5B. Windows color (decimal): -15308082 or 13527574. OLE color: 13527574.
HSL color Cylindrical-coordinate representation of color #166ACE: hue angle of 212.61º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #166ACE is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 106 | 206 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.19 |
| HSL | 212.61º | 0.81% | 0.45% | - |
| HSV(B) | 212.61º | 0.89% | 0.81% | - |
| XYZ | 16.63 | 14.93 | 60.4 | - |
| YUV | 92.28 | 192.17 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 206 | 0.89 | 0.49 | 0 | 0.19 | 212.61 | 0.81 | 0.45 |
| Hex | 16 | 6A | CE | 59 | 31 | 0 | 13 | D5 | 51 | 2D |
| Octal | 26 | 152 | 316 | 131 | 61 | 0 | 23 | 325 | 121 | 55 |
| Binary | 10110 | 1101010 | 11001110 | 1011001 | 110001 | 0 | 10011 | 11010101 | 1010001 | 101101 |
Color Harmonies of #166ACE
Complementary color
Monochromatic Colors of #166ACE
Black with #166ACE
Text Example
Text Example
White with #166ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166ACE; }
p { color: rgb(22,106,206); }
H1.HeaderClassName
{
color: #166ACE;
}
.AnyTagClassName
{
color: #166ACE;
}
</style>
background-color css
<style>
a { background-color: #166ACE; }
a { background-color: rgb(22,106,206); }
div.DivClassName
{
background-color: #166ACE;
}
.BgClassName
{
background-color: #166ACE;
}
</style>
border-color css
<style>
span { border-color: #166ACE; }
span { border-color: rgb(22,106,206); }
td.TdClassName
{
border-color: #166ACE;
}
.TagClassName
{
border-color: #166ACE;
}
</style>