Shades of Allports #14718B
Tints of Allports #14718B
RGB
CMYK
RGB Variations
Color information
#14718B (or 0x14718B) is known color: Allports. HEX triplet: 14, 71 and 8B. RGB value is (20,113,139). Sum of RGB (Red+Green+Blue) = 20+113+139=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #14718B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14718B is #EB8E74. Grayscale: #575757. Windows color (decimal): -15437429 or 9138452. OLE color: 9138452.
HSL color Cylindrical-coordinate representation of color #14718B: hue angle of 193.11º 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 #14718B is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 113 | 139 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.45 |
| HSL | 193.11º | 0.75% | 0.31% | - |
| HSV(B) | 193.11º | 0.86% | 0.55% | - |
| XYZ | 10.85 | 13.82 | 26.52 | - |
| YUV | 88.16 | 156.69 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 139 | 0.86 | 0.19 | 0 | 0.45 | 193.11 | 0.75 | 0.31 |
| Hex | 14 | 71 | 8B | 56 | 13 | 0 | 2D | C1 | 4B | 1F |
| Octal | 24 | 161 | 213 | 126 | 23 | 0 | 55 | 301 | 113 | 37 |
| Binary | 10100 | 1110001 | 10001011 | 1010110 | 10011 | 0 | 101101 | 11000001 | 1001011 | 11111 |
Color Harmonies of #14718B
Complementary color
Monochromatic Colors of #14718B
Black with #14718B
Text Example
Text Example
White with #14718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14718B; }
p { color: rgb(20,113,139); }
H1.HeaderClassName
{
color: #14718B;
}
.AnyTagClassName
{
color: #14718B;
}
</style>
background-color css
<style>
a { background-color: #14718B; }
a { background-color: rgb(20,113,139); }
div.DivClassName
{
background-color: #14718B;
}
.BgClassName
{
background-color: #14718B;
}
</style>
border-color css
<style>
span { border-color: #14718B; }
span { border-color: rgb(20,113,139); }
td.TdClassName
{
border-color: #14718B;
}
.TagClassName
{
border-color: #14718B;
}
</style>