Shades of Allports #147078
Tints of Allports #147078
RGB
CMYK
RGB Variations
Color information
#147078 (or 0x147078) is known color: Allports. HEX triplet: 14, 70 and 78. RGB value is (20,112,120). Sum of RGB (Red+Green+Blue) = 20+112+120=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #147078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147078 is #EB8F87. Grayscale: #555555. Windows color (decimal): -15437704 or 7893012. OLE color: 7893012.
HSL color Cylindrical-coordinate representation of color #147078: hue angle of 184.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147078 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 112 | 120 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.53 |
| HSL | 184.8º | 0.71% | 0.27% | - |
| HSV(B) | 184.8º | 0.83% | 0.47% | - |
| XYZ | 9.47 | 13.09 | 19.8 | - |
| YUV | 85.4 | 147.52 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 120 | 0.83 | 0.07 | 0 | 0.53 | 184.8 | 0.71 | 0.27 |
| Hex | 14 | 70 | 78 | 53 | 7 | 0 | 35 | B9 | 47 | 1B |
| Octal | 24 | 160 | 170 | 123 | 7 | 0 | 65 | 271 | 107 | 33 |
| Binary | 10100 | 1110000 | 1111000 | 1010011 | 111 | 0 | 110101 | 10111001 | 1000111 | 11011 |
Color Harmonies of #147078
Complementary color
Monochromatic Colors of #147078
Black with #147078
Text Example
Text Example
White with #147078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147078; }
p { color: rgb(20,112,120); }
H1.HeaderClassName
{
color: #147078;
}
.AnyTagClassName
{
color: #147078;
}
</style>
background-color css
<style>
a { background-color: #147078; }
a { background-color: rgb(20,112,120); }
div.DivClassName
{
background-color: #147078;
}
.BgClassName
{
background-color: #147078;
}
</style>
border-color css
<style>
span { border-color: #147078; }
span { border-color: rgb(20,112,120); }
td.TdClassName
{
border-color: #147078;
}
.TagClassName
{
border-color: #147078;
}
</style>