Shades of Allports #14738D
Tints of Allports #14738D
RGB
CMYK
RGB Variations
Color information
#14738D (or 0x14738D) is known color: Allports. HEX triplet: 14, 73 and 8D. RGB value is (20,115,141). Sum of RGB (Red+Green+Blue) = 20+115+141=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #14738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14738D is #EB8C72. Grayscale: #595959. Windows color (decimal): -15436915 or 9270036. OLE color: 9270036.
HSL color Cylindrical-coordinate representation of color #14738D: hue angle of 192.89º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14738D is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 115 | 141 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.45 |
| HSL | 192.89º | 0.75% | 0.32% | - |
| HSV(B) | 192.89º | 0.86% | 0.55% | - |
| XYZ | 11.23 | 14.33 | 27.37 | - |
| YUV | 89.56 | 157.03 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 141 | 0.86 | 0.18 | 0 | 0.45 | 192.89 | 0.75 | 0.32 |
| Hex | 14 | 73 | 8D | 56 | 12 | 0 | 2D | C1 | 4B | 20 |
| Octal | 24 | 163 | 215 | 126 | 22 | 0 | 55 | 301 | 113 | 40 |
| Binary | 10100 | 1110011 | 10001101 | 1010110 | 10010 | 0 | 101101 | 11000001 | 1001011 | 100000 |
Color Harmonies of #14738D
Complementary color
Monochromatic Colors of #14738D
Black with #14738D
Text Example
Text Example
White with #14738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14738D; }
p { color: rgb(20,115,141); }
H1.HeaderClassName
{
color: #14738D;
}
.AnyTagClassName
{
color: #14738D;
}
</style>
background-color css
<style>
a { background-color: #14738D; }
a { background-color: rgb(20,115,141); }
div.DivClassName
{
background-color: #14738D;
}
.BgClassName
{
background-color: #14738D;
}
</style>
border-color css
<style>
span { border-color: #14738D; }
span { border-color: rgb(20,115,141); }
td.TdClassName
{
border-color: #14738D;
}
.TagClassName
{
border-color: #14738D;
}
</style>