Shades of Denim #155BA2
Tints of Denim #155BA2
RGB
CMYK
RGB Variations
Color information
#155BA2 (or 0x155BA2) is known color: Denim. HEX triplet: 15, 5B and A2. RGB value is (21,91,162). Sum of RGB (Red+Green+Blue) = 21+91+162=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 162 (63.67% from 255 or 59.12% from 274); Max value from RGB is 162 - color contains mainly: blue. Hex color #155BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155BA2 is #EAA45D. Grayscale: #4D4D4D. Windows color (decimal): -15377502 or 10640149. OLE color: 10640149.
HSL color Cylindrical-coordinate representation of color #155BA2: hue angle of 210.21º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #155BA2 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 91 | 162 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.36 |
| HSL | 210.21º | 0.77% | 0.36% | - |
| HSV(B) | 210.21º | 0.87% | 0.64% | - |
| XYZ | 10.57 | 10.25 | 35.6 | - |
| YUV | 78.16 | 175.31 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 162 | 0.87 | 0.44 | 0 | 0.36 | 210.21 | 0.77 | 0.36 |
| Hex | 15 | 5B | A2 | 57 | 2C | 0 | 24 | D2 | 4D | 24 |
| Octal | 25 | 133 | 242 | 127 | 54 | 0 | 44 | 322 | 115 | 44 |
| Binary | 10101 | 1011011 | 10100010 | 1010111 | 101100 | 0 | 100100 | 11010010 | 1001101 | 100100 |
Color Harmonies of #155BA2
Complementary color
Monochromatic Colors of #155BA2
Black with #155BA2
Text Example
Text Example
White with #155BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BA2; }
p { color: rgb(21,91,162); }
H1.HeaderClassName
{
color: #155BA2;
}
.AnyTagClassName
{
color: #155BA2;
}
</style>
background-color css
<style>
a { background-color: #155BA2; }
a { background-color: rgb(21,91,162); }
div.DivClassName
{
background-color: #155BA2;
}
.BgClassName
{
background-color: #155BA2;
}
</style>
border-color css
<style>
span { border-color: #155BA2; }
span { border-color: rgb(21,91,162); }
td.TdClassName
{
border-color: #155BA2;
}
.TagClassName
{
border-color: #155BA2;
}
</style>