Shades of Denim #1555C9
Tints of Denim #1555C9
RGB
CMYK
RGB Variations
Color information
#1555C9 (or 0x1555C9) is known color: Denim. HEX triplet: 15, 55 and C9. RGB value is (21,85,201). Sum of RGB (Red+Green+Blue) = 21+85+201=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 201 (78.91% from 255 or 65.47% from 307); Max value from RGB is 201 - color contains mainly: blue. Hex color #1555C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1555C9 is #EAAA36. Grayscale: #4E4E4E. Windows color (decimal): -15378999 or 13194517. OLE color: 13194517.
HSL color Cylindrical-coordinate representation of color #1555C9: hue angle of 218.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1555C9 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 85 | 201 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.21 |
| HSL | 218.67º | 0.81% | 0.44% | - |
| HSV(B) | 218.67º | 0.9% | 0.79% | - |
| XYZ | 14.1 | 10.87 | 56.61 | - |
| YUV | 79.09 | 196.8 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 201 | 0.90 | 0.58 | 0 | 0.21 | 218.67 | 0.81 | 0.44 |
| Hex | 15 | 55 | C9 | 5A | 3A | 0 | 15 | DB | 51 | 2C |
| Octal | 25 | 125 | 311 | 132 | 72 | 0 | 25 | 333 | 121 | 54 |
| Binary | 10101 | 1010101 | 11001001 | 1011010 | 111010 | 0 | 10101 | 11011011 | 1010001 | 101100 |
Color Harmonies of #1555C9
Complementary color
Monochromatic Colors of #1555C9
Black with #1555C9
Text Example
Text Example
White with #1555C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555C9; }
p { color: rgb(21,85,201); }
H1.HeaderClassName
{
color: #1555C9;
}
.AnyTagClassName
{
color: #1555C9;
}
</style>
background-color css
<style>
a { background-color: #1555C9; }
a { background-color: rgb(21,85,201); }
div.DivClassName
{
background-color: #1555C9;
}
.BgClassName
{
background-color: #1555C9;
}
</style>
border-color css
<style>
span { border-color: #1555C9; }
span { border-color: rgb(21,85,201); }
td.TdClassName
{
border-color: #1555C9;
}
.TagClassName
{
border-color: #1555C9;
}
</style>