Shades of Allports #147B89
Tints of Allports #147B89
RGB
CMYK
RGB Variations
Color information
#147B89 (or 0x147B89) is known color: Allports. HEX triplet: 14, 7B and 89. RGB value is (20,123,137). Sum of RGB (Red+Green+Blue) = 20+123+137=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #147B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147B89 is #EB8476. Grayscale: #5D5D5D. Windows color (decimal): -15434871 or 9009940. OLE color: 9009940.
HSL color Cylindrical-coordinate representation of color #147B89: hue angle of 187.18º 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 #147B89 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 123 | 137 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.46 |
| HSL | 187.18º | 0.75% | 0.31% | - |
| HSV(B) | 187.18º | 0.85% | 0.54% | - |
| XYZ | 11.89 | 16.12 | 26.15 | - |
| YUV | 93.8 | 152.38 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 137 | 0.85 | 0.10 | 0 | 0.46 | 187.18 | 0.75 | 0.31 |
| Hex | 14 | 7B | 89 | 55 | A | 0 | 2E | BB | 4B | 1F |
| Octal | 24 | 173 | 211 | 125 | 12 | 0 | 56 | 273 | 113 | 37 |
| Binary | 10100 | 1111011 | 10001001 | 1010101 | 1010 | 0 | 101110 | 10111011 | 1001011 | 11111 |
Color Harmonies of #147B89
Complementary color
Monochromatic Colors of #147B89
Black with #147B89
Text Example
Text Example
White with #147B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147B89; }
p { color: rgb(20,123,137); }
H1.HeaderClassName
{
color: #147B89;
}
.AnyTagClassName
{
color: #147B89;
}
</style>
background-color css
<style>
a { background-color: #147B89; }
a { background-color: rgb(20,123,137); }
div.DivClassName
{
background-color: #147B89;
}
.BgClassName
{
background-color: #147B89;
}
</style>
border-color css
<style>
span { border-color: #147B89; }
span { border-color: rgb(20,123,137); }
td.TdClassName
{
border-color: #147B89;
}
.TagClassName
{
border-color: #147B89;
}
</style>