Shades of Allports #14718D
Tints of Allports #14718D
RGB
CMYK
RGB Variations
Color information
#14718D (or 0x14718D) is known color: Allports. HEX triplet: 14, 71 and 8D. RGB value is (20,113,141). Sum of RGB (Red+Green+Blue) = 20+113+141=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #14718D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14718D is #EB8E72. Grayscale: #585858. Windows color (decimal): -15437427 or 9269524. OLE color: 9269524.
HSL color Cylindrical-coordinate representation of color #14718D: hue angle of 193.88º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14718D is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 113 | 141 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.45 |
| HSL | 193.88º | 0.75% | 0.32% | - |
| HSV(B) | 193.88º | 0.86% | 0.55% | - |
| XYZ | 11 | 13.88 | 27.3 | - |
| YUV | 88.39 | 157.69 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 141 | 0.86 | 0.20 | 0 | 0.45 | 193.88 | 0.75 | 0.32 |
| Hex | 14 | 71 | 8D | 56 | 14 | 0 | 2D | C2 | 4B | 20 |
| Octal | 24 | 161 | 215 | 126 | 24 | 0 | 55 | 302 | 113 | 40 |
| Binary | 10100 | 1110001 | 10001101 | 1010110 | 10100 | 0 | 101101 | 11000010 | 1001011 | 100000 |
Color Harmonies of #14718D
Complementary color
Monochromatic Colors of #14718D
Black with #14718D
Text Example
Text Example
White with #14718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14718D; }
p { color: rgb(20,113,141); }
H1.HeaderClassName
{
color: #14718D;
}
.AnyTagClassName
{
color: #14718D;
}
</style>
background-color css
<style>
a { background-color: #14718D; }
a { background-color: rgb(20,113,141); }
div.DivClassName
{
background-color: #14718D;
}
.BgClassName
{
background-color: #14718D;
}
</style>
border-color css
<style>
span { border-color: #14718D; }
span { border-color: rgb(20,113,141); }
td.TdClassName
{
border-color: #14718D;
}
.TagClassName
{
border-color: #14718D;
}
</style>