Shades of Allports #156E8C
Tints of Allports #156E8C
RGB
CMYK
RGB Variations
Color information
#156E8C (or 0x156E8C) is known color: Allports. HEX triplet: 15, 6E and 8C. RGB value is (21,110,140). Sum of RGB (Red+Green+Blue) = 21+110+140=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #156E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156E8C is #EA9173. Grayscale: #565656. Windows color (decimal): -15372660 or 9203221. OLE color: 9203221.
HSL color Cylindrical-coordinate representation of color #156E8C: hue angle of 195.13º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #156E8C is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 110 | 140 | - |
| CMYK | 0.85 | 0.21 | 0 | 0.45 |
| HSL | 195.13º | 0.74% | 0.32% | - |
| HSV(B) | 195.13º | 0.85% | 0.55% | - |
| XYZ | 10.62 | 13.2 | 26.8 | - |
| YUV | 86.81 | 158.01 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 140 | 0.85 | 0.21 | 0 | 0.45 | 195.13 | 0.74 | 0.32 |
| Hex | 15 | 6E | 8C | 55 | 15 | 0 | 2D | C3 | 4A | 20 |
| Octal | 25 | 156 | 214 | 125 | 25 | 0 | 55 | 303 | 112 | 40 |
| Binary | 10101 | 1101110 | 10001100 | 1010101 | 10101 | 0 | 101101 | 11000011 | 1001010 | 100000 |
Color Harmonies of #156E8C
Complementary color
Monochromatic Colors of #156E8C
Black with #156E8C
Text Example
Text Example
White with #156E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156E8C; }
p { color: rgb(21,110,140); }
H1.HeaderClassName
{
color: #156E8C;
}
.AnyTagClassName
{
color: #156E8C;
}
</style>
background-color css
<style>
a { background-color: #156E8C; }
a { background-color: rgb(21,110,140); }
div.DivClassName
{
background-color: #156E8C;
}
.BgClassName
{
background-color: #156E8C;
}
</style>
border-color css
<style>
span { border-color: #156E8C; }
span { border-color: rgb(21,110,140); }
td.TdClassName
{
border-color: #156E8C;
}
.TagClassName
{
border-color: #156E8C;
}
</style>