Shades of Denim #1959AC
Tints of Denim #1959AC
RGB
CMYK
RGB Variations
Color information
#1959AC (or 0x1959AC) is known color: Denim. HEX triplet: 19, 59 and AC. RGB value is (25,89,172). Sum of RGB (Red+Green+Blue) = 25+89+172=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #1959AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1959AC is #E6A653. Grayscale: #4E4E4E. Windows color (decimal): -15115860 or 11295001. OLE color: 11295001.
HSL color Cylindrical-coordinate representation of color #1959AC: hue angle of 213.88º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1959AC is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 89 | 172 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.33 |
| HSL | 213.88º | 0.75% | 0.39% | - |
| HSV(B) | 213.88º | 0.85% | 0.67% | - |
| XYZ | 11.42 | 10.33 | 40.42 | - |
| YUV | 79.33 | 180.3 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 89 | 172 | 0.85 | 0.48 | 0 | 0.33 | 213.88 | 0.75 | 0.39 |
| Hex | 19 | 59 | AC | 55 | 30 | 0 | 21 | D6 | 4B | 27 |
| Octal | 31 | 131 | 254 | 125 | 60 | 0 | 41 | 326 | 113 | 47 |
| Binary | 11001 | 1011001 | 10101100 | 1010101 | 110000 | 0 | 100001 | 11010110 | 1001011 | 100111 |
Color Harmonies of #1959AC
Complementary color
Monochromatic Colors of #1959AC
Black with #1959AC
Text Example
Text Example
White with #1959AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1959AC; }
p { color: rgb(25,89,172); }
H1.HeaderClassName
{
color: #1959AC;
}
.AnyTagClassName
{
color: #1959AC;
}
</style>
background-color css
<style>
a { background-color: #1959AC; }
a { background-color: rgb(25,89,172); }
div.DivClassName
{
background-color: #1959AC;
}
.BgClassName
{
background-color: #1959AC;
}
</style>
border-color css
<style>
span { border-color: #1959AC; }
span { border-color: rgb(25,89,172); }
td.TdClassName
{
border-color: #1959AC;
}
.TagClassName
{
border-color: #1959AC;
}
</style>