Shades of Denim #1656AF
Tints of Denim #1656AF
RGB
CMYK
RGB Variations
Color information
#1656AF (or 0x1656AF) is known color: Denim. HEX triplet: 16, 56 and AF. RGB value is (22,86,175). Sum of RGB (Red+Green+Blue) = 22+86+175=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #1656AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1656AF is #E9A950. Grayscale: #4C4C4C. Windows color (decimal): -15313233 or 11490838. OLE color: 11490838.
HSL color Cylindrical-coordinate representation of color #1656AF: hue angle of 214.9º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1656AF is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 86 | 175 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.31 |
| HSL | 214.9º | 0.78% | 0.39% | - |
| HSV(B) | 214.9º | 0.87% | 0.69% | - |
| XYZ | 11.4 | 9.92 | 41.87 | - |
| YUV | 77.01 | 183.3 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 175 | 0.87 | 0.51 | 0 | 0.31 | 214.9 | 0.78 | 0.39 |
| Hex | 16 | 56 | AF | 57 | 33 | 0 | 1F | D7 | 4E | 27 |
| Octal | 26 | 126 | 257 | 127 | 63 | 0 | 37 | 327 | 116 | 47 |
| Binary | 10110 | 1010110 | 10101111 | 1010111 | 110011 | 0 | 11111 | 11010111 | 1001110 | 100111 |
Color Harmonies of #1656AF
Complementary color
Monochromatic Colors of #1656AF
Black with #1656AF
Text Example
Text Example
White with #1656AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1656AF; }
p { color: rgb(22,86,175); }
H1.HeaderClassName
{
color: #1656AF;
}
.AnyTagClassName
{
color: #1656AF;
}
</style>
background-color css
<style>
a { background-color: #1656AF; }
a { background-color: rgb(22,86,175); }
div.DivClassName
{
background-color: #1656AF;
}
.BgClassName
{
background-color: #1656AF;
}
</style>
border-color css
<style>
span { border-color: #1656AF; }
span { border-color: rgb(22,86,175); }
td.TdClassName
{
border-color: #1656AF;
}
.TagClassName
{
border-color: #1656AF;
}
</style>