Shades of Denim #155AA5
Tints of Denim #155AA5
RGB
CMYK
RGB Variations
Color information
#155AA5 (or 0x155AA5) is known color: Denim. HEX triplet: 15, 5A and A5. RGB value is (21,90,165). Sum of RGB (Red+Green+Blue) = 21+90+165=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 165 (64.84% from 255 or 59.78% from 276); Max value from RGB is 165 - color contains mainly: blue. Hex color #155AA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155AA5 is #EAA55A. Grayscale: #4D4D4D. Windows color (decimal): -15377755 or 10836501. OLE color: 10836501.
HSL color Cylindrical-coordinate representation of color #155AA5: hue angle of 211.25º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #155AA5 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 90 | 165 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.35 |
| HSL | 211.25º | 0.77% | 0.36% | - |
| HSV(B) | 211.25º | 0.87% | 0.65% | - |
| XYZ | 10.76 | 10.19 | 37 | - |
| YUV | 77.92 | 177.14 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 165 | 0.87 | 0.45 | 0 | 0.35 | 211.25 | 0.77 | 0.36 |
| Hex | 15 | 5A | A5 | 57 | 2D | 0 | 23 | D3 | 4D | 24 |
| Octal | 25 | 132 | 245 | 127 | 55 | 0 | 43 | 323 | 115 | 44 |
| Binary | 10101 | 1011010 | 10100101 | 1010111 | 101101 | 0 | 100011 | 11010011 | 1001101 | 100100 |
Color Harmonies of #155AA5
Complementary color
Monochromatic Colors of #155AA5
Black with #155AA5
Text Example
Text Example
White with #155AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155AA5; }
p { color: rgb(21,90,165); }
H1.HeaderClassName
{
color: #155AA5;
}
.AnyTagClassName
{
color: #155AA5;
}
</style>
background-color css
<style>
a { background-color: #155AA5; }
a { background-color: rgb(21,90,165); }
div.DivClassName
{
background-color: #155AA5;
}
.BgClassName
{
background-color: #155AA5;
}
</style>
border-color css
<style>
span { border-color: #155AA5; }
span { border-color: rgb(21,90,165); }
td.TdClassName
{
border-color: #155AA5;
}
.TagClassName
{
border-color: #155AA5;
}
</style>