Shades of Denim #1954CD
Tints of Denim #1954CD
RGB
CMYK
RGB Variations
Color information
#1954CD (or 0x1954CD) is known color: Denim. HEX triplet: 19, 54 and CD. RGB value is (25,84,205). Sum of RGB (Red+Green+Blue) = 25+84+205=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #1954CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1954CD is #E6AB32. Grayscale: #4F4F4F. Windows color (decimal): -15117107 or 13456409. OLE color: 13456409.
HSL color Cylindrical-coordinate representation of color #1954CD: hue angle of 220.33º 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 #1954CD is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 84 | 205 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.20 |
| HSL | 220.33º | 0.78% | 0.45% | - |
| HSV(B) | 220.33º | 0.88% | 0.8% | - |
| XYZ | 14.59 | 10.96 | 59.1 | - |
| YUV | 80.15 | 198.45 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 205 | 0.88 | 0.59 | 0 | 0.20 | 220.33 | 0.78 | 0.45 |
| Hex | 19 | 54 | CD | 58 | 3B | 0 | 14 | DC | 4E | 2D |
| Octal | 31 | 124 | 315 | 130 | 73 | 0 | 24 | 334 | 116 | 55 |
| Binary | 11001 | 1010100 | 11001101 | 1011000 | 111011 | 0 | 10100 | 11011100 | 1001110 | 101101 |
Color Harmonies of #1954CD
Complementary color
Monochromatic Colors of #1954CD
Black with #1954CD
Text Example
Text Example
White with #1954CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1954CD; }
p { color: rgb(25,84,205); }
H1.HeaderClassName
{
color: #1954CD;
}
.AnyTagClassName
{
color: #1954CD;
}
</style>
background-color css
<style>
a { background-color: #1954CD; }
a { background-color: rgb(25,84,205); }
div.DivClassName
{
background-color: #1954CD;
}
.BgClassName
{
background-color: #1954CD;
}
</style>
border-color css
<style>
span { border-color: #1954CD; }
span { border-color: rgb(25,84,205); }
td.TdClassName
{
border-color: #1954CD;
}
.TagClassName
{
border-color: #1954CD;
}
</style>