Shades of Denim #1957AA
Tints of Denim #1957AA
RGB
CMYK
RGB Variations
Color information
#1957AA (or 0x1957AA) is known color: Denim. HEX triplet: 19, 57 and AA. RGB value is (25,87,170). Sum of RGB (Red+Green+Blue) = 25+87+170=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #1957AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1957AA is #E6A855. Grayscale: #4D4D4D. Windows color (decimal): -15116374 or 11163417. OLE color: 11163417.
HSL color Cylindrical-coordinate representation of color #1957AA: hue angle of 214.34º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1957AA is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 87 | 170 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.33 |
| HSL | 214.34º | 0.74% | 0.38% | - |
| HSV(B) | 214.34º | 0.85% | 0.67% | - |
| XYZ | 11.06 | 9.93 | 39.36 | - |
| YUV | 77.92 | 179.96 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 87 | 170 | 0.85 | 0.49 | 0 | 0.33 | 214.34 | 0.74 | 0.38 |
| Hex | 19 | 57 | AA | 55 | 31 | 0 | 21 | D6 | 4A | 26 |
| Octal | 31 | 127 | 252 | 125 | 61 | 0 | 41 | 326 | 112 | 46 |
| Binary | 11001 | 1010111 | 10101010 | 1010101 | 110001 | 0 | 100001 | 11010110 | 1001010 | 100110 |
Color Harmonies of #1957AA
Complementary color
Monochromatic Colors of #1957AA
Black with #1957AA
Text Example
Text Example
White with #1957AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1957AA; }
p { color: rgb(25,87,170); }
H1.HeaderClassName
{
color: #1957AA;
}
.AnyTagClassName
{
color: #1957AA;
}
</style>
background-color css
<style>
a { background-color: #1957AA; }
a { background-color: rgb(25,87,170); }
div.DivClassName
{
background-color: #1957AA;
}
.BgClassName
{
background-color: #1957AA;
}
</style>
border-color css
<style>
span { border-color: #1957AA; }
span { border-color: rgb(25,87,170); }
td.TdClassName
{
border-color: #1957AA;
}
.TagClassName
{
border-color: #1957AA;
}
</style>