Shades of Allports #14737E
Tints of Allports #14737E
RGB
CMYK
RGB Variations
Color information
#14737E (or 0x14737E) is known color: Allports. HEX triplet: 14, 73 and 7E. RGB value is (20,115,126). Sum of RGB (Red+Green+Blue) = 20+115+126=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #14737E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14737E is #EB8C81. Grayscale: #575757. Windows color (decimal): -15436930 or 8286996. OLE color: 8286996.
HSL color Cylindrical-coordinate representation of color #14737E: hue angle of 186.23º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14737E is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 115 | 126 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.51 |
| HSL | 186.23º | 0.73% | 0.29% | - |
| HSV(B) | 186.23º | 0.84% | 0.49% | - |
| XYZ | 10.19 | 13.92 | 21.89 | - |
| YUV | 87.85 | 149.53 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 126 | 0.84 | 0.09 | 0 | 0.51 | 186.23 | 0.73 | 0.29 |
| Hex | 14 | 73 | 7E | 54 | 9 | 0 | 33 | BA | 49 | 1D |
| Octal | 24 | 163 | 176 | 124 | 11 | 0 | 63 | 272 | 111 | 35 |
| Binary | 10100 | 1110011 | 1111110 | 1010100 | 1001 | 0 | 110011 | 10111010 | 1001001 | 11101 |
Color Harmonies of #14737E
Complementary color
Monochromatic Colors of #14737E
Black with #14737E
Text Example
Text Example
White with #14737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14737E; }
p { color: rgb(20,115,126); }
H1.HeaderClassName
{
color: #14737E;
}
.AnyTagClassName
{
color: #14737E;
}
</style>
background-color css
<style>
a { background-color: #14737E; }
a { background-color: rgb(20,115,126); }
div.DivClassName
{
background-color: #14737E;
}
.BgClassName
{
background-color: #14737E;
}
</style>
border-color css
<style>
span { border-color: #14737E; }
span { border-color: rgb(20,115,126); }
td.TdClassName
{
border-color: #14737E;
}
.TagClassName
{
border-color: #14737E;
}
</style>