Shades of Allports #147A89
Tints of Allports #147A89
RGB
CMYK
RGB Variations
Color information
#147A89 (or 0x147A89) is known color: Allports. HEX triplet: 14, 7A and 89. RGB value is (20,122,137). Sum of RGB (Red+Green+Blue) = 20+122+137=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #147A89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147A89 is #EB8576. Grayscale: #5D5D5D. Windows color (decimal): -15435127 or 9009684. OLE color: 9009684.
HSL color Cylindrical-coordinate representation of color #147A89: hue angle of 187.69º degrees, saturation: 0.75, 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 #147A89 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 122 | 137 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.46 |
| HSL | 187.69º | 0.75% | 0.31% | - |
| HSV(B) | 187.69º | 0.85% | 0.54% | - |
| XYZ | 11.76 | 15.87 | 26.11 | - |
| YUV | 93.21 | 152.71 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 137 | 0.85 | 0.11 | 0 | 0.46 | 187.69 | 0.75 | 0.31 |
| Hex | 14 | 7A | 89 | 55 | B | 0 | 2E | BC | 4B | 1F |
| Octal | 24 | 172 | 211 | 125 | 13 | 0 | 56 | 274 | 113 | 37 |
| Binary | 10100 | 1111010 | 10001001 | 1010101 | 1011 | 0 | 101110 | 10111100 | 1001011 | 11111 |
Color Harmonies of #147A89
Complementary color
Monochromatic Colors of #147A89
Black with #147A89
Text Example
Text Example
White with #147A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147A89; }
p { color: rgb(20,122,137); }
H1.HeaderClassName
{
color: #147A89;
}
.AnyTagClassName
{
color: #147A89;
}
</style>
background-color css
<style>
a { background-color: #147A89; }
a { background-color: rgb(20,122,137); }
div.DivClassName
{
background-color: #147A89;
}
.BgClassName
{
background-color: #147A89;
}
</style>
border-color css
<style>
span { border-color: #147A89; }
span { border-color: rgb(20,122,137); }
td.TdClassName
{
border-color: #147A89;
}
.TagClassName
{
border-color: #147A89;
}
</style>