Shades of Allports #147181
Tints of Allports #147181
RGB
CMYK
RGB Variations
Color information
#147181 (or 0x147181) is known color: Allports. HEX triplet: 14, 71 and 81. RGB value is (20,113,129). Sum of RGB (Red+Green+Blue) = 20+113+129=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #147181 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147181 is #EB8E7E. Grayscale: #565656. Windows color (decimal): -15437439 or 8483092. OLE color: 8483092.
HSL color Cylindrical-coordinate representation of color #147181: hue angle of 188.81º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147181 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 113 | 129 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.49 |
| HSL | 188.81º | 0.73% | 0.29% | - |
| HSV(B) | 188.81º | 0.84% | 0.51% | - |
| XYZ | 10.16 | 13.54 | 22.85 | - |
| YUV | 87.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 129 | 0.84 | 0.12 | 0 | 0.49 | 188.81 | 0.73 | 0.29 |
| Hex | 14 | 71 | 81 | 54 | C | 0 | 31 | BD | 49 | 1D |
| Octal | 24 | 161 | 201 | 124 | 14 | 0 | 61 | 275 | 111 | 35 |
| Binary | 10100 | 1110001 | 10000001 | 1010100 | 1100 | 0 | 110001 | 10111101 | 1001001 | 11101 |
Color Harmonies of #147181
Complementary color
Monochromatic Colors of #147181
Black with #147181
Text Example
Text Example
White with #147181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147181; }
p { color: rgb(20,113,129); }
H1.HeaderClassName
{
color: #147181;
}
.AnyTagClassName
{
color: #147181;
}
</style>
background-color css
<style>
a { background-color: #147181; }
a { background-color: rgb(20,113,129); }
div.DivClassName
{
background-color: #147181;
}
.BgClassName
{
background-color: #147181;
}
</style>
border-color css
<style>
span { border-color: #147181; }
span { border-color: rgb(20,113,129); }
td.TdClassName
{
border-color: #147181;
}
.TagClassName
{
border-color: #147181;
}
</style>