Shades of Allports #147291
Tints of Allports #147291
RGB
CMYK
RGB Variations
Color information
#147291 (or 0x147291) is known color: Allports. HEX triplet: 14, 72 and 91. RGB value is (20,114,145). Sum of RGB (Red+Green+Blue) = 20+114+145=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #147291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147291 is #EB8D6E. Grayscale: #595959. Windows color (decimal): -15437167 or 9531924. OLE color: 9531924.
HSL color Cylindrical-coordinate representation of color #147291: hue angle of 194.88º 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 #147291 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 114 | 145 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.43 |
| HSL | 194.88º | 0.76% | 0.32% | - |
| HSV(B) | 194.88º | 0.86% | 0.57% | - |
| XYZ | 11.42 | 14.23 | 28.93 | - |
| YUV | 89.43 | 159.36 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 145 | 0.86 | 0.21 | 0 | 0.43 | 194.88 | 0.76 | 0.32 |
| Hex | 14 | 72 | 91 | 56 | 15 | 0 | 2B | C3 | 4C | 20 |
| Octal | 24 | 162 | 221 | 126 | 25 | 0 | 53 | 303 | 114 | 40 |
| Binary | 10100 | 1110010 | 10010001 | 1010110 | 10101 | 0 | 101011 | 11000011 | 1001100 | 100000 |
Color Harmonies of #147291
Complementary color
Monochromatic Colors of #147291
Black with #147291
Text Example
Text Example
White with #147291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147291; }
p { color: rgb(20,114,145); }
H1.HeaderClassName
{
color: #147291;
}
.AnyTagClassName
{
color: #147291;
}
</style>
background-color css
<style>
a { background-color: #147291; }
a { background-color: rgb(20,114,145); }
div.DivClassName
{
background-color: #147291;
}
.BgClassName
{
background-color: #147291;
}
</style>
border-color css
<style>
span { border-color: #147291; }
span { border-color: rgb(20,114,145); }
td.TdClassName
{
border-color: #147291;
}
.TagClassName
{
border-color: #147291;
}
</style>