Shades of Allports #14788C
Tints of Allports #14788C
RGB
CMYK
RGB Variations
Color information
#14788C (or 0x14788C) is known color: Allports. HEX triplet: 14, 78 and 8C. RGB value is (20,120,140). Sum of RGB (Red+Green+Blue) = 20+120+140=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #14788C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14788C is #EB8773. Grayscale: #5C5C5C. Windows color (decimal): -15435636 or 9205780. OLE color: 9205780.
HSL color Cylindrical-coordinate representation of color #14788C: hue angle of 190º 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 #14788C is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 120 | 140 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.45 |
| HSL | 190º | 0.75% | 0.31% | - |
| HSV(B) | 190º | 0.86% | 0.55% | - |
| XYZ | 11.74 | 15.48 | 27.18 | - |
| YUV | 92.38 | 154.87 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 120 | 140 | 0.86 | 0.14 | 0 | 0.45 | 190 | 0.75 | 0.31 |
| Hex | 14 | 78 | 8C | 56 | E | 0 | 2D | BE | 4B | 1F |
| Octal | 24 | 170 | 214 | 126 | 16 | 0 | 55 | 276 | 113 | 37 |
| Binary | 10100 | 1111000 | 10001100 | 1010110 | 1110 | 0 | 101101 | 10111110 | 1001011 | 11111 |
Color Harmonies of #14788C
Complementary color
Monochromatic Colors of #14788C
Black with #14788C
Text Example
Text Example
White with #14788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14788C; }
p { color: rgb(20,120,140); }
H1.HeaderClassName
{
color: #14788C;
}
.AnyTagClassName
{
color: #14788C;
}
</style>
background-color css
<style>
a { background-color: #14788C; }
a { background-color: rgb(20,120,140); }
div.DivClassName
{
background-color: #14788C;
}
.BgClassName
{
background-color: #14788C;
}
</style>
border-color css
<style>
span { border-color: #14788C; }
span { border-color: rgb(20,120,140); }
td.TdClassName
{
border-color: #14788C;
}
.TagClassName
{
border-color: #14788C;
}
</style>