Shades of Denim #166CCC
Tints of Denim #166CCC
RGB
CMYK
RGB Variations
Color information
#166CCC (or 0x166CCC) is known color: Denim. HEX triplet: 16, 6C and CC. RGB value is (22,108,204). Sum of RGB (Red+Green+Blue) = 22+108+204=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #166CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166CCC is #E99333. Grayscale: #5C5C5C. Windows color (decimal): -15307572 or 13397014. OLE color: 13397014.
HSL color Cylindrical-coordinate representation of color #166CCC: hue angle of 211.65º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #166CCC is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 108 | 204 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.2 |
| HSL | 211.65º | 0.81% | 0.44% | - |
| HSV(B) | 211.65º | 0.89% | 0.8% | - |
| XYZ | 16.59 | 15.26 | 59.2 | - |
| YUV | 93.23 | 190.51 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 204 | 0.89 | 0.47 | 0 | 0.2 | 211.65 | 0.81 | 0.44 |
| Hex | 16 | 6C | CC | 59 | 2F | 0 | 14 | D4 | 51 | 2C |
| Octal | 26 | 154 | 314 | 131 | 57 | 0 | 24 | 324 | 121 | 54 |
| Binary | 10110 | 1101100 | 11001100 | 1011001 | 101111 | 0 | 10100 | 11010100 | 1010001 | 101100 |
Color Harmonies of #166CCC
Complementary color
Monochromatic Colors of #166CCC
Black with #166CCC
Text Example
Text Example
White with #166CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166CCC; }
p { color: rgb(22,108,204); }
H1.HeaderClassName
{
color: #166CCC;
}
.AnyTagClassName
{
color: #166CCC;
}
</style>
background-color css
<style>
a { background-color: #166CCC; }
a { background-color: rgb(22,108,204); }
div.DivClassName
{
background-color: #166CCC;
}
.BgClassName
{
background-color: #166CCC;
}
</style>
border-color css
<style>
span { border-color: #166CCC; }
span { border-color: rgb(22,108,204); }
td.TdClassName
{
border-color: #166CCC;
}
.TagClassName
{
border-color: #166CCC;
}
</style>