Shades of Allports #14758D
Tints of Allports #14758D
RGB
CMYK
RGB Variations
Color information
#14758D (or 0x14758D) is known color: Allports. HEX triplet: 14, 75 and 8D. RGB value is (20,117,141). Sum of RGB (Red+Green+Blue) = 20+117+141=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #14758D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14758D is #EB8A72. Grayscale: #5A5A5A. Windows color (decimal): -15436403 or 9270548. OLE color: 9270548.
HSL color Cylindrical-coordinate representation of color #14758D: hue angle of 191.9º 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 #14758D is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 117 | 141 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.45 |
| HSL | 191.9º | 0.75% | 0.32% | - |
| HSV(B) | 191.9º | 0.86% | 0.55% | - |
| XYZ | 11.46 | 14.79 | 27.45 | - |
| YUV | 90.73 | 156.36 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 141 | 0.86 | 0.17 | 0 | 0.45 | 191.9 | 0.75 | 0.32 |
| Hex | 14 | 75 | 8D | 56 | 11 | 0 | 2D | C0 | 4B | 20 |
| Octal | 24 | 165 | 215 | 126 | 21 | 0 | 55 | 300 | 113 | 40 |
| Binary | 10100 | 1110101 | 10001101 | 1010110 | 10001 | 0 | 101101 | 11000000 | 1001011 | 100000 |
Color Harmonies of #14758D
Complementary color
Monochromatic Colors of #14758D
Black with #14758D
Text Example
Text Example
White with #14758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14758D; }
p { color: rgb(20,117,141); }
H1.HeaderClassName
{
color: #14758D;
}
.AnyTagClassName
{
color: #14758D;
}
</style>
background-color css
<style>
a { background-color: #14758D; }
a { background-color: rgb(20,117,141); }
div.DivClassName
{
background-color: #14758D;
}
.BgClassName
{
background-color: #14758D;
}
</style>
border-color css
<style>
span { border-color: #14758D; }
span { border-color: rgb(20,117,141); }
td.TdClassName
{
border-color: #14758D;
}
.TagClassName
{
border-color: #14758D;
}
</style>