Shades of Allports #14647F
Tints of Allports #14647F
RGB
CMYK
RGB Variations
Color information
#14647F (or 0x14647F) is known color: Allports. HEX triplet: 14, 64 and 7F. RGB value is (20,100,127). Sum of RGB (Red+Green+Blue) = 20+100+127=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #14647F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14647F is #EB9B80. Grayscale: #4E4E4E. Windows color (decimal): -15440769 or 8348692. OLE color: 8348692.
HSL color Cylindrical-coordinate representation of color #14647F: hue angle of 195.14º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14647F is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 100 | 127 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.50 |
| HSL | 195.14º | 0.73% | 0.29% | - |
| HSV(B) | 195.14º | 0.84% | 0.5% | - |
| XYZ | 8.68 | 10.8 | 21.71 | - |
| YUV | 79.16 | 155 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 127 | 0.84 | 0.21 | 0 | 0.50 | 195.14 | 0.73 | 0.29 |
| Hex | 14 | 64 | 7F | 54 | 15 | 0 | 32 | C3 | 49 | 1D |
| Octal | 24 | 144 | 177 | 124 | 25 | 0 | 62 | 303 | 111 | 35 |
| Binary | 10100 | 1100100 | 1111111 | 1010100 | 10101 | 0 | 110010 | 11000011 | 1001001 | 11101 |
Color Harmonies of #14647F
Complementary color
Monochromatic Colors of #14647F
Black with #14647F
Text Example
Text Example
White with #14647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14647F; }
p { color: rgb(20,100,127); }
H1.HeaderClassName
{
color: #14647F;
}
.AnyTagClassName
{
color: #14647F;
}
</style>
background-color css
<style>
a { background-color: #14647F; }
a { background-color: rgb(20,100,127); }
div.DivClassName
{
background-color: #14647F;
}
.BgClassName
{
background-color: #14647F;
}
</style>
border-color css
<style>
span { border-color: #14647F; }
span { border-color: rgb(20,100,127); }
td.TdClassName
{
border-color: #14647F;
}
.TagClassName
{
border-color: #14647F;
}
</style>