Shades of Denim #1558D0
Tints of Denim #1558D0
RGB
CMYK
RGB Variations
Color information
#1558D0 (or 0x1558D0) is known color: Denim. HEX triplet: 15, 58 and D0. RGB value is (21,88,208). Sum of RGB (Red+Green+Blue) = 21+88+208=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 208 (81.64% from 255 or 65.62% from 317); Max value from RGB is 208 - color contains mainly: blue. Hex color #1558D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1558D0 is #EAA72F. Grayscale: #515151. Windows color (decimal): -15378224 or 13654037. OLE color: 13654037.
HSL color Cylindrical-coordinate representation of color #1558D0: hue angle of 218.5º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1558D0 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 88 | 208 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.18 |
| HSL | 218.5º | 0.82% | 0.45% | - |
| HSV(B) | 218.5º | 0.9% | 0.82% | - |
| XYZ | 15.18 | 11.69 | 61.13 | - |
| YUV | 81.65 | 199.3 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 208 | 0.90 | 0.58 | 0 | 0.18 | 218.5 | 0.82 | 0.45 |
| Hex | 15 | 58 | D0 | 5A | 3A | 0 | 12 | DB | 52 | 2D |
| Octal | 25 | 130 | 320 | 132 | 72 | 0 | 22 | 333 | 122 | 55 |
| Binary | 10101 | 1011000 | 11010000 | 1011010 | 111010 | 0 | 10010 | 11011011 | 1010010 | 101101 |
Color Harmonies of #1558D0
Complementary color
Monochromatic Colors of #1558D0
Black with #1558D0
Text Example
Text Example
White with #1558D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1558D0; }
p { color: rgb(21,88,208); }
H1.HeaderClassName
{
color: #1558D0;
}
.AnyTagClassName
{
color: #1558D0;
}
</style>
background-color css
<style>
a { background-color: #1558D0; }
a { background-color: rgb(21,88,208); }
div.DivClassName
{
background-color: #1558D0;
}
.BgClassName
{
background-color: #1558D0;
}
</style>
border-color css
<style>
span { border-color: #1558D0; }
span { border-color: rgb(21,88,208); }
td.TdClassName
{
border-color: #1558D0;
}
.TagClassName
{
border-color: #1558D0;
}
</style>