Shades of Denim #155ABB
Tints of Denim #155ABB
RGB
CMYK
RGB Variations
Color information
#155ABB (or 0x155ABB) is known color: Denim. HEX triplet: 15, 5A and BB. RGB value is (21,90,187). Sum of RGB (Red+Green+Blue) = 21+90+187=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #155ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ABB is #EAA544. Grayscale: #4F4F4F. Windows color (decimal): -15377733 or 12278293. OLE color: 12278293.
HSL color Cylindrical-coordinate representation of color #155ABB: hue angle of 215.06º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155ABB is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 90 | 187 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.27 |
| HSL | 215.06º | 0.8% | 0.41% | - |
| HSV(B) | 215.06º | 0.89% | 0.73% | - |
| XYZ | 12.94 | 11.06 | 48.47 | - |
| YUV | 80.43 | 188.14 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 187 | 0.89 | 0.52 | 0 | 0.27 | 215.06 | 0.8 | 0.41 |
| Hex | 15 | 5A | BB | 59 | 34 | 0 | 1B | D7 | 50 | 29 |
| Octal | 25 | 132 | 273 | 131 | 64 | 0 | 33 | 327 | 120 | 51 |
| Binary | 10101 | 1011010 | 10111011 | 1011001 | 110100 | 0 | 11011 | 11010111 | 1010000 | 101001 |
Color Harmonies of #155ABB
Complementary color
Monochromatic Colors of #155ABB
Black with #155ABB
Text Example
Text Example
White with #155ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155ABB; }
p { color: rgb(21,90,187); }
H1.HeaderClassName
{
color: #155ABB;
}
.AnyTagClassName
{
color: #155ABB;
}
</style>
background-color css
<style>
a { background-color: #155ABB; }
a { background-color: rgb(21,90,187); }
div.DivClassName
{
background-color: #155ABB;
}
.BgClassName
{
background-color: #155ABB;
}
</style>
border-color css
<style>
span { border-color: #155ABB; }
span { border-color: rgb(21,90,187); }
td.TdClassName
{
border-color: #155ABB;
}
.TagClassName
{
border-color: #155ABB;
}
</style>