Shades of Allports #147188
Tints of Allports #147188
RGB
CMYK
RGB Variations
Color information
#147188 (or 0x147188) is known color: Allports. HEX triplet: 14, 71 and 88. RGB value is (20,113,136). Sum of RGB (Red+Green+Blue) = 20+113+136=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #147188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147188 is #EB8E77. Grayscale: #575757. Windows color (decimal): -15437432 or 8941844. OLE color: 8941844.
HSL color Cylindrical-coordinate representation of color #147188: hue angle of 191.9º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147188 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 113 | 136 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.47 |
| HSL | 191.9º | 0.74% | 0.31% | - |
| HSV(B) | 191.9º | 0.85% | 0.53% | - |
| XYZ | 10.64 | 13.74 | 25.38 | - |
| YUV | 87.82 | 155.19 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 136 | 0.85 | 0.17 | 0 | 0.47 | 191.9 | 0.74 | 0.31 |
| Hex | 14 | 71 | 88 | 55 | 11 | 0 | 2F | C0 | 4A | 1F |
| Octal | 24 | 161 | 210 | 125 | 21 | 0 | 57 | 300 | 112 | 37 |
| Binary | 10100 | 1110001 | 10001000 | 1010101 | 10001 | 0 | 101111 | 11000000 | 1001010 | 11111 |
Color Harmonies of #147188
Complementary color
Monochromatic Colors of #147188
Black with #147188
Text Example
Text Example
White with #147188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147188; }
p { color: rgb(20,113,136); }
H1.HeaderClassName
{
color: #147188;
}
.AnyTagClassName
{
color: #147188;
}
</style>
background-color css
<style>
a { background-color: #147188; }
a { background-color: rgb(20,113,136); }
div.DivClassName
{
background-color: #147188;
}
.BgClassName
{
background-color: #147188;
}
</style>
border-color css
<style>
span { border-color: #147188; }
span { border-color: rgb(20,113,136); }
td.TdClassName
{
border-color: #147188;
}
.TagClassName
{
border-color: #147188;
}
</style>