Shades of Allports #14708D
Tints of Allports #14708D
RGB
CMYK
RGB Variations
Color information
#14708D (or 0x14708D) is known color: Allports. HEX triplet: 14, 70 and 8D. RGB value is (20,112,141). Sum of RGB (Red+Green+Blue) = 20+112+141=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #14708D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14708D is #EB8F72. Grayscale: #575757. Windows color (decimal): -15437683 or 9269268. OLE color: 9269268.
HSL color Cylindrical-coordinate representation of color #14708D: hue angle of 194.38º 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 #14708D is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 112 | 141 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.45 |
| HSL | 194.38º | 0.75% | 0.32% | - |
| HSV(B) | 194.38º | 0.86% | 0.55% | - |
| XYZ | 10.89 | 13.66 | 27.26 | - |
| YUV | 87.8 | 158.02 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 141 | 0.86 | 0.21 | 0 | 0.45 | 194.38 | 0.75 | 0.32 |
| Hex | 14 | 70 | 8D | 56 | 15 | 0 | 2D | C2 | 4B | 20 |
| Octal | 24 | 160 | 215 | 126 | 25 | 0 | 55 | 302 | 113 | 40 |
| Binary | 10100 | 1110000 | 10001101 | 1010110 | 10101 | 0 | 101101 | 11000010 | 1001011 | 100000 |
Color Harmonies of #14708D
Complementary color
Monochromatic Colors of #14708D
Black with #14708D
Text Example
Text Example
White with #14708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14708D; }
p { color: rgb(20,112,141); }
H1.HeaderClassName
{
color: #14708D;
}
.AnyTagClassName
{
color: #14708D;
}
</style>
background-color css
<style>
a { background-color: #14708D; }
a { background-color: rgb(20,112,141); }
div.DivClassName
{
background-color: #14708D;
}
.BgClassName
{
background-color: #14708D;
}
</style>
border-color css
<style>
span { border-color: #14708D; }
span { border-color: rgb(20,112,141); }
td.TdClassName
{
border-color: #14708D;
}
.TagClassName
{
border-color: #14708D;
}
</style>