Shades of Allports #14768D
Tints of Allports #14768D
RGB
CMYK
RGB Variations
Color information
#14768D (or 0x14768D) is known color: Allports. HEX triplet: 14, 76 and 8D. RGB value is (20,118,141). Sum of RGB (Red+Green+Blue) = 20+118+141=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #14768D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14768D is #EB8972. Grayscale: #5B5B5B. Windows color (decimal): -15436147 or 9270804. OLE color: 9270804.
HSL color Cylindrical-coordinate representation of color #14768D: hue angle of 191.4º 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 #14768D is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 118 | 141 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.45 |
| HSL | 191.41º | 0.75% | 0.32% | - |
| HSV(B) | 191.41º | 0.86% | 0.55% | - |
| XYZ | 11.57 | 15.03 | 27.49 | - |
| YUV | 91.32 | 156.03 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 141 | 0.86 | 0.16 | 0 | 0.45 | 191.41 | 0.75 | 0.32 |
| Hex | 14 | 76 | 8D | 56 | 10 | 0 | 2D | BF | 4B | 20 |
| Octal | 24 | 166 | 215 | 126 | 20 | 0 | 55 | 277 | 113 | 40 |
| Binary | 10100 | 1110110 | 10001101 | 1010110 | 10000 | 0 | 101101 | 10111111 | 1001011 | 100000 |
Color Harmonies of #14768D
Complementary color
Monochromatic Colors of #14768D
Black with #14768D
Text Example
Text Example
White with #14768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14768D; }
p { color: rgb(20,118,141); }
H1.HeaderClassName
{
color: #14768D;
}
.AnyTagClassName
{
color: #14768D;
}
</style>
background-color css
<style>
a { background-color: #14768D; }
a { background-color: rgb(20,118,141); }
div.DivClassName
{
background-color: #14768D;
}
.BgClassName
{
background-color: #14768D;
}
</style>
border-color css
<style>
span { border-color: #14768D; }
span { border-color: rgb(20,118,141); }
td.TdClassName
{
border-color: #14768D;
}
.TagClassName
{
border-color: #14768D;
}
</style>