Shades of Allports #14798C
Tints of Allports #14798C
RGB
CMYK
RGB Variations
Color information
#14798C (or 0x14798C) is known color: Allports. HEX triplet: 14, 79 and 8C. RGB value is (20,121,140). Sum of RGB (Red+Green+Blue) = 20+121+140=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #14798C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14798C is #EB8673. Grayscale: #5C5C5C. Windows color (decimal): -15435380 or 9206036. OLE color: 9206036.
HSL color Cylindrical-coordinate representation of color #14798C: hue angle of 189.5º 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 #14798C is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 121 | 140 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.45 |
| HSL | 189.5º | 0.75% | 0.31% | - |
| HSV(B) | 189.5º | 0.86% | 0.55% | - |
| XYZ | 11.86 | 15.72 | 27.22 | - |
| YUV | 92.97 | 154.54 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 140 | 0.86 | 0.14 | 0 | 0.45 | 189.5 | 0.75 | 0.31 |
| Hex | 14 | 79 | 8C | 56 | E | 0 | 2D | BE | 4B | 1F |
| Octal | 24 | 171 | 214 | 126 | 16 | 0 | 55 | 276 | 113 | 37 |
| Binary | 10100 | 1111001 | 10001100 | 1010110 | 1110 | 0 | 101101 | 10111110 | 1001011 | 11111 |
Color Harmonies of #14798C
Complementary color
Monochromatic Colors of #14798C
Black with #14798C
Text Example
Text Example
White with #14798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14798C; }
p { color: rgb(20,121,140); }
H1.HeaderClassName
{
color: #14798C;
}
.AnyTagClassName
{
color: #14798C;
}
</style>
background-color css
<style>
a { background-color: #14798C; }
a { background-color: rgb(20,121,140); }
div.DivClassName
{
background-color: #14798C;
}
.BgClassName
{
background-color: #14798C;
}
</style>
border-color css
<style>
span { border-color: #14798C; }
span { border-color: rgb(20,121,140); }
td.TdClassName
{
border-color: #14798C;
}
.TagClassName
{
border-color: #14798C;
}
</style>