Shades of Allports #14677D
Tints of Allports #14677D
RGB
CMYK
RGB Variations
Color information
#14677D (or 0x14677D) is known color: Allports. HEX triplet: 14, 67 and 7D. RGB value is (20,103,125). Sum of RGB (Red+Green+Blue) = 20+103+125=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #14677D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14677D is #EB9882. Grayscale: #505050. Windows color (decimal): -15440003 or 8218388. OLE color: 8218388.
HSL color Cylindrical-coordinate representation of color #14677D: hue angle of 192.57º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14677D is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 103 | 125 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.51 |
| HSL | 192.57º | 0.72% | 0.28% | - |
| HSV(B) | 192.57º | 0.84% | 0.49% | - |
| XYZ | 8.84 | 11.33 | 21.12 | - |
| YUV | 80.69 | 153 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 125 | 0.84 | 0.18 | 0 | 0.51 | 192.57 | 0.72 | 0.28 |
| Hex | 14 | 67 | 7D | 54 | 12 | 0 | 33 | C1 | 48 | 1C |
| Octal | 24 | 147 | 175 | 124 | 22 | 0 | 63 | 301 | 110 | 34 |
| Binary | 10100 | 1100111 | 1111101 | 1010100 | 10010 | 0 | 110011 | 11000001 | 1001000 | 11100 |
Color Harmonies of #14677D
Complementary color
Monochromatic Colors of #14677D
Black with #14677D
Text Example
Text Example
White with #14677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14677D; }
p { color: rgb(20,103,125); }
H1.HeaderClassName
{
color: #14677D;
}
.AnyTagClassName
{
color: #14677D;
}
</style>
background-color css
<style>
a { background-color: #14677D; }
a { background-color: rgb(20,103,125); }
div.DivClassName
{
background-color: #14677D;
}
.BgClassName
{
background-color: #14677D;
}
</style>
border-color css
<style>
span { border-color: #14677D; }
span { border-color: rgb(20,103,125); }
td.TdClassName
{
border-color: #14677D;
}
.TagClassName
{
border-color: #14677D;
}
</style>