Shades of Allports #14647E
Tints of Allports #14647E
RGB
CMYK
RGB Variations
Color information
#14647E (or 0x14647E) is known color: Allports. HEX triplet: 14, 64 and 7E. RGB value is (20,100,126). Sum of RGB (Red+Green+Blue) = 20+100+126=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #14647E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14647E is #EB9B81. Grayscale: #4E4E4E. Windows color (decimal): -15440770 or 8283156. OLE color: 8283156.
HSL color Cylindrical-coordinate representation of color #14647E: hue angle of 194.72º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14647E is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 100 | 126 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.51 |
| HSL | 194.72º | 0.73% | 0.29% | - |
| HSV(B) | 194.72º | 0.84% | 0.49% | - |
| XYZ | 8.61 | 10.77 | 21.36 | - |
| YUV | 79.04 | 154.5 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 126 | 0.84 | 0.21 | 0 | 0.51 | 194.72 | 0.73 | 0.29 |
| Hex | 14 | 64 | 7E | 54 | 15 | 0 | 33 | C3 | 49 | 1D |
| Octal | 24 | 144 | 176 | 124 | 25 | 0 | 63 | 303 | 111 | 35 |
| Binary | 10100 | 1100100 | 1111110 | 1010100 | 10101 | 0 | 110011 | 11000011 | 1001001 | 11101 |
Color Harmonies of #14647E
Complementary color
Monochromatic Colors of #14647E
Black with #14647E
Text Example
Text Example
White with #14647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14647E; }
p { color: rgb(20,100,126); }
H1.HeaderClassName
{
color: #14647E;
}
.AnyTagClassName
{
color: #14647E;
}
</style>
background-color css
<style>
a { background-color: #14647E; }
a { background-color: rgb(20,100,126); }
div.DivClassName
{
background-color: #14647E;
}
.BgClassName
{
background-color: #14647E;
}
</style>
border-color css
<style>
span { border-color: #14647E; }
span { border-color: rgb(20,100,126); }
td.TdClassName
{
border-color: #14647E;
}
.TagClassName
{
border-color: #14647E;
}
</style>