Shades of Allports #147391
Tints of Allports #147391
RGB
CMYK
RGB Variations
Color information
#147391 (or 0x147391) is known color: Allports. HEX triplet: 14, 73 and 91. RGB value is (20,115,145). Sum of RGB (Red+Green+Blue) = 20+115+145=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #147391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147391 is #EB8C6E. Grayscale: #595959. Windows color (decimal): -15436911 or 9532180. OLE color: 9532180.
HSL color Cylindrical-coordinate representation of color #147391: hue angle of 194.4º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147391 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 115 | 145 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.43 |
| HSL | 194.4º | 0.76% | 0.32% | - |
| HSV(B) | 194.4º | 0.86% | 0.57% | - |
| XYZ | 11.53 | 14.45 | 28.97 | - |
| YUV | 90.02 | 159.03 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 145 | 0.86 | 0.21 | 0 | 0.43 | 194.4 | 0.76 | 0.32 |
| Hex | 14 | 73 | 91 | 56 | 15 | 0 | 2B | C2 | 4C | 20 |
| Octal | 24 | 163 | 221 | 126 | 25 | 0 | 53 | 302 | 114 | 40 |
| Binary | 10100 | 1110011 | 10010001 | 1010110 | 10101 | 0 | 101011 | 11000010 | 1001100 | 100000 |
Color Harmonies of #147391
Complementary color
Monochromatic Colors of #147391
Black with #147391
Text Example
Text Example
White with #147391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147391; }
p { color: rgb(20,115,145); }
H1.HeaderClassName
{
color: #147391;
}
.AnyTagClassName
{
color: #147391;
}
</style>
background-color css
<style>
a { background-color: #147391; }
a { background-color: rgb(20,115,145); }
div.DivClassName
{
background-color: #147391;
}
.BgClassName
{
background-color: #147391;
}
</style>
border-color css
<style>
span { border-color: #147391; }
span { border-color: rgb(20,115,145); }
td.TdClassName
{
border-color: #147391;
}
.TagClassName
{
border-color: #147391;
}
</style>