Shades of Allports #147284
Tints of Allports #147284
RGB
CMYK
RGB Variations
Color information
#147284 (or 0x147284) is known color: Allports. HEX triplet: 14, 72 and 84. RGB value is (20,114,132). Sum of RGB (Red+Green+Blue) = 20+114+132=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #147284 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147284 is #EB8D7B. Grayscale: #575757. Windows color (decimal): -15437180 or 8679956. OLE color: 8679956.
HSL color Cylindrical-coordinate representation of color #147284: hue angle of 189.64º 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 #147284 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 114 | 132 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.48 |
| HSL | 189.64º | 0.74% | 0.3% | - |
| HSV(B) | 189.64º | 0.85% | 0.52% | - |
| XYZ | 10.47 | 13.85 | 23.95 | - |
| YUV | 87.95 | 152.86 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 132 | 0.85 | 0.14 | 0 | 0.48 | 189.64 | 0.74 | 0.3 |
| Hex | 14 | 72 | 84 | 55 | E | 0 | 30 | BE | 4A | 1E |
| Octal | 24 | 162 | 204 | 125 | 16 | 0 | 60 | 276 | 112 | 36 |
| Binary | 10100 | 1110010 | 10000100 | 1010101 | 1110 | 0 | 110000 | 10111110 | 1001010 | 11110 |
Color Harmonies of #147284
Complementary color
Monochromatic Colors of #147284
Black with #147284
Text Example
Text Example
White with #147284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147284; }
p { color: rgb(20,114,132); }
H1.HeaderClassName
{
color: #147284;
}
.AnyTagClassName
{
color: #147284;
}
</style>
background-color css
<style>
a { background-color: #147284; }
a { background-color: rgb(20,114,132); }
div.DivClassName
{
background-color: #147284;
}
.BgClassName
{
background-color: #147284;
}
</style>
border-color css
<style>
span { border-color: #147284; }
span { border-color: rgb(20,114,132); }
td.TdClassName
{
border-color: #147284;
}
.TagClassName
{
border-color: #147284;
}
</style>