Shades of Denim #1555D6
Tints of Denim #1555D6
RGB
CMYK
RGB Variations
Color information
#1555D6 (or 0x1555D6) is known color: Denim. HEX triplet: 15, 55 and D6. RGB value is (21,85,214). Sum of RGB (Red+Green+Blue) = 21+85+214=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 214 (83.98% from 255 or 66.88% from 320); Max value from RGB is 214 - color contains mainly: blue. Hex color #1555D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1555D6 is #EAAA29. Grayscale: #4F4F4F. Windows color (decimal): -15378986 or 14046485. OLE color: 14046485.
HSL color Cylindrical-coordinate representation of color #1555D6: hue angle of 220.1º 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 #1555D6 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 85 | 214 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.16 |
| HSL | 220.1º | 0.82% | 0.46% | - |
| HSV(B) | 220.1º | 0.9% | 0.84% | - |
| XYZ | 15.7 | 11.51 | 65.01 | - |
| YUV | 80.57 | 203.3 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 214 | 0.90 | 0.60 | 0 | 0.16 | 220.1 | 0.82 | 0.46 |
| Hex | 15 | 55 | D6 | 5A | 3C | 0 | 10 | DC | 52 | 2E |
| Octal | 25 | 125 | 326 | 132 | 74 | 0 | 20 | 334 | 122 | 56 |
| Binary | 10101 | 1010101 | 11010110 | 1011010 | 111100 | 0 | 10000 | 11011100 | 1010010 | 101110 |
Color Harmonies of #1555D6
Complementary color
Monochromatic Colors of #1555D6
Black with #1555D6
Text Example
Text Example
White with #1555D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555D6; }
p { color: rgb(21,85,214); }
H1.HeaderClassName
{
color: #1555D6;
}
.AnyTagClassName
{
color: #1555D6;
}
</style>
background-color css
<style>
a { background-color: #1555D6; }
a { background-color: rgb(21,85,214); }
div.DivClassName
{
background-color: #1555D6;
}
.BgClassName
{
background-color: #1555D6;
}
</style>
border-color css
<style>
span { border-color: #1555D6; }
span { border-color: rgb(21,85,214); }
td.TdClassName
{
border-color: #1555D6;
}
.TagClassName
{
border-color: #1555D6;
}
</style>