Shades of Denim #1656CA
Tints of Denim #1656CA
RGB
CMYK
RGB Variations
Color information
#1656CA (or 0x1656CA) is known color: Denim. HEX triplet: 16, 56 and CA. RGB value is (22,86,202). Sum of RGB (Red+Green+Blue) = 22+86+202=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #1656CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1656CA is #E9A935. Grayscale: #4F4F4F. Windows color (decimal): -15313206 or 13260310. OLE color: 13260310.
HSL color Cylindrical-coordinate representation of color #1656CA: hue angle of 218.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1656CA is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 86 | 202 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.21 |
| HSL | 218.67º | 0.8% | 0.44% | - |
| HSV(B) | 218.67º | 0.89% | 0.79% | - |
| XYZ | 14.32 | 11.09 | 57.26 | - |
| YUV | 80.09 | 196.8 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 202 | 0.89 | 0.57 | 0 | 0.21 | 218.67 | 0.8 | 0.44 |
| Hex | 16 | 56 | CA | 59 | 39 | 0 | 15 | DB | 50 | 2C |
| Octal | 26 | 126 | 312 | 131 | 71 | 0 | 25 | 333 | 120 | 54 |
| Binary | 10110 | 1010110 | 11001010 | 1011001 | 111001 | 0 | 10101 | 11011011 | 1010000 | 101100 |
Color Harmonies of #1656CA
Complementary color
Monochromatic Colors of #1656CA
Black with #1656CA
Text Example
Text Example
White with #1656CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1656CA; }
p { color: rgb(22,86,202); }
H1.HeaderClassName
{
color: #1656CA;
}
.AnyTagClassName
{
color: #1656CA;
}
</style>
background-color css
<style>
a { background-color: #1656CA; }
a { background-color: rgb(22,86,202); }
div.DivClassName
{
background-color: #1656CA;
}
.BgClassName
{
background-color: #1656CA;
}
</style>
border-color css
<style>
span { border-color: #1656CA; }
span { border-color: rgb(22,86,202); }
td.TdClassName
{
border-color: #1656CA;
}
.TagClassName
{
border-color: #1656CA;
}
</style>