Shades of Allports #147482
Tints of Allports #147482
RGB
CMYK
RGB Variations
Color information
#147482 (or 0x147482) is known color: Allports. HEX triplet: 14, 74 and 82. RGB value is (20,116,130). Sum of RGB (Red+Green+Blue) = 20+116+130=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #147482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147482 is #EB8B7D. Grayscale: #585858. Windows color (decimal): -15436670 or 8549396. OLE color: 8549396.
HSL color Cylindrical-coordinate representation of color #147482: hue angle of 187.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147482 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 116 | 130 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.49 |
| HSL | 187.64º | 0.73% | 0.29% | - |
| HSV(B) | 187.64º | 0.85% | 0.51% | - |
| XYZ | 10.56 | 14.25 | 23.31 | - |
| YUV | 88.89 | 151.2 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 130 | 0.85 | 0.11 | 0 | 0.49 | 187.64 | 0.73 | 0.29 |
| Hex | 14 | 74 | 82 | 55 | B | 0 | 31 | BC | 49 | 1D |
| Octal | 24 | 164 | 202 | 125 | 13 | 0 | 61 | 274 | 111 | 35 |
| Binary | 10100 | 1110100 | 10000010 | 1010101 | 1011 | 0 | 110001 | 10111100 | 1001001 | 11101 |
Color Harmonies of #147482
Complementary color
Monochromatic Colors of #147482
Black with #147482
Text Example
Text Example
White with #147482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147482; }
p { color: rgb(20,116,130); }
H1.HeaderClassName
{
color: #147482;
}
.AnyTagClassName
{
color: #147482;
}
</style>
background-color css
<style>
a { background-color: #147482; }
a { background-color: rgb(20,116,130); }
div.DivClassName
{
background-color: #147482;
}
.BgClassName
{
background-color: #147482;
}
</style>
border-color css
<style>
span { border-color: #147482; }
span { border-color: rgb(20,116,130); }
td.TdClassName
{
border-color: #147482;
}
.TagClassName
{
border-color: #147482;
}
</style>