Shades of Allports #14687D
Tints of Allports #14687D
RGB
CMYK
RGB Variations
Color information
#14687D (or 0x14687D) is known color: Allports. HEX triplet: 14, 68 and 7D. RGB value is (20,104,125). Sum of RGB (Red+Green+Blue) = 20+104+125=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #14687D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14687D is #EB9782. Grayscale: #515151. Windows color (decimal): -15439747 or 8218644. OLE color: 8218644.
HSL color Cylindrical-coordinate representation of color #14687D: hue angle of 192º 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 #14687D is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 104 | 125 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.51 |
| HSL | 192º | 0.72% | 0.28% | - |
| HSV(B) | 192º | 0.84% | 0.49% | - |
| XYZ | 8.94 | 11.53 | 21.16 | - |
| YUV | 81.28 | 152.67 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 104 | 125 | 0.84 | 0.17 | 0 | 0.51 | 192 | 0.72 | 0.28 |
| Hex | 14 | 68 | 7D | 54 | 11 | 0 | 33 | C0 | 48 | 1C |
| Octal | 24 | 150 | 175 | 124 | 21 | 0 | 63 | 300 | 110 | 34 |
| Binary | 10100 | 1101000 | 1111101 | 1010100 | 10001 | 0 | 110011 | 11000000 | 1001000 | 11100 |
Color Harmonies of #14687D
Complementary color
Monochromatic Colors of #14687D
Black with #14687D
Text Example
Text Example
White with #14687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14687D; }
p { color: rgb(20,104,125); }
H1.HeaderClassName
{
color: #14687D;
}
.AnyTagClassName
{
color: #14687D;
}
</style>
background-color css
<style>
a { background-color: #14687D; }
a { background-color: rgb(20,104,125); }
div.DivClassName
{
background-color: #14687D;
}
.BgClassName
{
background-color: #14687D;
}
</style>
border-color css
<style>
span { border-color: #14687D; }
span { border-color: rgb(20,104,125); }
td.TdClassName
{
border-color: #14687D;
}
.TagClassName
{
border-color: #14687D;
}
</style>