Shades of Denim #155BAB
Tints of Denim #155BAB
RGB
CMYK
RGB Variations
Color information
#155BAB (or 0x155BAB) is known color: Denim. HEX triplet: 15, 5B and AB. RGB value is (21,91,171). Sum of RGB (Red+Green+Blue) = 21+91+171=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #155BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155BAB is #EAA454. Grayscale: #4E4E4E. Windows color (decimal): -15377493 or 11229973. OLE color: 11229973.
HSL color Cylindrical-coordinate representation of color #155BAB: hue angle of 212º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155BAB is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 91 | 171 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.33 |
| HSL | 212º | 0.78% | 0.38% | - |
| HSV(B) | 212º | 0.88% | 0.67% | - |
| XYZ | 11.4 | 10.58 | 39.97 | - |
| YUV | 79.19 | 179.81 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 171 | 0.88 | 0.47 | 0 | 0.33 | 212 | 0.78 | 0.38 |
| Hex | 15 | 5B | AB | 58 | 2F | 0 | 21 | D4 | 4E | 26 |
| Octal | 25 | 133 | 253 | 130 | 57 | 0 | 41 | 324 | 116 | 46 |
| Binary | 10101 | 1011011 | 10101011 | 1011000 | 101111 | 0 | 100001 | 11010100 | 1001110 | 100110 |
Color Harmonies of #155BAB
Complementary color
Monochromatic Colors of #155BAB
Black with #155BAB
Text Example
Text Example
White with #155BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BAB; }
p { color: rgb(21,91,171); }
H1.HeaderClassName
{
color: #155BAB;
}
.AnyTagClassName
{
color: #155BAB;
}
</style>
background-color css
<style>
a { background-color: #155BAB; }
a { background-color: rgb(21,91,171); }
div.DivClassName
{
background-color: #155BAB;
}
.BgClassName
{
background-color: #155BAB;
}
</style>
border-color css
<style>
span { border-color: #155BAB; }
span { border-color: rgb(21,91,171); }
td.TdClassName
{
border-color: #155BAB;
}
.TagClassName
{
border-color: #155BAB;
}
</style>