Shades of Denim #1957DF
Tints of Denim #1957DF
RGB
CMYK
RGB Variations
Color information
#1957DF (or 0x1957DF) is known color: Denim. HEX triplet: 19, 57 and DF. RGB value is (25,87,223). Sum of RGB (Red+Green+Blue) = 25+87+223=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #1957DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1957DF is #E6A820. Grayscale: #535353. Windows color (decimal): -15116321 or 14636825. OLE color: 14636825.
HSL color Cylindrical-coordinate representation of color #1957DF: hue angle of 221.21º 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 #1957DF is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 87 | 223 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.13 |
| HSL | 221.21º | 0.8% | 0.49% | - |
| HSV(B) | 221.21º | 0.89% | 0.87% | - |
| XYZ | 17.13 | 12.35 | 71.29 | - |
| YUV | 83.97 | 206.46 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 87 | 223 | 0.89 | 0.61 | 0 | 0.13 | 221.21 | 0.8 | 0.49 |
| Hex | 19 | 57 | DF | 59 | 3D | 0 | D | DD | 50 | 31 |
| Octal | 31 | 127 | 337 | 131 | 75 | 0 | 15 | 335 | 120 | 61 |
| Binary | 11001 | 1010111 | 11011111 | 1011001 | 111101 | 0 | 1101 | 11011101 | 1010000 | 110001 |
Color Harmonies of #1957DF
Complementary color
Monochromatic Colors of #1957DF
Black with #1957DF
Text Example
Text Example
White with #1957DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1957DF; }
p { color: rgb(25,87,223); }
H1.HeaderClassName
{
color: #1957DF;
}
.AnyTagClassName
{
color: #1957DF;
}
</style>
background-color css
<style>
a { background-color: #1957DF; }
a { background-color: rgb(25,87,223); }
div.DivClassName
{
background-color: #1957DF;
}
.BgClassName
{
background-color: #1957DF;
}
</style>
border-color css
<style>
span { border-color: #1957DF; }
span { border-color: rgb(25,87,223); }
td.TdClassName
{
border-color: #1957DF;
}
.TagClassName
{
border-color: #1957DF;
}
</style>