Shades of Allports #156B8E
Tints of Allports #156B8E
RGB
CMYK
RGB Variations
Color information
#156B8E (or 0x156B8E) is known color: Allports. HEX triplet: 15, 6B and 8E. RGB value is (21,107,142). Sum of RGB (Red+Green+Blue) = 21+107+142=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #156B8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156B8E is #EA9471. Grayscale: #555555. Windows color (decimal): -15373426 or 9333525. OLE color: 9333525.
HSL color Cylindrical-coordinate representation of color #156B8E: hue angle of 197.36º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #156B8E is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 107 | 142 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.44 |
| HSL | 197.36º | 0.74% | 0.32% | - |
| HSV(B) | 197.36º | 0.85% | 0.56% | - |
| XYZ | 10.45 | 12.63 | 27.48 | - |
| YUV | 85.28 | 160.01 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 107 | 142 | 0.85 | 0.25 | 0 | 0.44 | 197.36 | 0.74 | 0.32 |
| Hex | 15 | 6B | 8E | 55 | 19 | 0 | 2C | C5 | 4A | 20 |
| Octal | 25 | 153 | 216 | 125 | 31 | 0 | 54 | 305 | 112 | 40 |
| Binary | 10101 | 1101011 | 10001110 | 1010101 | 11001 | 0 | 101100 | 11000101 | 1001010 | 100000 |
Color Harmonies of #156B8E
Complementary color
Monochromatic Colors of #156B8E
Black with #156B8E
Text Example
Text Example
White with #156B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156B8E; }
p { color: rgb(21,107,142); }
H1.HeaderClassName
{
color: #156B8E;
}
.AnyTagClassName
{
color: #156B8E;
}
</style>
background-color css
<style>
a { background-color: #156B8E; }
a { background-color: rgb(21,107,142); }
div.DivClassName
{
background-color: #156B8E;
}
.BgClassName
{
background-color: #156B8E;
}
</style>
border-color css
<style>
span { border-color: #156B8E; }
span { border-color: rgb(21,107,142); }
td.TdClassName
{
border-color: #156B8E;
}
.TagClassName
{
border-color: #156B8E;
}
</style>