Shades of Denim #1958D0
Tints of Denim #1958D0
RGB
CMYK
RGB Variations
Color information
#1958D0 (or 0x1958D0) is known color: Denim. HEX triplet: 19, 58 and D0. RGB value is (25,88,208). Sum of RGB (Red+Green+Blue) = 25+88+208=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 208 (81.64% from 255 or 64.80% from 321); Max value from RGB is 208 - color contains mainly: blue. Hex color #1958D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1958D0 is #E6A72F. Grayscale: #525252. Windows color (decimal): -15116080 or 13654041. OLE color: 13654041.
HSL color Cylindrical-coordinate representation of color #1958D0: hue angle of 219.34º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1958D0 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 88 | 208 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.18 |
| HSL | 219.34º | 0.79% | 0.46% | - |
| HSV(B) | 219.34º | 0.88% | 0.82% | - |
| XYZ | 15.28 | 11.74 | 61.14 | - |
| YUV | 82.84 | 198.63 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 88 | 208 | 0.88 | 0.58 | 0 | 0.18 | 219.34 | 0.79 | 0.46 |
| Hex | 19 | 58 | D0 | 58 | 3A | 0 | 12 | DB | 4F | 2E |
| Octal | 31 | 130 | 320 | 130 | 72 | 0 | 22 | 333 | 117 | 56 |
| Binary | 11001 | 1011000 | 11010000 | 1011000 | 111010 | 0 | 10010 | 11011011 | 1001111 | 101110 |
Color Harmonies of #1958D0
Complementary color
Monochromatic Colors of #1958D0
Black with #1958D0
Text Example
Text Example
White with #1958D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1958D0; }
p { color: rgb(25,88,208); }
H1.HeaderClassName
{
color: #1958D0;
}
.AnyTagClassName
{
color: #1958D0;
}
</style>
background-color css
<style>
a { background-color: #1958D0; }
a { background-color: rgb(25,88,208); }
div.DivClassName
{
background-color: #1958D0;
}
.BgClassName
{
background-color: #1958D0;
}
</style>
border-color css
<style>
span { border-color: #1958D0; }
span { border-color: rgb(25,88,208); }
td.TdClassName
{
border-color: #1958D0;
}
.TagClassName
{
border-color: #1958D0;
}
</style>