Shades of Allports #14638D
Tints of Allports #14638D
RGB
CMYK
RGB Variations
Color information
#14638D (or 0x14638D) is known color: Allports. HEX triplet: 14, 63 and 8D. RGB value is (20,99,141). Sum of RGB (Red+Green+Blue) = 20+99+141=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #14638D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14638D is #EB9C72. Grayscale: #4F4F4F. Windows color (decimal): -15441011 or 9265940. OLE color: 9265940.
HSL color Cylindrical-coordinate representation of color #14638D: hue angle of 200.83º 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 #14638D is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 99 | 141 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.45 |
| HSL | 200.83º | 0.75% | 0.32% | - |
| HSV(B) | 200.83º | 0.86% | 0.55% | - |
| XYZ | 9.56 | 11 | 26.82 | - |
| YUV | 80.17 | 162.33 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 141 | 0.86 | 0.30 | 0 | 0.45 | 200.83 | 0.75 | 0.32 |
| Hex | 14 | 63 | 8D | 56 | 1E | 0 | 2D | C9 | 4B | 20 |
| Octal | 24 | 143 | 215 | 126 | 36 | 0 | 55 | 311 | 113 | 40 |
| Binary | 10100 | 1100011 | 10001101 | 1010110 | 11110 | 0 | 101101 | 11001001 | 1001011 | 100000 |
Color Harmonies of #14638D
Complementary color
Monochromatic Colors of #14638D
Black with #14638D
Text Example
Text Example
White with #14638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14638D; }
p { color: rgb(20,99,141); }
H1.HeaderClassName
{
color: #14638D;
}
.AnyTagClassName
{
color: #14638D;
}
</style>
background-color css
<style>
a { background-color: #14638D; }
a { background-color: rgb(20,99,141); }
div.DivClassName
{
background-color: #14638D;
}
.BgClassName
{
background-color: #14638D;
}
</style>
border-color css
<style>
span { border-color: #14638D; }
span { border-color: rgb(20,99,141); }
td.TdClassName
{
border-color: #14638D;
}
.TagClassName
{
border-color: #14638D;
}
</style>