Shades of Denim #1959CF
Tints of Denim #1959CF
RGB
CMYK
RGB Variations
Color information
#1959CF (or 0x1959CF) is known color: Denim. HEX triplet: 19, 59 and CF. RGB value is (25,89,207). Sum of RGB (Red+Green+Blue) = 25+89+207=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #1959CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1959CF is #E6A630. Grayscale: #525252. Windows color (decimal): -15115825 or 13588761. OLE color: 13588761.
HSL color Cylindrical-coordinate representation of color #1959CF: hue angle of 218.9º 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 #1959CF is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 89 | 207 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.19 |
| HSL | 218.9º | 0.78% | 0.45% | - |
| HSV(B) | 218.9º | 0.88% | 0.81% | - |
| XYZ | 15.24 | 11.86 | 60.52 | - |
| YUV | 83.32 | 197.8 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 89 | 207 | 0.88 | 0.57 | 0 | 0.19 | 218.9 | 0.78 | 0.45 |
| Hex | 19 | 59 | CF | 58 | 39 | 0 | 13 | DB | 4E | 2D |
| Octal | 31 | 131 | 317 | 130 | 71 | 0 | 23 | 333 | 116 | 55 |
| Binary | 11001 | 1011001 | 11001111 | 1011000 | 111001 | 0 | 10011 | 11011011 | 1001110 | 101101 |
Color Harmonies of #1959CF
Complementary color
Monochromatic Colors of #1959CF
Black with #1959CF
Text Example
Text Example
White with #1959CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1959CF; }
p { color: rgb(25,89,207); }
H1.HeaderClassName
{
color: #1959CF;
}
.AnyTagClassName
{
color: #1959CF;
}
</style>
background-color css
<style>
a { background-color: #1959CF; }
a { background-color: rgb(25,89,207); }
div.DivClassName
{
background-color: #1959CF;
}
.BgClassName
{
background-color: #1959CF;
}
</style>
border-color css
<style>
span { border-color: #1959CF; }
span { border-color: rgb(25,89,207); }
td.TdClassName
{
border-color: #1959CF;
}
.TagClassName
{
border-color: #1959CF;
}
</style>