Shades of Allports #156A8B
Tints of Allports #156A8B
RGB
CMYK
RGB Variations
Color information
#156A8B (or 0x156A8B) is known color: Allports. HEX triplet: 15, 6A and 8B. RGB value is (21,106,139). Sum of RGB (Red+Green+Blue) = 21+106+139=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #156A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156A8B is #EA9574. Grayscale: #545454. Windows color (decimal): -15373685 or 9136661. OLE color: 9136661.
HSL color Cylindrical-coordinate representation of color #156A8B: hue angle of 196.78º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #156A8B is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 106 | 139 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.45 |
| HSL | 196.78º | 0.74% | 0.31% | - |
| HSV(B) | 196.78º | 0.85% | 0.55% | - |
| XYZ | 10.12 | 12.33 | 26.27 | - |
| YUV | 84.35 | 158.84 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 106 | 139 | 0.85 | 0.24 | 0 | 0.45 | 196.78 | 0.74 | 0.31 |
| Hex | 15 | 6A | 8B | 55 | 18 | 0 | 2D | C5 | 4A | 1F |
| Octal | 25 | 152 | 213 | 125 | 30 | 0 | 55 | 305 | 112 | 37 |
| Binary | 10101 | 1101010 | 10001011 | 1010101 | 11000 | 0 | 101101 | 11000101 | 1001010 | 11111 |
Color Harmonies of #156A8B
Complementary color
Monochromatic Colors of #156A8B
Black with #156A8B
Text Example
Text Example
White with #156A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156A8B; }
p { color: rgb(21,106,139); }
H1.HeaderClassName
{
color: #156A8B;
}
.AnyTagClassName
{
color: #156A8B;
}
</style>
background-color css
<style>
a { background-color: #156A8B; }
a { background-color: rgb(21,106,139); }
div.DivClassName
{
background-color: #156A8B;
}
.BgClassName
{
background-color: #156A8B;
}
</style>
border-color css
<style>
span { border-color: #156A8B; }
span { border-color: rgb(21,106,139); }
td.TdClassName
{
border-color: #156A8B;
}
.TagClassName
{
border-color: #156A8B;
}
</style>