Shades of Denim #1961AD
Tints of Denim #1961AD
RGB
CMYK
RGB Variations
Color information
#1961AD (or 0x1961AD) is known color: Denim. HEX triplet: 19, 61 and AD. RGB value is (25,97,173). Sum of RGB (Red+Green+Blue) = 25+97+173=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #1961AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1961AD is #E69E52. Grayscale: #535353. Windows color (decimal): -15113811 or 11362585. OLE color: 11362585.
HSL color Cylindrical-coordinate representation of color #1961AD: hue angle of 210.81º 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 #1961AD is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 97 | 173 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.32 |
| HSL | 210.81º | 0.75% | 0.39% | - |
| HSV(B) | 210.81º | 0.86% | 0.68% | - |
| XYZ | 12.22 | 11.77 | 41.16 | - |
| YUV | 84.14 | 178.15 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 173 | 0.86 | 0.44 | 0 | 0.32 | 210.81 | 0.75 | 0.39 |
| Hex | 19 | 61 | AD | 56 | 2C | 0 | 20 | D3 | 4B | 27 |
| Octal | 31 | 141 | 255 | 126 | 54 | 0 | 40 | 323 | 113 | 47 |
| Binary | 11001 | 1100001 | 10101101 | 1010110 | 101100 | 0 | 100000 | 11010011 | 1001011 | 100111 |
Color Harmonies of #1961AD
Complementary color
Monochromatic Colors of #1961AD
Black with #1961AD
Text Example
Text Example
White with #1961AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1961AD; }
p { color: rgb(25,97,173); }
H1.HeaderClassName
{
color: #1961AD;
}
.AnyTagClassName
{
color: #1961AD;
}
</style>
background-color css
<style>
a { background-color: #1961AD; }
a { background-color: rgb(25,97,173); }
div.DivClassName
{
background-color: #1961AD;
}
.BgClassName
{
background-color: #1961AD;
}
</style>
border-color css
<style>
span { border-color: #1961AD; }
span { border-color: rgb(25,97,173); }
td.TdClassName
{
border-color: #1961AD;
}
.TagClassName
{
border-color: #1961AD;
}
</style>