Shades of Denim #1771AD
Tints of Denim #1771AD
RGB
CMYK
RGB Variations
Color information
#1771AD (or 0x1771AD) is known color: Denim. HEX triplet: 17, 71 and AD. RGB value is (23,113,173). Sum of RGB (Red+Green+Blue) = 23+113+173=309 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.44% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #1771AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1771AD is #E88E52. Grayscale: #5C5C5C. Windows color (decimal): -15240787 or 11366679. OLE color: 11366679.
HSL color Cylindrical-coordinate representation of color #1771AD: hue angle of 204º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1771AD is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 113 | 173 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.32 |
| HSL | 204º | 0.77% | 0.38% | - |
| HSV(B) | 204º | 0.87% | 0.68% | - |
| XYZ | 13.8 | 15.01 | 41.7 | - |
| YUV | 92.93 | 173.18 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 173 | 0.87 | 0.35 | 0 | 0.32 | 204 | 0.77 | 0.38 |
| Hex | 17 | 71 | AD | 57 | 23 | 0 | 20 | CC | 4D | 26 |
| Octal | 27 | 161 | 255 | 127 | 43 | 0 | 40 | 314 | 115 | 46 |
| Binary | 10111 | 1110001 | 10101101 | 1010111 | 100011 | 0 | 100000 | 11001100 | 1001101 | 100110 |
Color Harmonies of #1771AD
Complementary color
Monochromatic Colors of #1771AD
Black with #1771AD
Text Example
Text Example
White with #1771AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1771AD; }
p { color: rgb(23,113,173); }
H1.HeaderClassName
{
color: #1771AD;
}
.AnyTagClassName
{
color: #1771AD;
}
</style>
background-color css
<style>
a { background-color: #1771AD; }
a { background-color: rgb(23,113,173); }
div.DivClassName
{
background-color: #1771AD;
}
.BgClassName
{
background-color: #1771AD;
}
</style>
border-color css
<style>
span { border-color: #1771AD; }
span { border-color: rgb(23,113,173); }
td.TdClassName
{
border-color: #1771AD;
}
.TagClassName
{
border-color: #1771AD;
}
</style>