Shades of Allports #14687B
Tints of Allports #14687B
RGB
CMYK
RGB Variations
Color information
#14687B (or 0x14687B) is known color: Allports. HEX triplet: 14, 68 and 7B. RGB value is (20,104,123). Sum of RGB (Red+Green+Blue) = 20+104+123=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #14687B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14687B is #EB9784. Grayscale: #505050. Windows color (decimal): -15439749 or 8087572. OLE color: 8087572.
HSL color Cylindrical-coordinate representation of color #14687B: hue angle of 191.07º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14687B is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 104 | 123 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.52 |
| HSL | 191.07º | 0.72% | 0.28% | - |
| HSV(B) | 191.07º | 0.84% | 0.48% | - |
| XYZ | 8.81 | 11.48 | 20.49 | - |
| YUV | 81.05 | 151.67 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 104 | 123 | 0.84 | 0.15 | 0 | 0.52 | 191.07 | 0.72 | 0.28 |
| Hex | 14 | 68 | 7B | 54 | F | 0 | 34 | BF | 48 | 1C |
| Octal | 24 | 150 | 173 | 124 | 17 | 0 | 64 | 277 | 110 | 34 |
| Binary | 10100 | 1101000 | 1111011 | 1010100 | 1111 | 0 | 110100 | 10111111 | 1001000 | 11100 |
Color Harmonies of #14687B
Complementary color
Monochromatic Colors of #14687B
Black with #14687B
Text Example
Text Example
White with #14687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14687B; }
p { color: rgb(20,104,123); }
H1.HeaderClassName
{
color: #14687B;
}
.AnyTagClassName
{
color: #14687B;
}
</style>
background-color css
<style>
a { background-color: #14687B; }
a { background-color: rgb(20,104,123); }
div.DivClassName
{
background-color: #14687B;
}
.BgClassName
{
background-color: #14687B;
}
</style>
border-color css
<style>
span { border-color: #14687B; }
span { border-color: rgb(20,104,123); }
td.TdClassName
{
border-color: #14687B;
}
.TagClassName
{
border-color: #14687B;
}
</style>