Shades of Denim #1957AD
Tints of Denim #1957AD
RGB
CMYK
RGB Variations
Color information
#1957AD (or 0x1957AD) is known color: Denim. HEX triplet: 19, 57 and AD. RGB value is (25,87,173). Sum of RGB (Red+Green+Blue) = 25+87+173=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #1957AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1957AD is #E6A852. Grayscale: #4D4D4D. Windows color (decimal): -15116371 or 11360025. OLE color: 11360025.
HSL color Cylindrical-coordinate representation of color #1957AD: hue angle of 214.86º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1957AD is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 87 | 173 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.32 |
| HSL | 214.86º | 0.75% | 0.39% | - |
| HSV(B) | 214.86º | 0.86% | 0.68% | - |
| XYZ | 11.35 | 10.04 | 40.87 | - |
| YUV | 78.27 | 181.46 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 87 | 173 | 0.86 | 0.50 | 0 | 0.32 | 214.86 | 0.75 | 0.39 |
| Hex | 19 | 57 | AD | 56 | 32 | 0 | 20 | D7 | 4B | 27 |
| Octal | 31 | 127 | 255 | 126 | 62 | 0 | 40 | 327 | 113 | 47 |
| Binary | 11001 | 1010111 | 10101101 | 1010110 | 110010 | 0 | 100000 | 11010111 | 1001011 | 100111 |
Color Harmonies of #1957AD
Complementary color
Monochromatic Colors of #1957AD
Black with #1957AD
Text Example
Text Example
White with #1957AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1957AD; }
p { color: rgb(25,87,173); }
H1.HeaderClassName
{
color: #1957AD;
}
.AnyTagClassName
{
color: #1957AD;
}
</style>
background-color css
<style>
a { background-color: #1957AD; }
a { background-color: rgb(25,87,173); }
div.DivClassName
{
background-color: #1957AD;
}
.BgClassName
{
background-color: #1957AD;
}
</style>
border-color css
<style>
span { border-color: #1957AD; }
span { border-color: rgb(25,87,173); }
td.TdClassName
{
border-color: #1957AD;
}
.TagClassName
{
border-color: #1957AD;
}
</style>