Shades of Allports #14737D
Tints of Allports #14737D
RGB
CMYK
RGB Variations
Color information
#14737D (or 0x14737D) is known color: Allports. HEX triplet: 14, 73 and 7D. RGB value is (20,115,125). Sum of RGB (Red+Green+Blue) = 20+115+125=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #14737D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14737D is #EB8C82. Grayscale: #575757. Windows color (decimal): -15436931 or 8221460. OLE color: 8221460.
HSL color Cylindrical-coordinate representation of color #14737D: hue angle of 185.71º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14737D is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 115 | 125 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.51 |
| HSL | 185.71º | 0.72% | 0.28% | - |
| HSV(B) | 185.71º | 0.84% | 0.49% | - |
| XYZ | 10.12 | 13.89 | 21.55 | - |
| YUV | 87.74 | 149.03 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 125 | 0.84 | 0.08 | 0 | 0.51 | 185.71 | 0.72 | 0.28 |
| Hex | 14 | 73 | 7D | 54 | 8 | 0 | 33 | BA | 48 | 1C |
| Octal | 24 | 163 | 175 | 124 | 10 | 0 | 63 | 272 | 110 | 34 |
| Binary | 10100 | 1110011 | 1111101 | 1010100 | 1000 | 0 | 110011 | 10111010 | 1001000 | 11100 |
Color Harmonies of #14737D
Complementary color
Monochromatic Colors of #14737D
Black with #14737D
Text Example
Text Example
White with #14737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14737D; }
p { color: rgb(20,115,125); }
H1.HeaderClassName
{
color: #14737D;
}
.AnyTagClassName
{
color: #14737D;
}
</style>
background-color css
<style>
a { background-color: #14737D; }
a { background-color: rgb(20,115,125); }
div.DivClassName
{
background-color: #14737D;
}
.BgClassName
{
background-color: #14737D;
}
</style>
border-color css
<style>
span { border-color: #14737D; }
span { border-color: rgb(20,115,125); }
td.TdClassName
{
border-color: #14737D;
}
.TagClassName
{
border-color: #14737D;
}
</style>