Shades of Allports #147275
Tints of Allports #147275
RGB
CMYK
RGB Variations
Color information
#147275 (or 0x147275) is known color: Allports. HEX triplet: 14, 72 and 75. RGB value is (20,114,117). Sum of RGB (Red+Green+Blue) = 20+114+117=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #147275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147275 is #EB8D8A. Grayscale: #565656. Windows color (decimal): -15437195 or 7696916. OLE color: 7696916.
HSL color Cylindrical-coordinate representation of color #147275: hue angle of 181.86º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147275 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 114 | 117 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.54 |
| HSL | 181.86º | 0.71% | 0.27% | - |
| HSV(B) | 181.86º | 0.83% | 0.46% | - |
| XYZ | 9.52 | 13.47 | 18.93 | - |
| YUV | 86.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 117 | 0.83 | 0.03 | 0 | 0.54 | 181.86 | 0.71 | 0.27 |
| Hex | 14 | 72 | 75 | 53 | 3 | 0 | 36 | B6 | 47 | 1B |
| Octal | 24 | 162 | 165 | 123 | 3 | 0 | 66 | 266 | 107 | 33 |
| Binary | 10100 | 1110010 | 1110101 | 1010011 | 11 | 0 | 110110 | 10110110 | 1000111 | 11011 |
Color Harmonies of #147275
Complementary color
Monochromatic Colors of #147275
Black with #147275
Text Example
Text Example
White with #147275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147275; }
p { color: rgb(20,114,117); }
H1.HeaderClassName
{
color: #147275;
}
.AnyTagClassName
{
color: #147275;
}
</style>
background-color css
<style>
a { background-color: #147275; }
a { background-color: rgb(20,114,117); }
div.DivClassName
{
background-color: #147275;
}
.BgClassName
{
background-color: #147275;
}
</style>
border-color css
<style>
span { border-color: #147275; }
span { border-color: rgb(20,114,117); }
td.TdClassName
{
border-color: #147275;
}
.TagClassName
{
border-color: #147275;
}
</style>