Shades of Denim #1656BA
Tints of Denim #1656BA
RGB
CMYK
RGB Variations
Color information
#1656BA (or 0x1656BA) is known color: Denim. HEX triplet: 16, 56 and BA. RGB value is (22,86,186). Sum of RGB (Red+Green+Blue) = 22+86+186=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #1656BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1656BA is #E9A945. Grayscale: #4D4D4D. Windows color (decimal): -15313222 or 12211734. OLE color: 12211734.
HSL color Cylindrical-coordinate representation of color #1656BA: hue angle of 216.59º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1656BA is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 86 | 186 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.27 |
| HSL | 216.59º | 0.79% | 0.41% | - |
| HSV(B) | 216.59º | 0.88% | 0.73% | - |
| XYZ | 12.52 | 10.37 | 47.8 | - |
| YUV | 78.26 | 188.8 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 186 | 0.88 | 0.54 | 0 | 0.27 | 216.59 | 0.79 | 0.41 |
| Hex | 16 | 56 | BA | 58 | 36 | 0 | 1B | D9 | 4F | 29 |
| Octal | 26 | 126 | 272 | 130 | 66 | 0 | 33 | 331 | 117 | 51 |
| Binary | 10110 | 1010110 | 10111010 | 1011000 | 110110 | 0 | 11011 | 11011001 | 1001111 | 101001 |
Color Harmonies of #1656BA
Complementary color
Monochromatic Colors of #1656BA
Black with #1656BA
Text Example
Text Example
White with #1656BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1656BA; }
p { color: rgb(22,86,186); }
H1.HeaderClassName
{
color: #1656BA;
}
.AnyTagClassName
{
color: #1656BA;
}
</style>
background-color css
<style>
a { background-color: #1656BA; }
a { background-color: rgb(22,86,186); }
div.DivClassName
{
background-color: #1656BA;
}
.BgClassName
{
background-color: #1656BA;
}
</style>
border-color css
<style>
span { border-color: #1656BA; }
span { border-color: rgb(22,86,186); }
td.TdClassName
{
border-color: #1656BA;
}
.TagClassName
{
border-color: #1656BA;
}
</style>