Shades of Allports #14737F
Tints of Allports #14737F
RGB
CMYK
RGB Variations
Color information
#14737F (or 0x14737F) is known color: Allports. HEX triplet: 14, 73 and 7F. RGB value is (20,115,127). Sum of RGB (Red+Green+Blue) = 20+115+127=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #14737F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14737F is #EB8C80. Grayscale: #575757. Windows color (decimal): -15436929 or 8352532. OLE color: 8352532.
HSL color Cylindrical-coordinate representation of color #14737F: hue angle of 186.73º 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 #14737F is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 115 | 127 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.50 |
| HSL | 186.73º | 0.73% | 0.29% | - |
| HSV(B) | 186.73º | 0.84% | 0.5% | - |
| XYZ | 10.25 | 13.94 | 22.23 | - |
| YUV | 87.96 | 150.03 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 127 | 0.84 | 0.09 | 0 | 0.50 | 186.73 | 0.73 | 0.29 |
| Hex | 14 | 73 | 7F | 54 | 9 | 0 | 32 | BB | 49 | 1D |
| Octal | 24 | 163 | 177 | 124 | 11 | 0 | 62 | 273 | 111 | 35 |
| Binary | 10100 | 1110011 | 1111111 | 1010100 | 1001 | 0 | 110010 | 10111011 | 1001001 | 11101 |
Color Harmonies of #14737F
Complementary color
Monochromatic Colors of #14737F
Black with #14737F
Text Example
Text Example
White with #14737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14737F; }
p { color: rgb(20,115,127); }
H1.HeaderClassName
{
color: #14737F;
}
.AnyTagClassName
{
color: #14737F;
}
</style>
background-color css
<style>
a { background-color: #14737F; }
a { background-color: rgb(20,115,127); }
div.DivClassName
{
background-color: #14737F;
}
.BgClassName
{
background-color: #14737F;
}
</style>
border-color css
<style>
span { border-color: #14737F; }
span { border-color: rgb(20,115,127); }
td.TdClassName
{
border-color: #14737F;
}
.TagClassName
{
border-color: #14737F;
}
</style>