Shades of Denim #155DAA
Tints of Denim #155DAA
RGB
CMYK
RGB Variations
Color information
#155DAA (or 0x155DAA) is known color: Denim. HEX triplet: 15, 5D and AA. RGB value is (21,93,170). Sum of RGB (Red+Green+Blue) = 21+93+170=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #155DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155DAA is #EAA255. Grayscale: #4F4F4F. Windows color (decimal): -15376982 or 11164949. OLE color: 11164949.
HSL color Cylindrical-coordinate representation of color #155DAA: hue angle of 211.01º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155DAA is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 93 | 170 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.33 |
| HSL | 211.01º | 0.78% | 0.37% | - |
| HSV(B) | 211.01º | 0.88% | 0.67% | - |
| XYZ | 11.48 | 10.89 | 39.53 | - |
| YUV | 80.25 | 178.65 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 170 | 0.88 | 0.45 | 0 | 0.33 | 211.01 | 0.78 | 0.37 |
| Hex | 15 | 5D | AA | 58 | 2D | 0 | 21 | D3 | 4E | 25 |
| Octal | 25 | 135 | 252 | 130 | 55 | 0 | 41 | 323 | 116 | 45 |
| Binary | 10101 | 1011101 | 10101010 | 1011000 | 101101 | 0 | 100001 | 11010011 | 1001110 | 100101 |
Color Harmonies of #155DAA
Complementary color
Monochromatic Colors of #155DAA
Black with #155DAA
Text Example
Text Example
White with #155DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DAA; }
p { color: rgb(21,93,170); }
H1.HeaderClassName
{
color: #155DAA;
}
.AnyTagClassName
{
color: #155DAA;
}
</style>
background-color css
<style>
a { background-color: #155DAA; }
a { background-color: rgb(21,93,170); }
div.DivClassName
{
background-color: #155DAA;
}
.BgClassName
{
background-color: #155DAA;
}
</style>
border-color css
<style>
span { border-color: #155DAA; }
span { border-color: rgb(21,93,170); }
td.TdClassName
{
border-color: #155DAA;
}
.TagClassName
{
border-color: #155DAA;
}
</style>