Shades of Allports #14637D
Tints of Allports #14637D
RGB
CMYK
RGB Variations
Color information
#14637D (or 0x14637D) is known color: Allports. HEX triplet: 14, 63 and 7D. RGB value is (20,99,125). Sum of RGB (Red+Green+Blue) = 20+99+125=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #14637D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14637D is #EB9C82. Grayscale: #4E4E4E. Windows color (decimal): -15441027 or 8217364. OLE color: 8217364.
HSL color Cylindrical-coordinate representation of color #14637D: hue angle of 194.86º 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 #14637D is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 99 | 125 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.51 |
| HSL | 194.86º | 0.72% | 0.28% | - |
| HSV(B) | 194.86º | 0.84% | 0.49% | - |
| XYZ | 8.45 | 10.55 | 20.99 | - |
| YUV | 78.34 | 154.33 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 125 | 0.84 | 0.21 | 0 | 0.51 | 194.86 | 0.72 | 0.28 |
| Hex | 14 | 63 | 7D | 54 | 15 | 0 | 33 | C3 | 48 | 1C |
| Octal | 24 | 143 | 175 | 124 | 25 | 0 | 63 | 303 | 110 | 34 |
| Binary | 10100 | 1100011 | 1111101 | 1010100 | 10101 | 0 | 110011 | 11000011 | 1001000 | 11100 |
Color Harmonies of #14637D
Complementary color
Monochromatic Colors of #14637D
Black with #14637D
Text Example
Text Example
White with #14637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14637D; }
p { color: rgb(20,99,125); }
H1.HeaderClassName
{
color: #14637D;
}
.AnyTagClassName
{
color: #14637D;
}
</style>
background-color css
<style>
a { background-color: #14637D; }
a { background-color: rgb(20,99,125); }
div.DivClassName
{
background-color: #14637D;
}
.BgClassName
{
background-color: #14637D;
}
</style>
border-color css
<style>
span { border-color: #14637D; }
span { border-color: rgb(20,99,125); }
td.TdClassName
{
border-color: #14637D;
}
.TagClassName
{
border-color: #14637D;
}
</style>