Shades of Allports #156E82
Tints of Allports #156E82
RGB
CMYK
RGB Variations
Color information
#156E82 (or 0x156E82) is known color: Allports. HEX triplet: 15, 6E and 82. RGB value is (21,110,130). Sum of RGB (Red+Green+Blue) = 21+110+130=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #156E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156E82 is #EA917D. Grayscale: #555555. Windows color (decimal): -15372670 or 8547861. OLE color: 8547861.
HSL color Cylindrical-coordinate representation of color #156E82: hue angle of 191.01º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #156E82 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 110 | 130 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.49 |
| HSL | 191.01º | 0.72% | 0.3% | - |
| HSV(B) | 191.01º | 0.84% | 0.51% | - |
| XYZ | 9.91 | 12.92 | 23.09 | - |
| YUV | 85.67 | 153.01 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 130 | 0.84 | 0.15 | 0 | 0.49 | 191.01 | 0.72 | 0.3 |
| Hex | 15 | 6E | 82 | 54 | F | 0 | 31 | BF | 48 | 1E |
| Octal | 25 | 156 | 202 | 124 | 17 | 0 | 61 | 277 | 110 | 36 |
| Binary | 10101 | 1101110 | 10000010 | 1010100 | 1111 | 0 | 110001 | 10111111 | 1001000 | 11110 |
Color Harmonies of #156E82
Complementary color
Monochromatic Colors of #156E82
Black with #156E82
Text Example
Text Example
White with #156E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156E82; }
p { color: rgb(21,110,130); }
H1.HeaderClassName
{
color: #156E82;
}
.AnyTagClassName
{
color: #156E82;
}
</style>
background-color css
<style>
a { background-color: #156E82; }
a { background-color: rgb(21,110,130); }
div.DivClassName
{
background-color: #156E82;
}
.BgClassName
{
background-color: #156E82;
}
</style>
border-color css
<style>
span { border-color: #156E82; }
span { border-color: rgb(21,110,130); }
td.TdClassName
{
border-color: #156E82;
}
.TagClassName
{
border-color: #156E82;
}
</style>