Shades of Denim #1956AC
Tints of Denim #1956AC
RGB
CMYK
RGB Variations
Color information
#1956AC (or 0x1956AC) is known color: Denim. HEX triplet: 19, 56 and AC. RGB value is (25,86,172). Sum of RGB (Red+Green+Blue) = 25+86+172=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #1956AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1956AC is #E6A953. Grayscale: #4D4D4D. Windows color (decimal): -15116628 or 11294233. OLE color: 11294233.
HSL color Cylindrical-coordinate representation of color #1956AC: hue angle of 215.1º 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 #1956AC is Cyan = 0.85, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 86 | 172 | - |
| CMYK | 0.85 | 0.5 | 0 | 0.33 |
| HSL | 215.1º | 0.75% | 0.39% | - |
| HSV(B) | 215.1º | 0.85% | 0.67% | - |
| XYZ | 11.18 | 9.84 | 40.34 | - |
| YUV | 77.57 | 181.29 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 86 | 172 | 0.85 | 0.5 | 0 | 0.33 | 215.1 | 0.75 | 0.39 |
| Hex | 19 | 56 | AC | 55 | 32 | 0 | 21 | D7 | 4B | 27 |
| Octal | 31 | 126 | 254 | 125 | 62 | 0 | 41 | 327 | 113 | 47 |
| Binary | 11001 | 1010110 | 10101100 | 1010101 | 110010 | 0 | 100001 | 11010111 | 1001011 | 100111 |
Color Harmonies of #1956AC
Complementary color
Monochromatic Colors of #1956AC
Black with #1956AC
Text Example
Text Example
White with #1956AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1956AC; }
p { color: rgb(25,86,172); }
H1.HeaderClassName
{
color: #1956AC;
}
.AnyTagClassName
{
color: #1956AC;
}
</style>
background-color css
<style>
a { background-color: #1956AC; }
a { background-color: rgb(25,86,172); }
div.DivClassName
{
background-color: #1956AC;
}
.BgClassName
{
background-color: #1956AC;
}
</style>
border-color css
<style>
span { border-color: #1956AC; }
span { border-color: rgb(25,86,172); }
td.TdClassName
{
border-color: #1956AC;
}
.TagClassName
{
border-color: #1956AC;
}
</style>