Shades of Allports #14747B
Tints of Allports #14747B
RGB
CMYK
RGB Variations
Color information
#14747B (or 0x14747B) is known color: Allports. HEX triplet: 14, 74 and 7B. RGB value is (20,116,123). Sum of RGB (Red+Green+Blue) = 20+116+123=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #14747B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14747B is #EB8B84. Grayscale: #575757. Windows color (decimal): -15436677 or 8090644. OLE color: 8090644.
HSL color Cylindrical-coordinate representation of color #14747B: hue angle of 184.08º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14747B is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 116 | 123 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.52 |
| HSL | 184.08º | 0.72% | 0.28% | - |
| HSV(B) | 184.08º | 0.84% | 0.48% | - |
| XYZ | 10.11 | 14.07 | 20.92 | - |
| YUV | 88.09 | 147.7 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 123 | 0.84 | 0.06 | 0 | 0.52 | 184.08 | 0.72 | 0.28 |
| Hex | 14 | 74 | 7B | 54 | 6 | 0 | 34 | B8 | 48 | 1C |
| Octal | 24 | 164 | 173 | 124 | 6 | 0 | 64 | 270 | 110 | 34 |
| Binary | 10100 | 1110100 | 1111011 | 1010100 | 110 | 0 | 110100 | 10111000 | 1001000 | 11100 |
Color Harmonies of #14747B
Complementary color
Monochromatic Colors of #14747B
Black with #14747B
Text Example
Text Example
White with #14747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14747B; }
p { color: rgb(20,116,123); }
H1.HeaderClassName
{
color: #14747B;
}
.AnyTagClassName
{
color: #14747B;
}
</style>
background-color css
<style>
a { background-color: #14747B; }
a { background-color: rgb(20,116,123); }
div.DivClassName
{
background-color: #14747B;
}
.BgClassName
{
background-color: #14747B;
}
</style>
border-color css
<style>
span { border-color: #14747B; }
span { border-color: rgb(20,116,123); }
td.TdClassName
{
border-color: #14747B;
}
.TagClassName
{
border-color: #14747B;
}
</style>