Shades of Denim #155ABD
Tints of Denim #155ABD
RGB
CMYK
RGB Variations
Color information
#155ABD (or 0x155ABD) is known color: Denim. HEX triplet: 15, 5A and BD. RGB value is (21,90,189). Sum of RGB (Red+Green+Blue) = 21+90+189=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #155ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ABD is #EAA542. Grayscale: #505050. Windows color (decimal): -15377731 or 12409365. OLE color: 12409365.
HSL color Cylindrical-coordinate representation of color #155ABD: hue angle of 215.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155ABD is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 90 | 189 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.26 |
| HSL | 215.36º | 0.8% | 0.41% | - |
| HSV(B) | 215.36º | 0.89% | 0.74% | - |
| XYZ | 13.15 | 11.15 | 49.6 | - |
| YUV | 80.66 | 189.14 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 189 | 0.89 | 0.52 | 0 | 0.26 | 215.36 | 0.8 | 0.41 |
| Hex | 15 | 5A | BD | 59 | 34 | 0 | 1A | D7 | 50 | 29 |
| Octal | 25 | 132 | 275 | 131 | 64 | 0 | 32 | 327 | 120 | 51 |
| Binary | 10101 | 1011010 | 10111101 | 1011001 | 110100 | 0 | 11010 | 11010111 | 1010000 | 101001 |
Color Harmonies of #155ABD
Complementary color
Monochromatic Colors of #155ABD
Black with #155ABD
Text Example
Text Example
White with #155ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155ABD; }
p { color: rgb(21,90,189); }
H1.HeaderClassName
{
color: #155ABD;
}
.AnyTagClassName
{
color: #155ABD;
}
</style>
background-color css
<style>
a { background-color: #155ABD; }
a { background-color: rgb(21,90,189); }
div.DivClassName
{
background-color: #155ABD;
}
.BgClassName
{
background-color: #155ABD;
}
</style>
border-color css
<style>
span { border-color: #155ABD; }
span { border-color: rgb(21,90,189); }
td.TdClassName
{
border-color: #155ABD;
}
.TagClassName
{
border-color: #155ABD;
}
</style>