Shades of Denim #1555D9
Tints of Denim #1555D9
RGB
CMYK
RGB Variations
Color information
#1555D9 (or 0x1555D9) is known color: Denim. HEX triplet: 15, 55 and D9. RGB value is (21,85,217). Sum of RGB (Red+Green+Blue) = 21+85+217=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 217 (85.16% from 255 or 67.18% from 323); Max value from RGB is 217 - color contains mainly: blue. Hex color #1555D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1555D9 is #EAAA26. Grayscale: #505050. Windows color (decimal): -15378983 or 14243093. OLE color: 14243093.
HSL color Cylindrical-coordinate representation of color #1555D9: hue angle of 220.41º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1555D9 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 85 | 217 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.15 |
| HSL | 220.41º | 0.82% | 0.47% | - |
| HSV(B) | 220.41º | 0.9% | 0.85% | - |
| XYZ | 16.08 | 11.67 | 67.05 | - |
| YUV | 80.91 | 204.8 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 217 | 0.90 | 0.61 | 0 | 0.15 | 220.41 | 0.82 | 0.47 |
| Hex | 15 | 55 | D9 | 5A | 3D | 0 | F | DC | 52 | 2F |
| Octal | 25 | 125 | 331 | 132 | 75 | 0 | 17 | 334 | 122 | 57 |
| Binary | 10101 | 1010101 | 11011001 | 1011010 | 111101 | 0 | 1111 | 11011100 | 1010010 | 101111 |
Color Harmonies of #1555D9
Complementary color
Monochromatic Colors of #1555D9
Black with #1555D9
Text Example
Text Example
White with #1555D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555D9; }
p { color: rgb(21,85,217); }
H1.HeaderClassName
{
color: #1555D9;
}
.AnyTagClassName
{
color: #1555D9;
}
</style>
background-color css
<style>
a { background-color: #1555D9; }
a { background-color: rgb(21,85,217); }
div.DivClassName
{
background-color: #1555D9;
}
.BgClassName
{
background-color: #1555D9;
}
</style>
border-color css
<style>
span { border-color: #1555D9; }
span { border-color: rgb(21,85,217); }
td.TdClassName
{
border-color: #1555D9;
}
.TagClassName
{
border-color: #1555D9;
}
</style>