Shades of Allports #14728E
Tints of Allports #14728E
RGB
CMYK
RGB Variations
Color information
#14728E (or 0x14728E) is known color: Allports. HEX triplet: 14, 72 and 8E. RGB value is (20,114,142). Sum of RGB (Red+Green+Blue) = 20+114+142=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #14728E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14728E is #EB8D71. Grayscale: #585858. Windows color (decimal): -15437170 or 9335316. OLE color: 9335316.
HSL color Cylindrical-coordinate representation of color #14728E: hue angle of 193.77º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14728E is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 114 | 142 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.44 |
| HSL | 193.77º | 0.75% | 0.32% | - |
| HSV(B) | 193.77º | 0.86% | 0.56% | - |
| XYZ | 11.19 | 14.14 | 27.73 | - |
| YUV | 89.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 142 | 0.86 | 0.20 | 0 | 0.44 | 193.77 | 0.75 | 0.32 |
| Hex | 14 | 72 | 8E | 56 | 14 | 0 | 2C | C2 | 4B | 20 |
| Octal | 24 | 162 | 216 | 126 | 24 | 0 | 54 | 302 | 113 | 40 |
| Binary | 10100 | 1110010 | 10001110 | 1010110 | 10100 | 0 | 101100 | 11000010 | 1001011 | 100000 |
Color Harmonies of #14728E
Complementary color
Monochromatic Colors of #14728E
Black with #14728E
Text Example
Text Example
White with #14728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14728E; }
p { color: rgb(20,114,142); }
H1.HeaderClassName
{
color: #14728E;
}
.AnyTagClassName
{
color: #14728E;
}
</style>
background-color css
<style>
a { background-color: #14728E; }
a { background-color: rgb(20,114,142); }
div.DivClassName
{
background-color: #14728E;
}
.BgClassName
{
background-color: #14728E;
}
</style>
border-color css
<style>
span { border-color: #14728E; }
span { border-color: rgb(20,114,142); }
td.TdClassName
{
border-color: #14728E;
}
.TagClassName
{
border-color: #14728E;
}
</style>