Shades of Allports #147A8F
Tints of Allports #147A8F
RGB
CMYK
RGB Variations
Color information
#147A8F (or 0x147A8F) is known color: Allports. HEX triplet: 14, 7A and 8F. RGB value is (20,122,143). Sum of RGB (Red+Green+Blue) = 20+122+143=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #147A8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147A8F is #EB8570. Grayscale: #5D5D5D. Windows color (decimal): -15435121 or 9402900. OLE color: 9402900.
HSL color Cylindrical-coordinate representation of color #147A8F: hue angle of 190.24º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147A8F is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 122 | 143 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.44 |
| HSL | 190.24º | 0.75% | 0.32% | - |
| HSV(B) | 190.24º | 0.86% | 0.56% | - |
| XYZ | 12.21 | 16.05 | 28.44 | - |
| YUV | 93.9 | 155.71 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 143 | 0.86 | 0.15 | 0 | 0.44 | 190.24 | 0.75 | 0.32 |
| Hex | 14 | 7A | 8F | 56 | F | 0 | 2C | BE | 4B | 20 |
| Octal | 24 | 172 | 217 | 126 | 17 | 0 | 54 | 276 | 113 | 40 |
| Binary | 10100 | 1111010 | 10001111 | 1010110 | 1111 | 0 | 101100 | 10111110 | 1001011 | 100000 |
Color Harmonies of #147A8F
Complementary color
Monochromatic Colors of #147A8F
Black with #147A8F
Text Example
Text Example
White with #147A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147A8F; }
p { color: rgb(20,122,143); }
H1.HeaderClassName
{
color: #147A8F;
}
.AnyTagClassName
{
color: #147A8F;
}
</style>
background-color css
<style>
a { background-color: #147A8F; }
a { background-color: rgb(20,122,143); }
div.DivClassName
{
background-color: #147A8F;
}
.BgClassName
{
background-color: #147A8F;
}
</style>
border-color css
<style>
span { border-color: #147A8F; }
span { border-color: rgb(20,122,143); }
td.TdClassName
{
border-color: #147A8F;
}
.TagClassName
{
border-color: #147A8F;
}
</style>