Shades of Denim #155FAE
Tints of Denim #155FAE
RGB
CMYK
RGB Variations
Color information
#155FAE (or 0x155FAE) is known color: Denim. HEX triplet: 15, 5F and AE. RGB value is (21,95,174). Sum of RGB (Red+Green+Blue) = 21+95+174=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #155FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155FAE is #EAA051. Grayscale: #515151. Windows color (decimal): -15376466 or 11427605. OLE color: 11427605.
HSL color Cylindrical-coordinate representation of color #155FAE: hue angle of 210.98º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155FAE is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 95 | 174 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.32 |
| HSL | 210.98º | 0.78% | 0.38% | - |
| HSV(B) | 210.98º | 0.88% | 0.68% | - |
| XYZ | 12.04 | 11.4 | 41.61 | - |
| YUV | 81.88 | 179.98 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 174 | 0.88 | 0.45 | 0 | 0.32 | 210.98 | 0.78 | 0.38 |
| Hex | 15 | 5F | AE | 58 | 2D | 0 | 20 | D3 | 4E | 26 |
| Octal | 25 | 137 | 256 | 130 | 55 | 0 | 40 | 323 | 116 | 46 |
| Binary | 10101 | 1011111 | 10101110 | 1011000 | 101101 | 0 | 100000 | 11010011 | 1001110 | 100110 |
Color Harmonies of #155FAE
Complementary color
Monochromatic Colors of #155FAE
Black with #155FAE
Text Example
Text Example
White with #155FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FAE; }
p { color: rgb(21,95,174); }
H1.HeaderClassName
{
color: #155FAE;
}
.AnyTagClassName
{
color: #155FAE;
}
</style>
background-color css
<style>
a { background-color: #155FAE; }
a { background-color: rgb(21,95,174); }
div.DivClassName
{
background-color: #155FAE;
}
.BgClassName
{
background-color: #155FAE;
}
</style>
border-color css
<style>
span { border-color: #155FAE; }
span { border-color: rgb(21,95,174); }
td.TdClassName
{
border-color: #155FAE;
}
.TagClassName
{
border-color: #155FAE;
}
</style>