Shades of Denim #155BAE
Tints of Denim #155BAE
RGB
CMYK
RGB Variations
Color information
#155BAE (or 0x155BAE) is known color: Denim. HEX triplet: 15, 5B and AE. RGB value is (21,91,174). Sum of RGB (Red+Green+Blue) = 21+91+174=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #155BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155BAE is #EAA451. Grayscale: #4F4F4F. Windows color (decimal): -15377490 or 11426581. OLE color: 11426581.
HSL color Cylindrical-coordinate representation of color #155BAE: hue angle of 212.55º 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 #155BAE is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 91 | 174 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.32 |
| HSL | 212.55º | 0.78% | 0.38% | - |
| HSV(B) | 212.55º | 0.88% | 0.68% | - |
| XYZ | 11.69 | 10.7 | 41.49 | - |
| YUV | 79.53 | 181.31 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 174 | 0.88 | 0.48 | 0 | 0.32 | 212.55 | 0.78 | 0.38 |
| Hex | 15 | 5B | AE | 58 | 30 | 0 | 20 | D5 | 4E | 26 |
| Octal | 25 | 133 | 256 | 130 | 60 | 0 | 40 | 325 | 116 | 46 |
| Binary | 10101 | 1011011 | 10101110 | 1011000 | 110000 | 0 | 100000 | 11010101 | 1001110 | 100110 |
Color Harmonies of #155BAE
Complementary color
Monochromatic Colors of #155BAE
Black with #155BAE
Text Example
Text Example
White with #155BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BAE; }
p { color: rgb(21,91,174); }
H1.HeaderClassName
{
color: #155BAE;
}
.AnyTagClassName
{
color: #155BAE;
}
</style>
background-color css
<style>
a { background-color: #155BAE; }
a { background-color: rgb(21,91,174); }
div.DivClassName
{
background-color: #155BAE;
}
.BgClassName
{
background-color: #155BAE;
}
</style>
border-color css
<style>
span { border-color: #155BAE; }
span { border-color: rgb(21,91,174); }
td.TdClassName
{
border-color: #155BAE;
}
.TagClassName
{
border-color: #155BAE;
}
</style>