Shades of Allports #14748A
Tints of Allports #14748A
RGB
CMYK
RGB Variations
Color information
#14748A (or 0x14748A) is known color: Allports. HEX triplet: 14, 74 and 8A. RGB value is (20,116,138). Sum of RGB (Red+Green+Blue) = 20+116+138=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #14748A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14748A is #EB8B75. Grayscale: #595959. Windows color (decimal): -15436662 or 9073684. OLE color: 9073684.
HSL color Cylindrical-coordinate representation of color #14748A: hue angle of 191.19º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14748A is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 116 | 138 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.46 |
| HSL | 191.19º | 0.75% | 0.31% | - |
| HSV(B) | 191.19º | 0.86% | 0.54% | - |
| XYZ | 11.12 | 14.47 | 26.25 | - |
| YUV | 89.8 | 155.2 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 138 | 0.86 | 0.16 | 0 | 0.46 | 191.19 | 0.75 | 0.31 |
| Hex | 14 | 74 | 8A | 56 | 10 | 0 | 2E | BF | 4B | 1F |
| Octal | 24 | 164 | 212 | 126 | 20 | 0 | 56 | 277 | 113 | 37 |
| Binary | 10100 | 1110100 | 10001010 | 1010110 | 10000 | 0 | 101110 | 10111111 | 1001011 | 11111 |
Color Harmonies of #14748A
Complementary color
Monochromatic Colors of #14748A
Black with #14748A
Text Example
Text Example
White with #14748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14748A; }
p { color: rgb(20,116,138); }
H1.HeaderClassName
{
color: #14748A;
}
.AnyTagClassName
{
color: #14748A;
}
</style>
background-color css
<style>
a { background-color: #14748A; }
a { background-color: rgb(20,116,138); }
div.DivClassName
{
background-color: #14748A;
}
.BgClassName
{
background-color: #14748A;
}
</style>
border-color css
<style>
span { border-color: #14748A; }
span { border-color: rgb(20,116,138); }
td.TdClassName
{
border-color: #14748A;
}
.TagClassName
{
border-color: #14748A;
}
</style>