Shades of Denim #1955AD
Tints of Denim #1955AD
RGB
CMYK
RGB Variations
Color information
#1955AD (or 0x1955AD) is known color: Denim. HEX triplet: 19, 55 and AD. RGB value is (25,85,173). Sum of RGB (Red+Green+Blue) = 25+85+173=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #1955AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1955AD is #E6AA52. Grayscale: #4C4C4C. Windows color (decimal): -15116883 or 11359513. OLE color: 11359513.
HSL color Cylindrical-coordinate representation of color #1955AD: hue angle of 215.68º 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 #1955AD is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 85 | 173 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.32 |
| HSL | 215.68º | 0.75% | 0.39% | - |
| HSV(B) | 215.68º | 0.86% | 0.68% | - |
| XYZ | 11.19 | 9.72 | 40.82 | - |
| YUV | 77.09 | 182.12 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 173 | 0.86 | 0.51 | 0 | 0.32 | 215.68 | 0.75 | 0.39 |
| Hex | 19 | 55 | AD | 56 | 33 | 0 | 20 | D8 | 4B | 27 |
| Octal | 31 | 125 | 255 | 126 | 63 | 0 | 40 | 330 | 113 | 47 |
| Binary | 11001 | 1010101 | 10101101 | 1010110 | 110011 | 0 | 100000 | 11011000 | 1001011 | 100111 |
Color Harmonies of #1955AD
Complementary color
Monochromatic Colors of #1955AD
Black with #1955AD
Text Example
Text Example
White with #1955AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1955AD; }
p { color: rgb(25,85,173); }
H1.HeaderClassName
{
color: #1955AD;
}
.AnyTagClassName
{
color: #1955AD;
}
</style>
background-color css
<style>
a { background-color: #1955AD; }
a { background-color: rgb(25,85,173); }
div.DivClassName
{
background-color: #1955AD;
}
.BgClassName
{
background-color: #1955AD;
}
</style>
border-color css
<style>
span { border-color: #1955AD; }
span { border-color: rgb(25,85,173); }
td.TdClassName
{
border-color: #1955AD;
}
.TagClassName
{
border-color: #1955AD;
}
</style>