Shades of Allports #14748F
Tints of Allports #14748F
RGB
CMYK
RGB Variations
Color information
#14748F (or 0x14748F) is known color: Allports. HEX triplet: 14, 74 and 8F. RGB value is (20,116,143). Sum of RGB (Red+Green+Blue) = 20+116+143=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #14748F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14748F is #EB8B70. Grayscale: #5A5A5A. Windows color (decimal): -15436657 or 9401364. OLE color: 9401364.
HSL color Cylindrical-coordinate representation of color #14748F: hue angle of 193.17º 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 #14748F is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 116 | 143 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.44 |
| HSL | 193.17º | 0.75% | 0.32% | - |
| HSV(B) | 193.17º | 0.86% | 0.56% | - |
| XYZ | 11.49 | 14.62 | 28.2 | - |
| YUV | 90.37 | 157.7 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 143 | 0.86 | 0.19 | 0 | 0.44 | 193.17 | 0.75 | 0.32 |
| Hex | 14 | 74 | 8F | 56 | 13 | 0 | 2C | C1 | 4B | 20 |
| Octal | 24 | 164 | 217 | 126 | 23 | 0 | 54 | 301 | 113 | 40 |
| Binary | 10100 | 1110100 | 10001111 | 1010110 | 10011 | 0 | 101100 | 11000001 | 1001011 | 100000 |
Color Harmonies of #14748F
Complementary color
Monochromatic Colors of #14748F
Black with #14748F
Text Example
Text Example
White with #14748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14748F; }
p { color: rgb(20,116,143); }
H1.HeaderClassName
{
color: #14748F;
}
.AnyTagClassName
{
color: #14748F;
}
</style>
background-color css
<style>
a { background-color: #14748F; }
a { background-color: rgb(20,116,143); }
div.DivClassName
{
background-color: #14748F;
}
.BgClassName
{
background-color: #14748F;
}
</style>
border-color css
<style>
span { border-color: #14748F; }
span { border-color: rgb(20,116,143); }
td.TdClassName
{
border-color: #14748F;
}
.TagClassName
{
border-color: #14748F;
}
</style>