Shades of Denim #155FC0
Tints of Denim #155FC0
RGB
CMYK
RGB Variations
Color information
#155FC0 (or 0x155FC0) is known color: Denim. HEX triplet: 15, 5F and C0. RGB value is (21,95,192). Sum of RGB (Red+Green+Blue) = 21+95+192=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #155FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FC0 is #EAA03F. Grayscale: #535353. Windows color (decimal): -15376448 or 12607253. OLE color: 12607253.
HSL color Cylindrical-coordinate representation of color #155FC0: hue angle of 214.04º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155FC0 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 95 | 192 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.25 |
| HSL | 214.04º | 0.8% | 0.42% | - |
| HSV(B) | 214.04º | 0.89% | 0.75% | - |
| XYZ | 13.92 | 12.15 | 51.48 | - |
| YUV | 83.93 | 188.98 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 192 | 0.89 | 0.51 | 0 | 0.25 | 214.04 | 0.8 | 0.42 |
| Hex | 15 | 5F | C0 | 59 | 33 | 0 | 19 | D6 | 50 | 2A |
| Octal | 25 | 137 | 300 | 131 | 63 | 0 | 31 | 326 | 120 | 52 |
| Binary | 10101 | 1011111 | 11000000 | 1011001 | 110011 | 0 | 11001 | 11010110 | 1010000 | 101010 |
Color Harmonies of #155FC0
Complementary color
Monochromatic Colors of #155FC0
Black with #155FC0
Text Example
Text Example
White with #155FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FC0; }
p { color: rgb(21,95,192); }
H1.HeaderClassName
{
color: #155FC0;
}
.AnyTagClassName
{
color: #155FC0;
}
</style>
background-color css
<style>
a { background-color: #155FC0; }
a { background-color: rgb(21,95,192); }
div.DivClassName
{
background-color: #155FC0;
}
.BgClassName
{
background-color: #155FC0;
}
</style>
border-color css
<style>
span { border-color: #155FC0; }
span { border-color: rgb(21,95,192); }
td.TdClassName
{
border-color: #155FC0;
}
.TagClassName
{
border-color: #155FC0;
}
</style>