Shades of Allports #147789
Tints of Allports #147789
RGB
CMYK
RGB Variations
Color information
#147789 (or 0x147789) is known color: Allports. HEX triplet: 14, 77 and 89. RGB value is (20,119,137). Sum of RGB (Red+Green+Blue) = 20+119+137=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #147789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147789 is #EB8876. Grayscale: #5B5B5B. Windows color (decimal): -15435895 or 9008916. OLE color: 9008916.
HSL color Cylindrical-coordinate representation of color #147789: hue angle of 189.23º 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 #147789 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 119 | 137 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.46 |
| HSL | 189.23º | 0.75% | 0.31% | - |
| HSV(B) | 189.23º | 0.85% | 0.54% | - |
| XYZ | 11.4 | 15.15 | 25.99 | - |
| YUV | 91.45 | 153.7 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 119 | 137 | 0.85 | 0.13 | 0 | 0.46 | 189.23 | 0.75 | 0.31 |
| Hex | 14 | 77 | 89 | 55 | D | 0 | 2E | BD | 4B | 1F |
| Octal | 24 | 167 | 211 | 125 | 15 | 0 | 56 | 275 | 113 | 37 |
| Binary | 10100 | 1110111 | 10001001 | 1010101 | 1101 | 0 | 101110 | 10111101 | 1001011 | 11111 |
Color Harmonies of #147789
Complementary color
Monochromatic Colors of #147789
Black with #147789
Text Example
Text Example
White with #147789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147789; }
p { color: rgb(20,119,137); }
H1.HeaderClassName
{
color: #147789;
}
.AnyTagClassName
{
color: #147789;
}
</style>
background-color css
<style>
a { background-color: #147789; }
a { background-color: rgb(20,119,137); }
div.DivClassName
{
background-color: #147789;
}
.BgClassName
{
background-color: #147789;
}
</style>
border-color css
<style>
span { border-color: #147789; }
span { border-color: rgb(20,119,137); }
td.TdClassName
{
border-color: #147789;
}
.TagClassName
{
border-color: #147789;
}
</style>