Shades of Denim #1656C6
Tints of Denim #1656C6
RGB
CMYK
RGB Variations
Color information
#1656C6 (or 0x1656C6) is known color: Denim. HEX triplet: 16, 56 and C6. RGB value is (22,86,198). Sum of RGB (Red+Green+Blue) = 22+86+198=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 198 (77.73% from 255 or 64.71% from 306); Max value from RGB is 198 - color contains mainly: blue. Hex color #1656C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1656C6 is #E9A939. Grayscale: #4F4F4F. Windows color (decimal): -15313210 or 12998166. OLE color: 12998166.
HSL color Cylindrical-coordinate representation of color #1656C6: hue angle of 218.18º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1656C6 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 86 | 198 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.22 |
| HSL | 218.18º | 0.8% | 0.43% | - |
| HSV(B) | 218.18º | 0.89% | 0.78% | - |
| XYZ | 13.85 | 10.9 | 54.8 | - |
| YUV | 79.63 | 194.8 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 198 | 0.89 | 0.57 | 0 | 0.22 | 218.18 | 0.8 | 0.43 |
| Hex | 16 | 56 | C6 | 59 | 39 | 0 | 16 | DA | 50 | 2B |
| Octal | 26 | 126 | 306 | 131 | 71 | 0 | 26 | 332 | 120 | 53 |
| Binary | 10110 | 1010110 | 11000110 | 1011001 | 111001 | 0 | 10110 | 11011010 | 1010000 | 101011 |
Color Harmonies of #1656C6
Complementary color
Monochromatic Colors of #1656C6
Black with #1656C6
Text Example
Text Example
White with #1656C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1656C6; }
p { color: rgb(22,86,198); }
H1.HeaderClassName
{
color: #1656C6;
}
.AnyTagClassName
{
color: #1656C6;
}
</style>
background-color css
<style>
a { background-color: #1656C6; }
a { background-color: rgb(22,86,198); }
div.DivClassName
{
background-color: #1656C6;
}
.BgClassName
{
background-color: #1656C6;
}
</style>
border-color css
<style>
span { border-color: #1656C6; }
span { border-color: rgb(22,86,198); }
td.TdClassName
{
border-color: #1656C6;
}
.TagClassName
{
border-color: #1656C6;
}
</style>