Shades of Allports #14728B
Tints of Allports #14728B
RGB
CMYK
RGB Variations
Color information
#14728B (or 0x14728B) is known color: Allports. HEX triplet: 14, 72 and 8B. RGB value is (20,114,139). Sum of RGB (Red+Green+Blue) = 20+114+139=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #14728B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14728B is #EB8D74. Grayscale: #585858. Windows color (decimal): -15437173 or 9138708. OLE color: 9138708.
HSL color Cylindrical-coordinate representation of color #14728B: hue angle of 192.61º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14728B is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 114 | 139 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.45 |
| HSL | 192.61º | 0.75% | 0.31% | - |
| HSV(B) | 192.61º | 0.86% | 0.55% | - |
| XYZ | 10.97 | 14.05 | 26.56 | - |
| YUV | 88.74 | 156.36 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 139 | 0.86 | 0.18 | 0 | 0.45 | 192.61 | 0.75 | 0.31 |
| Hex | 14 | 72 | 8B | 56 | 12 | 0 | 2D | C1 | 4B | 1F |
| Octal | 24 | 162 | 213 | 126 | 22 | 0 | 55 | 301 | 113 | 37 |
| Binary | 10100 | 1110010 | 10001011 | 1010110 | 10010 | 0 | 101101 | 11000001 | 1001011 | 11111 |
Color Harmonies of #14728B
Complementary color
Monochromatic Colors of #14728B
Black with #14728B
Text Example
Text Example
White with #14728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14728B; }
p { color: rgb(20,114,139); }
H1.HeaderClassName
{
color: #14728B;
}
.AnyTagClassName
{
color: #14728B;
}
</style>
background-color css
<style>
a { background-color: #14728B; }
a { background-color: rgb(20,114,139); }
div.DivClassName
{
background-color: #14728B;
}
.BgClassName
{
background-color: #14728B;
}
</style>
border-color css
<style>
span { border-color: #14728B; }
span { border-color: rgb(20,114,139); }
td.TdClassName
{
border-color: #14728B;
}
.TagClassName
{
border-color: #14728B;
}
</style>