Shades of Allports #147390
Tints of Allports #147390
RGB
CMYK
RGB Variations
Color information
#147390 (or 0x147390) is known color: Allports. HEX triplet: 14, 73 and 90. RGB value is (20,115,144). Sum of RGB (Red+Green+Blue) = 20+115+144=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #147390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147390 is #EB8C6F. Grayscale: #595959. Windows color (decimal): -15436912 or 9466644. OLE color: 9466644.
HSL color Cylindrical-coordinate representation of color #147390: hue angle of 194.03º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147390 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 115 | 144 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.44 |
| HSL | 194.03º | 0.76% | 0.32% | - |
| HSV(B) | 194.03º | 0.86% | 0.56% | - |
| XYZ | 11.45 | 14.42 | 28.57 | - |
| YUV | 89.9 | 158.53 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 144 | 0.86 | 0.20 | 0 | 0.44 | 194.03 | 0.76 | 0.32 |
| Hex | 14 | 73 | 90 | 56 | 14 | 0 | 2C | C2 | 4C | 20 |
| Octal | 24 | 163 | 220 | 126 | 24 | 0 | 54 | 302 | 114 | 40 |
| Binary | 10100 | 1110011 | 10010000 | 1010110 | 10100 | 0 | 101100 | 11000010 | 1001100 | 100000 |
Color Harmonies of #147390
Complementary color
Monochromatic Colors of #147390
Black with #147390
Text Example
Text Example
White with #147390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147390; }
p { color: rgb(20,115,144); }
H1.HeaderClassName
{
color: #147390;
}
.AnyTagClassName
{
color: #147390;
}
</style>
background-color css
<style>
a { background-color: #147390; }
a { background-color: rgb(20,115,144); }
div.DivClassName
{
background-color: #147390;
}
.BgClassName
{
background-color: #147390;
}
</style>
border-color css
<style>
span { border-color: #147390; }
span { border-color: rgb(20,115,144); }
td.TdClassName
{
border-color: #147390;
}
.TagClassName
{
border-color: #147390;
}
</style>