Shades of Denim #1959DF
Tints of Denim #1959DF
RGB
CMYK
RGB Variations
Color information
#1959DF (or 0x1959DF) is known color: Denim. HEX triplet: 19, 59 and DF. RGB value is (25,89,223). Sum of RGB (Red+Green+Blue) = 25+89+223=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #1959DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1959DF is #E6A620. Grayscale: #545454. Windows color (decimal): -15115809 or 14637337. OLE color: 14637337.
HSL color Cylindrical-coordinate representation of color #1959DF: hue angle of 220.61º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1959DF is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 89 | 223 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.13 |
| HSL | 220.61º | 0.8% | 0.49% | - |
| HSV(B) | 220.61º | 0.89% | 0.87% | - |
| XYZ | 17.29 | 12.68 | 71.35 | - |
| YUV | 85.14 | 205.8 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 89 | 223 | 0.89 | 0.60 | 0 | 0.13 | 220.61 | 0.8 | 0.49 |
| Hex | 19 | 59 | DF | 59 | 3C | 0 | D | DD | 50 | 31 |
| Octal | 31 | 131 | 337 | 131 | 74 | 0 | 15 | 335 | 120 | 61 |
| Binary | 11001 | 1011001 | 11011111 | 1011001 | 111100 | 0 | 1101 | 11011101 | 1010000 | 110001 |
Color Harmonies of #1959DF
Complementary color
Monochromatic Colors of #1959DF
Black with #1959DF
Text Example
Text Example
White with #1959DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1959DF; }
p { color: rgb(25,89,223); }
H1.HeaderClassName
{
color: #1959DF;
}
.AnyTagClassName
{
color: #1959DF;
}
</style>
background-color css
<style>
a { background-color: #1959DF; }
a { background-color: rgb(25,89,223); }
div.DivClassName
{
background-color: #1959DF;
}
.BgClassName
{
background-color: #1959DF;
}
</style>
border-color css
<style>
span { border-color: #1959DF; }
span { border-color: rgb(25,89,223); }
td.TdClassName
{
border-color: #1959DF;
}
.TagClassName
{
border-color: #1959DF;
}
</style>