Shades of Allports #14798B
Tints of Allports #14798B
RGB
CMYK
RGB Variations
Color information
#14798B (or 0x14798B) is known color: Allports. HEX triplet: 14, 79 and 8B. RGB value is (20,121,139). Sum of RGB (Red+Green+Blue) = 20+121+139=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #14798B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14798B is #EB8674. Grayscale: #5C5C5C. Windows color (decimal): -15435381 or 9140500. OLE color: 9140500.
HSL color Cylindrical-coordinate representation of color #14798B: hue angle of 189.08º 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 #14798B is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 121 | 139 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.45 |
| HSL | 189.08º | 0.75% | 0.31% | - |
| HSV(B) | 189.08º | 0.86% | 0.55% | - |
| XYZ | 11.79 | 15.69 | 26.83 | - |
| YUV | 92.85 | 154.04 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 139 | 0.86 | 0.13 | 0 | 0.45 | 189.08 | 0.75 | 0.31 |
| Hex | 14 | 79 | 8B | 56 | D | 0 | 2D | BD | 4B | 1F |
| Octal | 24 | 171 | 213 | 126 | 15 | 0 | 55 | 275 | 113 | 37 |
| Binary | 10100 | 1111001 | 10001011 | 1010110 | 1101 | 0 | 101101 | 10111101 | 1001011 | 11111 |
Color Harmonies of #14798B
Complementary color
Monochromatic Colors of #14798B
Black with #14798B
Text Example
Text Example
White with #14798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14798B; }
p { color: rgb(20,121,139); }
H1.HeaderClassName
{
color: #14798B;
}
.AnyTagClassName
{
color: #14798B;
}
</style>
background-color css
<style>
a { background-color: #14798B; }
a { background-color: rgb(20,121,139); }
div.DivClassName
{
background-color: #14798B;
}
.BgClassName
{
background-color: #14798B;
}
</style>
border-color css
<style>
span { border-color: #14798B; }
span { border-color: rgb(20,121,139); }
td.TdClassName
{
border-color: #14798B;
}
.TagClassName
{
border-color: #14798B;
}
</style>