Shades of Allports #14747E
Tints of Allports #14747E
RGB
CMYK
RGB Variations
Color information
#14747E (or 0x14747E) is known color: Allports. HEX triplet: 14, 74 and 7E. RGB value is (20,116,126). Sum of RGB (Red+Green+Blue) = 20+116+126=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #14747E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14747E is #EB8B81. Grayscale: #585858. Windows color (decimal): -15436674 or 8287252. OLE color: 8287252.
HSL color Cylindrical-coordinate representation of color #14747E: hue angle of 185.66º 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 #14747E is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 116 | 126 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.51 |
| HSL | 185.66º | 0.73% | 0.29% | - |
| HSV(B) | 185.66º | 0.84% | 0.49% | - |
| XYZ | 10.3 | 14.15 | 21.93 | - |
| YUV | 88.44 | 149.2 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 126 | 0.84 | 0.08 | 0 | 0.51 | 185.66 | 0.73 | 0.29 |
| Hex | 14 | 74 | 7E | 54 | 8 | 0 | 33 | BA | 49 | 1D |
| Octal | 24 | 164 | 176 | 124 | 10 | 0 | 63 | 272 | 111 | 35 |
| Binary | 10100 | 1110100 | 1111110 | 1010100 | 1000 | 0 | 110011 | 10111010 | 1001001 | 11101 |
Color Harmonies of #14747E
Complementary color
Monochromatic Colors of #14747E
Black with #14747E
Text Example
Text Example
White with #14747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14747E; }
p { color: rgb(20,116,126); }
H1.HeaderClassName
{
color: #14747E;
}
.AnyTagClassName
{
color: #14747E;
}
</style>
background-color css
<style>
a { background-color: #14747E; }
a { background-color: rgb(20,116,126); }
div.DivClassName
{
background-color: #14747E;
}
.BgClassName
{
background-color: #14747E;
}
</style>
border-color css
<style>
span { border-color: #14747E; }
span { border-color: rgb(20,116,126); }
td.TdClassName
{
border-color: #14747E;
}
.TagClassName
{
border-color: #14747E;
}
</style>