Shades of Denim #1955CD
Tints of Denim #1955CD
RGB
CMYK
RGB Variations
Color information
#1955CD (or 0x1955CD) is known color: Denim. HEX triplet: 19, 55 and CD. RGB value is (25,85,205). Sum of RGB (Red+Green+Blue) = 25+85+205=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #1955CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1955CD is #E6AA32. Grayscale: #505050. Windows color (decimal): -15116851 or 13456665. OLE color: 13456665.
HSL color Cylindrical-coordinate representation of color #1955CD: hue angle of 220º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1955CD is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 85 | 205 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.20 |
| HSL | 220º | 0.78% | 0.45% | - |
| HSV(B) | 220º | 0.88% | 0.8% | - |
| XYZ | 14.67 | 11.11 | 59.13 | - |
| YUV | 80.74 | 198.12 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 205 | 0.88 | 0.59 | 0 | 0.20 | 220 | 0.78 | 0.45 |
| Hex | 19 | 55 | CD | 58 | 3B | 0 | 14 | DC | 4E | 2D |
| Octal | 31 | 125 | 315 | 130 | 73 | 0 | 24 | 334 | 116 | 55 |
| Binary | 11001 | 1010101 | 11001101 | 1011000 | 111011 | 0 | 10100 | 11011100 | 1001110 | 101101 |
Color Harmonies of #1955CD
Complementary color
Monochromatic Colors of #1955CD
Black with #1955CD
Text Example
Text Example
White with #1955CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1955CD; }
p { color: rgb(25,85,205); }
H1.HeaderClassName
{
color: #1955CD;
}
.AnyTagClassName
{
color: #1955CD;
}
</style>
background-color css
<style>
a { background-color: #1955CD; }
a { background-color: rgb(25,85,205); }
div.DivClassName
{
background-color: #1955CD;
}
.BgClassName
{
background-color: #1955CD;
}
</style>
border-color css
<style>
span { border-color: #1955CD; }
span { border-color: rgb(25,85,205); }
td.TdClassName
{
border-color: #1955CD;
}
.TagClassName
{
border-color: #1955CD;
}
</style>