Shades of Allports #156E89
Tints of Allports #156E89
RGB
CMYK
RGB Variations
Color information
#156E89 (or 0x156E89) is known color: Allports. HEX triplet: 15, 6E and 89. RGB value is (21,110,137). Sum of RGB (Red+Green+Blue) = 21+110+137=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #156E89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156E89 is #EA9176. Grayscale: #565656. Windows color (decimal): -15372663 or 9006613. OLE color: 9006613.
HSL color Cylindrical-coordinate representation of color #156E89: hue angle of 193.97º 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 #156E89 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 110 | 137 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.46 |
| HSL | 193.97º | 0.73% | 0.31% | - |
| HSV(B) | 193.97º | 0.85% | 0.54% | - |
| XYZ | 10.4 | 13.12 | 25.65 | - |
| YUV | 86.47 | 156.51 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 137 | 0.85 | 0.20 | 0 | 0.46 | 193.97 | 0.73 | 0.31 |
| Hex | 15 | 6E | 89 | 55 | 14 | 0 | 2E | C2 | 49 | 1F |
| Octal | 25 | 156 | 211 | 125 | 24 | 0 | 56 | 302 | 111 | 37 |
| Binary | 10101 | 1101110 | 10001001 | 1010101 | 10100 | 0 | 101110 | 11000010 | 1001001 | 11111 |
Color Harmonies of #156E89
Complementary color
Monochromatic Colors of #156E89
Black with #156E89
Text Example
Text Example
White with #156E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156E89; }
p { color: rgb(21,110,137); }
H1.HeaderClassName
{
color: #156E89;
}
.AnyTagClassName
{
color: #156E89;
}
</style>
background-color css
<style>
a { background-color: #156E89; }
a { background-color: rgb(21,110,137); }
div.DivClassName
{
background-color: #156E89;
}
.BgClassName
{
background-color: #156E89;
}
</style>
border-color css
<style>
span { border-color: #156E89; }
span { border-color: rgb(21,110,137); }
td.TdClassName
{
border-color: #156E89;
}
.TagClassName
{
border-color: #156E89;
}
</style>