Shades of Denim #1756AE
Tints of Denim #1756AE
RGB
CMYK
RGB Variations
Color information
#1756AE (or 0x1756AE) is known color: Denim. HEX triplet: 17, 56 and AE. RGB value is (23,86,174). Sum of RGB (Red+Green+Blue) = 23+86+174=283 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.13% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #1756AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1756AE is #E8A951. Grayscale: #4C4C4C. Windows color (decimal): -15247698 or 11425303. OLE color: 11425303.
HSL color Cylindrical-coordinate representation of color #1756AE: hue angle of 214.97º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1756AE is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 86 | 174 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.32 |
| HSL | 214.97º | 0.77% | 0.39% | - |
| HSV(B) | 214.97º | 0.87% | 0.68% | - |
| XYZ | 11.32 | 9.89 | 41.36 | - |
| YUV | 77.2 | 182.63 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 86 | 174 | 0.87 | 0.51 | 0 | 0.32 | 214.97 | 0.77 | 0.39 |
| Hex | 17 | 56 | AE | 57 | 33 | 0 | 20 | D7 | 4D | 27 |
| Octal | 27 | 126 | 256 | 127 | 63 | 0 | 40 | 327 | 115 | 47 |
| Binary | 10111 | 1010110 | 10101110 | 1010111 | 110011 | 0 | 100000 | 11010111 | 1001101 | 100111 |
Color Harmonies of #1756AE
Complementary color
Monochromatic Colors of #1756AE
Black with #1756AE
Text Example
Text Example
White with #1756AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1756AE; }
p { color: rgb(23,86,174); }
H1.HeaderClassName
{
color: #1756AE;
}
.AnyTagClassName
{
color: #1756AE;
}
</style>
background-color css
<style>
a { background-color: #1756AE; }
a { background-color: rgb(23,86,174); }
div.DivClassName
{
background-color: #1756AE;
}
.BgClassName
{
background-color: #1756AE;
}
</style>
border-color css
<style>
span { border-color: #1756AE; }
span { border-color: rgb(23,86,174); }
td.TdClassName
{
border-color: #1756AE;
}
.TagClassName
{
border-color: #1756AE;
}
</style>