Shades of Allports #156C8B
Tints of Allports #156C8B
RGB
CMYK
RGB Variations
Color information
#156C8B (or 0x156C8B) is known color: Allports. HEX triplet: 15, 6C and 8B. RGB value is (21,108,139). Sum of RGB (Red+Green+Blue) = 21+108+139=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #156C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156C8B is #EA9374. Grayscale: #555555. Windows color (decimal): -15373173 or 9137173. OLE color: 9137173.
HSL color Cylindrical-coordinate representation of color #156C8B: hue angle of 195.76º 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 #156C8B is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 108 | 139 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.45 |
| HSL | 195.76º | 0.74% | 0.31% | - |
| HSV(B) | 195.76º | 0.85% | 0.55% | - |
| XYZ | 10.33 | 12.75 | 26.34 | - |
| YUV | 85.52 | 158.18 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 108 | 139 | 0.85 | 0.22 | 0 | 0.45 | 195.76 | 0.74 | 0.31 |
| Hex | 15 | 6C | 8B | 55 | 16 | 0 | 2D | C4 | 4A | 1F |
| Octal | 25 | 154 | 213 | 125 | 26 | 0 | 55 | 304 | 112 | 37 |
| Binary | 10101 | 1101100 | 10001011 | 1010101 | 10110 | 0 | 101101 | 11000100 | 1001010 | 11111 |
Color Harmonies of #156C8B
Complementary color
Monochromatic Colors of #156C8B
Black with #156C8B
Text Example
Text Example
White with #156C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156C8B; }
p { color: rgb(21,108,139); }
H1.HeaderClassName
{
color: #156C8B;
}
.AnyTagClassName
{
color: #156C8B;
}
</style>
background-color css
<style>
a { background-color: #156C8B; }
a { background-color: rgb(21,108,139); }
div.DivClassName
{
background-color: #156C8B;
}
.BgClassName
{
background-color: #156C8B;
}
</style>
border-color css
<style>
span { border-color: #156C8B; }
span { border-color: rgb(21,108,139); }
td.TdClassName
{
border-color: #156C8B;
}
.TagClassName
{
border-color: #156C8B;
}
</style>