Shades of Denim #155DAB
Tints of Denim #155DAB
RGB
CMYK
RGB Variations
Color information
#155DAB (or 0x155DAB) is known color: Denim. HEX triplet: 15, 5D and AB. RGB value is (21,93,171). Sum of RGB (Red+Green+Blue) = 21+93+171=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #155DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155DAB is #EAA254. Grayscale: #4F4F4F. Windows color (decimal): -15376981 or 11230485. OLE color: 11230485.
HSL color Cylindrical-coordinate representation of color #155DAB: hue angle of 211.2º 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 #155DAB is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 93 | 171 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.33 |
| HSL | 211.2º | 0.78% | 0.38% | - |
| HSV(B) | 211.2º | 0.88% | 0.67% | - |
| XYZ | 11.57 | 10.93 | 40.03 | - |
| YUV | 80.36 | 179.15 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 171 | 0.88 | 0.46 | 0 | 0.33 | 211.2 | 0.78 | 0.38 |
| Hex | 15 | 5D | AB | 58 | 2E | 0 | 21 | D3 | 4E | 26 |
| Octal | 25 | 135 | 253 | 130 | 56 | 0 | 41 | 323 | 116 | 46 |
| Binary | 10101 | 1011101 | 10101011 | 1011000 | 101110 | 0 | 100001 | 11010011 | 1001110 | 100110 |
Color Harmonies of #155DAB
Complementary color
Monochromatic Colors of #155DAB
Black with #155DAB
Text Example
Text Example
White with #155DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DAB; }
p { color: rgb(21,93,171); }
H1.HeaderClassName
{
color: #155DAB;
}
.AnyTagClassName
{
color: #155DAB;
}
</style>
background-color css
<style>
a { background-color: #155DAB; }
a { background-color: rgb(21,93,171); }
div.DivClassName
{
background-color: #155DAB;
}
.BgClassName
{
background-color: #155DAB;
}
</style>
border-color css
<style>
span { border-color: #155DAB; }
span { border-color: rgb(21,93,171); }
td.TdClassName
{
border-color: #155DAB;
}
.TagClassName
{
border-color: #155DAB;
}
</style>