Shades of Denim #155AA2
Tints of Denim #155AA2
RGB
CMYK
RGB Variations
Color information
#155AA2 (or 0x155AA2) is known color: Denim. HEX triplet: 15, 5A and A2. RGB value is (21,90,162). Sum of RGB (Red+Green+Blue) = 21+90+162=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #155AA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155AA2 is #EAA55D. Grayscale: #4D4D4D. Windows color (decimal): -15377758 or 10639893. OLE color: 10639893.
HSL color Cylindrical-coordinate representation of color #155AA2: hue angle of 210.64º 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 #155AA2 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 90 | 162 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.36 |
| HSL | 210.64º | 0.77% | 0.36% | - |
| HSV(B) | 210.64º | 0.87% | 0.64% | - |
| XYZ | 10.49 | 10.08 | 35.58 | - |
| YUV | 77.58 | 175.64 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 162 | 0.87 | 0.44 | 0 | 0.36 | 210.64 | 0.77 | 0.36 |
| Hex | 15 | 5A | A2 | 57 | 2C | 0 | 24 | D3 | 4D | 24 |
| Octal | 25 | 132 | 242 | 127 | 54 | 0 | 44 | 323 | 115 | 44 |
| Binary | 10101 | 1011010 | 10100010 | 1010111 | 101100 | 0 | 100100 | 11010011 | 1001101 | 100100 |
Color Harmonies of #155AA2
Complementary color
Monochromatic Colors of #155AA2
Black with #155AA2
Text Example
Text Example
White with #155AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155AA2; }
p { color: rgb(21,90,162); }
H1.HeaderClassName
{
color: #155AA2;
}
.AnyTagClassName
{
color: #155AA2;
}
</style>
background-color css
<style>
a { background-color: #155AA2; }
a { background-color: rgb(21,90,162); }
div.DivClassName
{
background-color: #155AA2;
}
.BgClassName
{
background-color: #155AA2;
}
</style>
border-color css
<style>
span { border-color: #155AA2; }
span { border-color: rgb(21,90,162); }
td.TdClassName
{
border-color: #155AA2;
}
.TagClassName
{
border-color: #155AA2;
}
</style>