Shades of Denim #155BAC
Tints of Denim #155BAC
RGB
CMYK
RGB Variations
Color information
#155BAC (or 0x155BAC) is known color: Denim. HEX triplet: 15, 5B and AC. RGB value is (21,91,172). Sum of RGB (Red+Green+Blue) = 21+91+172=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #155BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155BAC is #EAA453. Grayscale: #4E4E4E. Windows color (decimal): -15377492 or 11295509. OLE color: 11295509.
HSL color Cylindrical-coordinate representation of color #155BAC: hue angle of 212.19º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155BAC is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 91 | 172 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.33 |
| HSL | 212.19º | 0.78% | 0.38% | - |
| HSV(B) | 212.19º | 0.88% | 0.67% | - |
| XYZ | 11.5 | 10.62 | 40.47 | - |
| YUV | 79.3 | 180.31 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 172 | 0.88 | 0.47 | 0 | 0.33 | 212.19 | 0.78 | 0.38 |
| Hex | 15 | 5B | AC | 58 | 2F | 0 | 21 | D4 | 4E | 26 |
| Octal | 25 | 133 | 254 | 130 | 57 | 0 | 41 | 324 | 116 | 46 |
| Binary | 10101 | 1011011 | 10101100 | 1011000 | 101111 | 0 | 100001 | 11010100 | 1001110 | 100110 |
Color Harmonies of #155BAC
Complementary color
Monochromatic Colors of #155BAC
Black with #155BAC
Text Example
Text Example
White with #155BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BAC; }
p { color: rgb(21,91,172); }
H1.HeaderClassName
{
color: #155BAC;
}
.AnyTagClassName
{
color: #155BAC;
}
</style>
background-color css
<style>
a { background-color: #155BAC; }
a { background-color: rgb(21,91,172); }
div.DivClassName
{
background-color: #155BAC;
}
.BgClassName
{
background-color: #155BAC;
}
</style>
border-color css
<style>
span { border-color: #155BAC; }
span { border-color: rgb(21,91,172); }
td.TdClassName
{
border-color: #155BAC;
}
.TagClassName
{
border-color: #155BAC;
}
</style>