Shades of Denim #1955AC
Tints of Denim #1955AC
RGB
CMYK
RGB Variations
Color information
#1955AC (or 0x1955AC) is known color: Denim. HEX triplet: 19, 55 and AC. RGB value is (25,85,172). Sum of RGB (Red+Green+Blue) = 25+85+172=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #1955AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1955AC is #E6AA53. Grayscale: #4C4C4C. Windows color (decimal): -15116884 or 11293977. OLE color: 11293977.
HSL color Cylindrical-coordinate representation of color #1955AC: hue angle of 215.51º 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 #1955AC is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 85 | 172 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.33 |
| HSL | 215.51º | 0.75% | 0.39% | - |
| HSV(B) | 215.51º | 0.85% | 0.67% | - |
| XYZ | 11.1 | 9.68 | 40.31 | - |
| YUV | 76.98 | 181.62 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 172 | 0.85 | 0.51 | 0 | 0.33 | 215.51 | 0.75 | 0.39 |
| Hex | 19 | 55 | AC | 55 | 33 | 0 | 21 | D8 | 4B | 27 |
| Octal | 31 | 125 | 254 | 125 | 63 | 0 | 41 | 330 | 113 | 47 |
| Binary | 11001 | 1010101 | 10101100 | 1010101 | 110011 | 0 | 100001 | 11011000 | 1001011 | 100111 |
Color Harmonies of #1955AC
Complementary color
Monochromatic Colors of #1955AC
Black with #1955AC
Text Example
Text Example
White with #1955AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1955AC; }
p { color: rgb(25,85,172); }
H1.HeaderClassName
{
color: #1955AC;
}
.AnyTagClassName
{
color: #1955AC;
}
</style>
background-color css
<style>
a { background-color: #1955AC; }
a { background-color: rgb(25,85,172); }
div.DivClassName
{
background-color: #1955AC;
}
.BgClassName
{
background-color: #1955AC;
}
</style>
border-color css
<style>
span { border-color: #1955AC; }
span { border-color: rgb(25,85,172); }
td.TdClassName
{
border-color: #1955AC;
}
.TagClassName
{
border-color: #1955AC;
}
</style>