Shades of Denim #1957CE
Tints of Denim #1957CE
RGB
CMYK
RGB Variations
Color information
#1957CE (or 0x1957CE) is known color: Denim. HEX triplet: 19, 57 and CE. RGB value is (25,87,206). Sum of RGB (Red+Green+Blue) = 25+87+206=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #1957CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1957CE is #E6A831. Grayscale: #515151. Windows color (decimal): -15116338 or 13522713. OLE color: 13522713.
HSL color Cylindrical-coordinate representation of color #1957CE: hue angle of 219.45º 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 #1957CE is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 87 | 206 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.19 |
| HSL | 219.45º | 0.78% | 0.45% | - |
| HSV(B) | 219.45º | 0.88% | 0.81% | - |
| XYZ | 14.95 | 11.48 | 59.82 | - |
| YUV | 82.03 | 197.96 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 87 | 206 | 0.88 | 0.58 | 0 | 0.19 | 219.45 | 0.78 | 0.45 |
| Hex | 19 | 57 | CE | 58 | 3A | 0 | 13 | DB | 4E | 2D |
| Octal | 31 | 127 | 316 | 130 | 72 | 0 | 23 | 333 | 116 | 55 |
| Binary | 11001 | 1010111 | 11001110 | 1011000 | 111010 | 0 | 10011 | 11011011 | 1001110 | 101101 |
Color Harmonies of #1957CE
Complementary color
Monochromatic Colors of #1957CE
Black with #1957CE
Text Example
Text Example
White with #1957CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1957CE; }
p { color: rgb(25,87,206); }
H1.HeaderClassName
{
color: #1957CE;
}
.AnyTagClassName
{
color: #1957CE;
}
</style>
background-color css
<style>
a { background-color: #1957CE; }
a { background-color: rgb(25,87,206); }
div.DivClassName
{
background-color: #1957CE;
}
.BgClassName
{
background-color: #1957CE;
}
</style>
border-color css
<style>
span { border-color: #1957CE; }
span { border-color: rgb(25,87,206); }
td.TdClassName
{
border-color: #1957CE;
}
.TagClassName
{
border-color: #1957CE;
}
</style>