Shades of Allports #14738F
Tints of Allports #14738F
RGB
CMYK
RGB Variations
Color information
#14738F (or 0x14738F) is known color: Allports. HEX triplet: 14, 73 and 8F. RGB value is (20,115,143). Sum of RGB (Red+Green+Blue) = 20+115+143=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #14738F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14738F is #EB8C70. Grayscale: #595959. Windows color (decimal): -15436913 or 9401108. OLE color: 9401108.
HSL color Cylindrical-coordinate representation of color #14738F: hue angle of 193.66º 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 #14738F is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 115 | 143 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.44 |
| HSL | 193.66º | 0.75% | 0.32% | - |
| HSV(B) | 193.66º | 0.86% | 0.56% | - |
| XYZ | 11.38 | 14.39 | 28.17 | - |
| YUV | 89.79 | 158.03 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 143 | 0.86 | 0.20 | 0 | 0.44 | 193.66 | 0.75 | 0.32 |
| Hex | 14 | 73 | 8F | 56 | 14 | 0 | 2C | C2 | 4B | 20 |
| Octal | 24 | 163 | 217 | 126 | 24 | 0 | 54 | 302 | 113 | 40 |
| Binary | 10100 | 1110011 | 10001111 | 1010110 | 10100 | 0 | 101100 | 11000010 | 1001011 | 100000 |
Color Harmonies of #14738F
Complementary color
Monochromatic Colors of #14738F
Black with #14738F
Text Example
Text Example
White with #14738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14738F; }
p { color: rgb(20,115,143); }
H1.HeaderClassName
{
color: #14738F;
}
.AnyTagClassName
{
color: #14738F;
}
</style>
background-color css
<style>
a { background-color: #14738F; }
a { background-color: rgb(20,115,143); }
div.DivClassName
{
background-color: #14738F;
}
.BgClassName
{
background-color: #14738F;
}
</style>
border-color css
<style>
span { border-color: #14738F; }
span { border-color: rgb(20,115,143); }
td.TdClassName
{
border-color: #14738F;
}
.TagClassName
{
border-color: #14738F;
}
</style>