Shades of Allports #147288
Tints of Allports #147288
RGB
CMYK
RGB Variations
Color information
#147288 (or 0x147288) is known color: Allports. HEX triplet: 14, 72 and 88. RGB value is (20,114,136). Sum of RGB (Red+Green+Blue) = 20+114+136=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #147288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147288 is #EB8D77. Grayscale: #585858. Windows color (decimal): -15437176 or 8942100. OLE color: 8942100.
HSL color Cylindrical-coordinate representation of color #147288: hue angle of 191.38º 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 #147288 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 114 | 136 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.47 |
| HSL | 191.38º | 0.74% | 0.31% | - |
| HSV(B) | 191.38º | 0.85% | 0.53% | - |
| XYZ | 10.75 | 13.96 | 25.42 | - |
| YUV | 88.4 | 154.86 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 136 | 0.85 | 0.16 | 0 | 0.47 | 191.38 | 0.74 | 0.31 |
| Hex | 14 | 72 | 88 | 55 | 10 | 0 | 2F | BF | 4A | 1F |
| Octal | 24 | 162 | 210 | 125 | 20 | 0 | 57 | 277 | 112 | 37 |
| Binary | 10100 | 1110010 | 10001000 | 1010101 | 10000 | 0 | 101111 | 10111111 | 1001010 | 11111 |
Color Harmonies of #147288
Complementary color
Monochromatic Colors of #147288
Black with #147288
Text Example
Text Example
White with #147288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147288; }
p { color: rgb(20,114,136); }
H1.HeaderClassName
{
color: #147288;
}
.AnyTagClassName
{
color: #147288;
}
</style>
background-color css
<style>
a { background-color: #147288; }
a { background-color: rgb(20,114,136); }
div.DivClassName
{
background-color: #147288;
}
.BgClassName
{
background-color: #147288;
}
</style>
border-color css
<style>
span { border-color: #147288; }
span { border-color: rgb(20,114,136); }
td.TdClassName
{
border-color: #147288;
}
.TagClassName
{
border-color: #147288;
}
</style>