Shades of Allports #147484
Tints of Allports #147484
RGB
CMYK
RGB Variations
Color information
#147484 (or 0x147484) is known color: Allports. HEX triplet: 14, 74 and 84. RGB value is (20,116,132). Sum of RGB (Red+Green+Blue) = 20+116+132=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #147484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147484 is #EB8B7B. Grayscale: #585858. Windows color (decimal): -15436668 or 8680468. OLE color: 8680468.
HSL color Cylindrical-coordinate representation of color #147484: hue angle of 188.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147484 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 116 | 132 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.48 |
| HSL | 188.57º | 0.74% | 0.3% | - |
| HSV(B) | 188.57º | 0.85% | 0.52% | - |
| XYZ | 10.7 | 14.31 | 24.03 | - |
| YUV | 89.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 132 | 0.85 | 0.12 | 0 | 0.48 | 188.57 | 0.74 | 0.3 |
| Hex | 14 | 74 | 84 | 55 | C | 0 | 30 | BD | 4A | 1E |
| Octal | 24 | 164 | 204 | 125 | 14 | 0 | 60 | 275 | 112 | 36 |
| Binary | 10100 | 1110100 | 10000100 | 1010101 | 1100 | 0 | 110000 | 10111101 | 1001010 | 11110 |
Color Harmonies of #147484
Complementary color
Monochromatic Colors of #147484
Black with #147484
Text Example
Text Example
White with #147484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147484; }
p { color: rgb(20,116,132); }
H1.HeaderClassName
{
color: #147484;
}
.AnyTagClassName
{
color: #147484;
}
</style>
background-color css
<style>
a { background-color: #147484; }
a { background-color: rgb(20,116,132); }
div.DivClassName
{
background-color: #147484;
}
.BgClassName
{
background-color: #147484;
}
</style>
border-color css
<style>
span { border-color: #147484; }
span { border-color: rgb(20,116,132); }
td.TdClassName
{
border-color: #147484;
}
.TagClassName
{
border-color: #147484;
}
</style>