Shades of Denim #1558D6
Tints of Denim #1558D6
RGB
CMYK
RGB Variations
Color information
#1558D6 (or 0x1558D6) is known color: Denim. HEX triplet: 15, 58 and D6. RGB value is (21,88,214). Sum of RGB (Red+Green+Blue) = 21+88+214=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 214 (83.98% from 255 or 66.25% from 323); Max value from RGB is 214 - color contains mainly: blue. Hex color #1558D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1558D6 is #EAA729. Grayscale: #515151. Windows color (decimal): -15378218 or 14047253. OLE color: 14047253.
HSL color Cylindrical-coordinate representation of color #1558D6: hue angle of 219.17º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1558D6 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 88 | 214 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.16 |
| HSL | 219.17º | 0.82% | 0.46% | - |
| HSV(B) | 219.17º | 0.9% | 0.84% | - |
| XYZ | 15.94 | 11.99 | 65.09 | - |
| YUV | 82.33 | 202.3 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 214 | 0.90 | 0.59 | 0 | 0.16 | 219.17 | 0.82 | 0.46 |
| Hex | 15 | 58 | D6 | 5A | 3B | 0 | 10 | DB | 52 | 2E |
| Octal | 25 | 130 | 326 | 132 | 73 | 0 | 20 | 333 | 122 | 56 |
| Binary | 10101 | 1011000 | 11010110 | 1011010 | 111011 | 0 | 10000 | 11011011 | 1010010 | 101110 |
Color Harmonies of #1558D6
Complementary color
Monochromatic Colors of #1558D6
Black with #1558D6
Text Example
Text Example
White with #1558D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1558D6; }
p { color: rgb(21,88,214); }
H1.HeaderClassName
{
color: #1558D6;
}
.AnyTagClassName
{
color: #1558D6;
}
</style>
background-color css
<style>
a { background-color: #1558D6; }
a { background-color: rgb(21,88,214); }
div.DivClassName
{
background-color: #1558D6;
}
.BgClassName
{
background-color: #1558D6;
}
</style>
border-color css
<style>
span { border-color: #1558D6; }
span { border-color: rgb(21,88,214); }
td.TdClassName
{
border-color: #1558D6;
}
.TagClassName
{
border-color: #1558D6;
}
</style>