Shades of Allports #147781
Tints of Allports #147781
RGB
CMYK
RGB Variations
Color information
#147781 (or 0x147781) is known color: Allports. HEX triplet: 14, 77 and 81. RGB value is (20,119,129). Sum of RGB (Red+Green+Blue) = 20+119+129=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 129 - color contains mainly: blue. Hex color #147781 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147781 is #EB887E. Grayscale: #5A5A5A. Windows color (decimal): -15435903 or 8484628. OLE color: 8484628.
HSL color Cylindrical-coordinate representation of color #147781: hue angle of 185.5º 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 #147781 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 119 | 129 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.49 |
| HSL | 185.5º | 0.73% | 0.29% | - |
| HSV(B) | 185.5º | 0.84% | 0.51% | - |
| XYZ | 10.85 | 14.93 | 23.08 | - |
| YUV | 90.54 | 149.7 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 119 | 129 | 0.84 | 0.08 | 0 | 0.49 | 185.5 | 0.73 | 0.29 |
| Hex | 14 | 77 | 81 | 54 | 8 | 0 | 31 | BA | 49 | 1D |
| Octal | 24 | 167 | 201 | 124 | 10 | 0 | 61 | 272 | 111 | 35 |
| Binary | 10100 | 1110111 | 10000001 | 1010100 | 1000 | 0 | 110001 | 10111010 | 1001001 | 11101 |
Color Harmonies of #147781
Complementary color
Monochromatic Colors of #147781
Black with #147781
Text Example
Text Example
White with #147781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147781; }
p { color: rgb(20,119,129); }
H1.HeaderClassName
{
color: #147781;
}
.AnyTagClassName
{
color: #147781;
}
</style>
background-color css
<style>
a { background-color: #147781; }
a { background-color: rgb(20,119,129); }
div.DivClassName
{
background-color: #147781;
}
.BgClassName
{
background-color: #147781;
}
</style>
border-color css
<style>
span { border-color: #147781; }
span { border-color: rgb(20,119,129); }
td.TdClassName
{
border-color: #147781;
}
.TagClassName
{
border-color: #147781;
}
</style>