Shades of Allports #156F8A
Tints of Allports #156F8A
RGB
CMYK
RGB Variations
Color information
#156F8A (or 0x156F8A) is known color: Allports. HEX triplet: 15, 6F and 8A. RGB value is (21,111,138). Sum of RGB (Red+Green+Blue) = 21+111+138=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #156F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156F8A is #EA9075. Grayscale: #565656. Windows color (decimal): -15372406 or 9072405. OLE color: 9072405.
HSL color Cylindrical-coordinate representation of color #156F8A: hue angle of 193.85º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #156F8A is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 111 | 138 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.46 |
| HSL | 193.85º | 0.74% | 0.31% | - |
| HSV(B) | 193.85º | 0.85% | 0.54% | - |
| XYZ | 10.58 | 13.36 | 26.07 | - |
| YUV | 87.17 | 156.68 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 111 | 138 | 0.85 | 0.20 | 0 | 0.46 | 193.85 | 0.74 | 0.31 |
| Hex | 15 | 6F | 8A | 55 | 14 | 0 | 2E | C2 | 4A | 1F |
| Octal | 25 | 157 | 212 | 125 | 24 | 0 | 56 | 302 | 112 | 37 |
| Binary | 10101 | 1101111 | 10001010 | 1010101 | 10100 | 0 | 101110 | 11000010 | 1001010 | 11111 |
Color Harmonies of #156F8A
Complementary color
Monochromatic Colors of #156F8A
Black with #156F8A
Text Example
Text Example
White with #156F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156F8A; }
p { color: rgb(21,111,138); }
H1.HeaderClassName
{
color: #156F8A;
}
.AnyTagClassName
{
color: #156F8A;
}
</style>
background-color css
<style>
a { background-color: #156F8A; }
a { background-color: rgb(21,111,138); }
div.DivClassName
{
background-color: #156F8A;
}
.BgClassName
{
background-color: #156F8A;
}
</style>
border-color css
<style>
span { border-color: #156F8A; }
span { border-color: rgb(21,111,138); }
td.TdClassName
{
border-color: #156F8A;
}
.TagClassName
{
border-color: #156F8A;
}
</style>