Shades of Allports #147379
Tints of Allports #147379
RGB
CMYK
RGB Variations
Color information
#147379 (or 0x147379) is known color: Allports. HEX triplet: 14, 73 and 79. RGB value is (20,115,121). Sum of RGB (Red+Green+Blue) = 20+115+121=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #147379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147379 is #EB8C86. Grayscale: #575757. Windows color (decimal): -15436935 or 7959316. OLE color: 7959316.
HSL color Cylindrical-coordinate representation of color #147379: hue angle of 183.56º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147379 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 115 | 121 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.53 |
| HSL | 183.56º | 0.72% | 0.28% | - |
| HSV(B) | 183.56º | 0.83% | 0.47% | - |
| XYZ | 9.87 | 13.79 | 20.23 | - |
| YUV | 87.28 | 147.03 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 121 | 0.83 | 0.05 | 0 | 0.53 | 183.56 | 0.72 | 0.28 |
| Hex | 14 | 73 | 79 | 53 | 5 | 0 | 35 | B8 | 48 | 1C |
| Octal | 24 | 163 | 171 | 123 | 5 | 0 | 65 | 270 | 110 | 34 |
| Binary | 10100 | 1110011 | 1111001 | 1010011 | 101 | 0 | 110101 | 10111000 | 1001000 | 11100 |
Color Harmonies of #147379
Complementary color
Monochromatic Colors of #147379
Black with #147379
Text Example
Text Example
White with #147379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147379; }
p { color: rgb(20,115,121); }
H1.HeaderClassName
{
color: #147379;
}
.AnyTagClassName
{
color: #147379;
}
</style>
background-color css
<style>
a { background-color: #147379; }
a { background-color: rgb(20,115,121); }
div.DivClassName
{
background-color: #147379;
}
.BgClassName
{
background-color: #147379;
}
</style>
border-color css
<style>
span { border-color: #147379; }
span { border-color: rgb(20,115,121); }
td.TdClassName
{
border-color: #147379;
}
.TagClassName
{
border-color: #147379;
}
</style>