Shades of Denim #1757AD
Tints of Denim #1757AD
RGB
CMYK
RGB Variations
Color information
#1757AD (or 0x1757AD) is known color: Denim. HEX triplet: 17, 57 and AD. RGB value is (23,87,173). Sum of RGB (Red+Green+Blue) = 23+87+173=283 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.13% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #1757AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1757AD is #E8A852. Grayscale: #4D4D4D. Windows color (decimal): -15247443 or 11360023. OLE color: 11360023.
HSL color Cylindrical-coordinate representation of color #1757AD: hue angle of 214.4º 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 #1757AD is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 87 | 173 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.32 |
| HSL | 214.4º | 0.77% | 0.38% | - |
| HSV(B) | 214.4º | 0.87% | 0.68% | - |
| XYZ | 11.3 | 10.02 | 40.87 | - |
| YUV | 77.67 | 181.8 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 87 | 173 | 0.87 | 0.50 | 0 | 0.32 | 214.4 | 0.77 | 0.38 |
| Hex | 17 | 57 | AD | 57 | 32 | 0 | 20 | D6 | 4D | 26 |
| Octal | 27 | 127 | 255 | 127 | 62 | 0 | 40 | 326 | 115 | 46 |
| Binary | 10111 | 1010111 | 10101101 | 1010111 | 110010 | 0 | 100000 | 11010110 | 1001101 | 100110 |
Color Harmonies of #1757AD
Complementary color
Monochromatic Colors of #1757AD
Black with #1757AD
Text Example
Text Example
White with #1757AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1757AD; }
p { color: rgb(23,87,173); }
H1.HeaderClassName
{
color: #1757AD;
}
.AnyTagClassName
{
color: #1757AD;
}
</style>
background-color css
<style>
a { background-color: #1757AD; }
a { background-color: rgb(23,87,173); }
div.DivClassName
{
background-color: #1757AD;
}
.BgClassName
{
background-color: #1757AD;
}
</style>
border-color css
<style>
span { border-color: #1757AD; }
span { border-color: rgb(23,87,173); }
td.TdClassName
{
border-color: #1757AD;
}
.TagClassName
{
border-color: #1757AD;
}
</style>