Shades of Allports #147389
Tints of Allports #147389
RGB
CMYK
RGB Variations
Color information
#147389 (or 0x147389) is known color: Allports. HEX triplet: 14, 73 and 89. RGB value is (20,115,137). Sum of RGB (Red+Green+Blue) = 20+115+137=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #147389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147389 is #EB8C76. Grayscale: #585858. Windows color (decimal): -15436919 or 9007892. OLE color: 9007892.
HSL color Cylindrical-coordinate representation of color #147389: hue angle of 191.28º 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 #147389 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 115 | 137 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.46 |
| HSL | 191.28º | 0.75% | 0.31% | - |
| HSV(B) | 191.28º | 0.85% | 0.54% | - |
| XYZ | 10.93 | 14.22 | 25.83 | - |
| YUV | 89.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 137 | 0.85 | 0.16 | 0 | 0.46 | 191.28 | 0.75 | 0.31 |
| Hex | 14 | 73 | 89 | 55 | 10 | 0 | 2E | BF | 4B | 1F |
| Octal | 24 | 163 | 211 | 125 | 20 | 0 | 56 | 277 | 113 | 37 |
| Binary | 10100 | 1110011 | 10001001 | 1010101 | 10000 | 0 | 101110 | 10111111 | 1001011 | 11111 |
Color Harmonies of #147389
Complementary color
Monochromatic Colors of #147389
Black with #147389
Text Example
Text Example
White with #147389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147389; }
p { color: rgb(20,115,137); }
H1.HeaderClassName
{
color: #147389;
}
.AnyTagClassName
{
color: #147389;
}
</style>
background-color css
<style>
a { background-color: #147389; }
a { background-color: rgb(20,115,137); }
div.DivClassName
{
background-color: #147389;
}
.BgClassName
{
background-color: #147389;
}
</style>
border-color css
<style>
span { border-color: #147389; }
span { border-color: rgb(20,115,137); }
td.TdClassName
{
border-color: #147389;
}
.TagClassName
{
border-color: #147389;
}
</style>