Shades of Allports #14738E
Tints of Allports #14738E
RGB
CMYK
RGB Variations
Color information
#14738E (or 0x14738E) is known color: Allports. HEX triplet: 14, 73 and 8E. RGB value is (20,115,142). Sum of RGB (Red+Green+Blue) = 20+115+142=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #14738E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14738E is #EB8C71. Grayscale: #595959. Windows color (decimal): -15436914 or 9335572. OLE color: 9335572.
HSL color Cylindrical-coordinate representation of color #14738E: hue angle of 193.28º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14738E is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 115 | 142 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.44 |
| HSL | 193.28º | 0.75% | 0.32% | - |
| HSV(B) | 193.28º | 0.86% | 0.56% | - |
| XYZ | 11.3 | 14.36 | 27.77 | - |
| YUV | 89.67 | 157.53 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 142 | 0.86 | 0.19 | 0 | 0.44 | 193.28 | 0.75 | 0.32 |
| Hex | 14 | 73 | 8E | 56 | 13 | 0 | 2C | C1 | 4B | 20 |
| Octal | 24 | 163 | 216 | 126 | 23 | 0 | 54 | 301 | 113 | 40 |
| Binary | 10100 | 1110011 | 10001110 | 1010110 | 10011 | 0 | 101100 | 11000001 | 1001011 | 100000 |
Color Harmonies of #14738E
Complementary color
Monochromatic Colors of #14738E
Black with #14738E
Text Example
Text Example
White with #14738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14738E; }
p { color: rgb(20,115,142); }
H1.HeaderClassName
{
color: #14738E;
}
.AnyTagClassName
{
color: #14738E;
}
</style>
background-color css
<style>
a { background-color: #14738E; }
a { background-color: rgb(20,115,142); }
div.DivClassName
{
background-color: #14738E;
}
.BgClassName
{
background-color: #14738E;
}
</style>
border-color css
<style>
span { border-color: #14738E; }
span { border-color: rgb(20,115,142); }
td.TdClassName
{
border-color: #14738E;
}
.TagClassName
{
border-color: #14738E;
}
</style>