Shades of Denim #155BA7
Tints of Denim #155BA7
RGB
CMYK
RGB Variations
Color information
#155BA7 (or 0x155BA7) is known color: Denim. HEX triplet: 15, 5B and A7. RGB value is (21,91,167). Sum of RGB (Red+Green+Blue) = 21+91+167=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 167 (65.62% from 255 or 59.86% from 279); Max value from RGB is 167 - color contains mainly: blue. Hex color #155BA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155BA7 is #EAA458. Grayscale: #4E4E4E. Windows color (decimal): -15377497 or 10967829. OLE color: 10967829.
HSL color Cylindrical-coordinate representation of color #155BA7: hue angle of 211.23º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #155BA7 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 91 | 167 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.35 |
| HSL | 211.23º | 0.78% | 0.37% | - |
| HSV(B) | 211.23º | 0.87% | 0.65% | - |
| XYZ | 11.03 | 10.43 | 37.99 | - |
| YUV | 78.73 | 177.81 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 167 | 0.87 | 0.46 | 0 | 0.35 | 211.23 | 0.78 | 0.37 |
| Hex | 15 | 5B | A7 | 57 | 2E | 0 | 23 | D3 | 4E | 25 |
| Octal | 25 | 133 | 247 | 127 | 56 | 0 | 43 | 323 | 116 | 45 |
| Binary | 10101 | 1011011 | 10100111 | 1010111 | 101110 | 0 | 100011 | 11010011 | 1001110 | 100101 |
Color Harmonies of #155BA7
Complementary color
Monochromatic Colors of #155BA7
Black with #155BA7
Text Example
Text Example
White with #155BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BA7; }
p { color: rgb(21,91,167); }
H1.HeaderClassName
{
color: #155BA7;
}
.AnyTagClassName
{
color: #155BA7;
}
</style>
background-color css
<style>
a { background-color: #155BA7; }
a { background-color: rgb(21,91,167); }
div.DivClassName
{
background-color: #155BA7;
}
.BgClassName
{
background-color: #155BA7;
}
</style>
border-color css
<style>
span { border-color: #155BA7; }
span { border-color: rgb(21,91,167); }
td.TdClassName
{
border-color: #155BA7;
}
.TagClassName
{
border-color: #155BA7;
}
</style>