Shades of Denim #155AC0
Tints of Denim #155AC0
RGB
CMYK
RGB Variations
Color information
#155AC0 (or 0x155AC0) is known color: Denim. HEX triplet: 15, 5A and C0. RGB value is (21,90,192). Sum of RGB (Red+Green+Blue) = 21+90+192=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #155AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155AC0 is #EAA53F. Grayscale: #505050. Windows color (decimal): -15377728 or 12605973. OLE color: 12605973.
HSL color Cylindrical-coordinate representation of color #155AC0: hue angle of 215.79º 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 #155AC0 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 90 | 192 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.25 |
| HSL | 215.79º | 0.8% | 0.42% | - |
| HSV(B) | 215.79º | 0.89% | 0.75% | - |
| XYZ | 13.48 | 11.28 | 51.34 | - |
| YUV | 81 | 190.64 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 192 | 0.89 | 0.53 | 0 | 0.25 | 215.79 | 0.8 | 0.42 |
| Hex | 15 | 5A | C0 | 59 | 35 | 0 | 19 | D8 | 50 | 2A |
| Octal | 25 | 132 | 300 | 131 | 65 | 0 | 31 | 330 | 120 | 52 |
| Binary | 10101 | 1011010 | 11000000 | 1011001 | 110101 | 0 | 11001 | 11011000 | 1010000 | 101010 |
Color Harmonies of #155AC0
Complementary color
Monochromatic Colors of #155AC0
Black with #155AC0
Text Example
Text Example
White with #155AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155AC0; }
p { color: rgb(21,90,192); }
H1.HeaderClassName
{
color: #155AC0;
}
.AnyTagClassName
{
color: #155AC0;
}
</style>
background-color css
<style>
a { background-color: #155AC0; }
a { background-color: rgb(21,90,192); }
div.DivClassName
{
background-color: #155AC0;
}
.BgClassName
{
background-color: #155AC0;
}
</style>
border-color css
<style>
span { border-color: #155AC0; }
span { border-color: rgb(21,90,192); }
td.TdClassName
{
border-color: #155AC0;
}
.TagClassName
{
border-color: #155AC0;
}
</style>