Shades of Allports #156A8C
Tints of Allports #156A8C
RGB
CMYK
RGB Variations
Color information
#156A8C (or 0x156A8C) is known color: Allports. HEX triplet: 15, 6A and 8C. RGB value is (21,106,140). Sum of RGB (Red+Green+Blue) = 21+106+140=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #156A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156A8C is #EA9573. Grayscale: #545454. Windows color (decimal): -15373684 or 9202197. OLE color: 9202197.
HSL color Cylindrical-coordinate representation of color #156A8C: hue angle of 197.14º 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 #156A8C is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 106 | 140 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.45 |
| HSL | 197.14º | 0.74% | 0.32% | - |
| HSV(B) | 197.14º | 0.85% | 0.55% | - |
| XYZ | 10.2 | 12.36 | 26.66 | - |
| YUV | 84.46 | 159.34 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 106 | 140 | 0.85 | 0.24 | 0 | 0.45 | 197.14 | 0.74 | 0.32 |
| Hex | 15 | 6A | 8C | 55 | 18 | 0 | 2D | C5 | 4A | 20 |
| Octal | 25 | 152 | 214 | 125 | 30 | 0 | 55 | 305 | 112 | 40 |
| Binary | 10101 | 1101010 | 10001100 | 1010101 | 11000 | 0 | 101101 | 11000101 | 1001010 | 100000 |
Color Harmonies of #156A8C
Complementary color
Monochromatic Colors of #156A8C
Black with #156A8C
Text Example
Text Example
White with #156A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156A8C; }
p { color: rgb(21,106,140); }
H1.HeaderClassName
{
color: #156A8C;
}
.AnyTagClassName
{
color: #156A8C;
}
</style>
background-color css
<style>
a { background-color: #156A8C; }
a { background-color: rgb(21,106,140); }
div.DivClassName
{
background-color: #156A8C;
}
.BgClassName
{
background-color: #156A8C;
}
</style>
border-color css
<style>
span { border-color: #156A8C; }
span { border-color: rgb(21,106,140); }
td.TdClassName
{
border-color: #156A8C;
}
.TagClassName
{
border-color: #156A8C;
}
</style>