Shades of Allports #14727F
Tints of Allports #14727F
RGB
CMYK
RGB Variations
Color information
#14727F (or 0x14727F) is known color: Allports. HEX triplet: 14, 72 and 7F. RGB value is (20,114,127). Sum of RGB (Red+Green+Blue) = 20+114+127=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #14727F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14727F is #EB8D80. Grayscale: #575757. Windows color (decimal): -15437185 or 8352276. OLE color: 8352276.
HSL color Cylindrical-coordinate representation of color #14727F: hue angle of 187.29º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14727F is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 114 | 127 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.50 |
| HSL | 187.29º | 0.73% | 0.29% | - |
| HSV(B) | 187.29º | 0.84% | 0.5% | - |
| XYZ | 10.14 | 13.72 | 22.19 | - |
| YUV | 87.38 | 150.36 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 127 | 0.84 | 0.10 | 0 | 0.50 | 187.29 | 0.73 | 0.29 |
| Hex | 14 | 72 | 7F | 54 | A | 0 | 32 | BB | 49 | 1D |
| Octal | 24 | 162 | 177 | 124 | 12 | 0 | 62 | 273 | 111 | 35 |
| Binary | 10100 | 1110010 | 1111111 | 1010100 | 1010 | 0 | 110010 | 10111011 | 1001001 | 11101 |
Color Harmonies of #14727F
Complementary color
Monochromatic Colors of #14727F
Black with #14727F
Text Example
Text Example
White with #14727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14727F; }
p { color: rgb(20,114,127); }
H1.HeaderClassName
{
color: #14727F;
}
.AnyTagClassName
{
color: #14727F;
}
</style>
background-color css
<style>
a { background-color: #14727F; }
a { background-color: rgb(20,114,127); }
div.DivClassName
{
background-color: #14727F;
}
.BgClassName
{
background-color: #14727F;
}
</style>
border-color css
<style>
span { border-color: #14727F; }
span { border-color: rgb(20,114,127); }
td.TdClassName
{
border-color: #14727F;
}
.TagClassName
{
border-color: #14727F;
}
</style>