Shades of Allports #147B8D
Tints of Allports #147B8D
RGB
CMYK
RGB Variations
Color information
#147B8D (or 0x147B8D) is known color: Allports. HEX triplet: 14, 7B and 8D. RGB value is (20,123,141). Sum of RGB (Red+Green+Blue) = 20+123+141=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #147B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147B8D is #EB8472. Grayscale: #5E5E5E. Windows color (decimal): -15434867 or 9272084. OLE color: 9272084.
HSL color Cylindrical-coordinate representation of color #147B8D: hue angle of 188.93º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147B8D is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 123 | 141 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.45 |
| HSL | 188.93º | 0.75% | 0.32% | - |
| HSV(B) | 188.93º | 0.86% | 0.55% | - |
| XYZ | 12.18 | 16.24 | 27.69 | - |
| YUV | 94.26 | 154.38 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 141 | 0.86 | 0.13 | 0 | 0.45 | 188.93 | 0.75 | 0.32 |
| Hex | 14 | 7B | 8D | 56 | D | 0 | 2D | BD | 4B | 20 |
| Octal | 24 | 173 | 215 | 126 | 15 | 0 | 55 | 275 | 113 | 40 |
| Binary | 10100 | 1111011 | 10001101 | 1010110 | 1101 | 0 | 101101 | 10111101 | 1001011 | 100000 |
Color Harmonies of #147B8D
Complementary color
Monochromatic Colors of #147B8D
Black with #147B8D
Text Example
Text Example
White with #147B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147B8D; }
p { color: rgb(20,123,141); }
H1.HeaderClassName
{
color: #147B8D;
}
.AnyTagClassName
{
color: #147B8D;
}
</style>
background-color css
<style>
a { background-color: #147B8D; }
a { background-color: rgb(20,123,141); }
div.DivClassName
{
background-color: #147B8D;
}
.BgClassName
{
background-color: #147B8D;
}
</style>
border-color css
<style>
span { border-color: #147B8D; }
span { border-color: rgb(20,123,141); }
td.TdClassName
{
border-color: #147B8D;
}
.TagClassName
{
border-color: #147B8D;
}
</style>