Shades of Allports #156D89
Tints of Allports #156D89
RGB
CMYK
RGB Variations
Color information
#156D89 (or 0x156D89) is known color: Allports. HEX triplet: 15, 6D and 89. RGB value is (21,109,137). Sum of RGB (Red+Green+Blue) = 21+109+137=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #156D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156D89 is #EA9276. Grayscale: #555555. Windows color (decimal): -15372919 or 9006357. OLE color: 9006357.
HSL color Cylindrical-coordinate representation of color #156D89: hue angle of 194.48º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #156D89 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 109 | 137 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.46 |
| HSL | 194.48º | 0.73% | 0.31% | - |
| HSV(B) | 194.48º | 0.85% | 0.54% | - |
| XYZ | 10.29 | 12.9 | 25.61 | - |
| YUV | 85.88 | 156.85 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 109 | 137 | 0.85 | 0.20 | 0 | 0.46 | 194.48 | 0.73 | 0.31 |
| Hex | 15 | 6D | 89 | 55 | 14 | 0 | 2E | C2 | 49 | 1F |
| Octal | 25 | 155 | 211 | 125 | 24 | 0 | 56 | 302 | 111 | 37 |
| Binary | 10101 | 1101101 | 10001001 | 1010101 | 10100 | 0 | 101110 | 11000010 | 1001001 | 11111 |
Color Harmonies of #156D89
Complementary color
Monochromatic Colors of #156D89
Black with #156D89
Text Example
Text Example
White with #156D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156D89; }
p { color: rgb(21,109,137); }
H1.HeaderClassName
{
color: #156D89;
}
.AnyTagClassName
{
color: #156D89;
}
</style>
background-color css
<style>
a { background-color: #156D89; }
a { background-color: rgb(21,109,137); }
div.DivClassName
{
background-color: #156D89;
}
.BgClassName
{
background-color: #156D89;
}
</style>
border-color css
<style>
span { border-color: #156D89; }
span { border-color: rgb(21,109,137); }
td.TdClassName
{
border-color: #156D89;
}
.TagClassName
{
border-color: #156D89;
}
</style>