Shades of Denim #155DC9
Tints of Denim #155DC9
RGB
CMYK
RGB Variations
Color information
#155DC9 (or 0x155DC9) is known color: Denim. HEX triplet: 15, 5D and C9. RGB value is (21,93,201). Sum of RGB (Red+Green+Blue) = 21+93+201=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 201 (78.91% from 255 or 63.81% from 315); Max value from RGB is 201 - color contains mainly: blue. Hex color #155DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DC9 is #EAA236. Grayscale: #535353. Windows color (decimal): -15376951 or 13196565. OLE color: 13196565.
HSL color Cylindrical-coordinate representation of color #155DC9: hue angle of 216º 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 #155DC9 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 93 | 201 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.21 |
| HSL | 216º | 0.81% | 0.44% | - |
| HSV(B) | 216º | 0.9% | 0.79% | - |
| XYZ | 14.77 | 12.21 | 56.84 | - |
| YUV | 83.78 | 194.15 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 201 | 0.90 | 0.54 | 0 | 0.21 | 216 | 0.81 | 0.44 |
| Hex | 15 | 5D | C9 | 5A | 36 | 0 | 15 | D8 | 51 | 2C |
| Octal | 25 | 135 | 311 | 132 | 66 | 0 | 25 | 330 | 121 | 54 |
| Binary | 10101 | 1011101 | 11001001 | 1011010 | 110110 | 0 | 10101 | 11011000 | 1010001 | 101100 |
Color Harmonies of #155DC9
Complementary color
Monochromatic Colors of #155DC9
Black with #155DC9
Text Example
Text Example
White with #155DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DC9; }
p { color: rgb(21,93,201); }
H1.HeaderClassName
{
color: #155DC9;
}
.AnyTagClassName
{
color: #155DC9;
}
</style>
background-color css
<style>
a { background-color: #155DC9; }
a { background-color: rgb(21,93,201); }
div.DivClassName
{
background-color: #155DC9;
}
.BgClassName
{
background-color: #155DC9;
}
</style>
border-color css
<style>
span { border-color: #155DC9; }
span { border-color: rgb(21,93,201); }
td.TdClassName
{
border-color: #155DC9;
}
.TagClassName
{
border-color: #155DC9;
}
</style>