Shades of Denim #1954CE
Tints of Denim #1954CE
RGB
CMYK
RGB Variations
Color information
#1954CE (or 0x1954CE) is known color: Denim. HEX triplet: 19, 54 and CE. RGB value is (25,84,206). Sum of RGB (Red+Green+Blue) = 25+84+206=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #1954CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1954CE is #E6AB31. Grayscale: #4F4F4F. Windows color (decimal): -15117106 or 13521945. OLE color: 13521945.
HSL color Cylindrical-coordinate representation of color #1954CE: hue angle of 220.44º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1954CE is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 84 | 206 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.19 |
| HSL | 220.44º | 0.78% | 0.45% | - |
| HSV(B) | 220.44º | 0.88% | 0.81% | - |
| XYZ | 14.71 | 11 | 59.74 | - |
| YUV | 80.27 | 198.95 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 206 | 0.88 | 0.59 | 0 | 0.19 | 220.44 | 0.78 | 0.45 |
| Hex | 19 | 54 | CE | 58 | 3B | 0 | 13 | DC | 4E | 2D |
| Octal | 31 | 124 | 316 | 130 | 73 | 0 | 23 | 334 | 116 | 55 |
| Binary | 11001 | 1010100 | 11001110 | 1011000 | 111011 | 0 | 10011 | 11011100 | 1001110 | 101101 |
Color Harmonies of #1954CE
Complementary color
Monochromatic Colors of #1954CE
Black with #1954CE
Text Example
Text Example
White with #1954CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1954CE; }
p { color: rgb(25,84,206); }
H1.HeaderClassName
{
color: #1954CE;
}
.AnyTagClassName
{
color: #1954CE;
}
</style>
background-color css
<style>
a { background-color: #1954CE; }
a { background-color: rgb(25,84,206); }
div.DivClassName
{
background-color: #1954CE;
}
.BgClassName
{
background-color: #1954CE;
}
</style>
border-color css
<style>
span { border-color: #1954CE; }
span { border-color: rgb(25,84,206); }
td.TdClassName
{
border-color: #1954CE;
}
.TagClassName
{
border-color: #1954CE;
}
</style>