Shades of Allports #14757C
Tints of Allports #14757C
RGB
CMYK
RGB Variations
Color information
#14757C (or 0x14757C) is known color: Allports. HEX triplet: 14, 75 and 7C. RGB value is (20,117,124). Sum of RGB (Red+Green+Blue) = 20+117+124=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #14757C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14757C is #EB8A83. Grayscale: #585858. Windows color (decimal): -15436420 or 8156436. OLE color: 8156436.
HSL color Cylindrical-coordinate representation of color #14757C: hue angle of 184.04º 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 #14757C is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 117 | 124 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.51 |
| HSL | 184.04º | 0.72% | 0.28% | - |
| HSV(B) | 184.04º | 0.84% | 0.49% | - |
| XYZ | 10.29 | 14.33 | 21.29 | - |
| YUV | 88.8 | 147.86 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 124 | 0.84 | 0.06 | 0 | 0.51 | 184.04 | 0.72 | 0.28 |
| Hex | 14 | 75 | 7C | 54 | 6 | 0 | 33 | B8 | 48 | 1C |
| Octal | 24 | 165 | 174 | 124 | 6 | 0 | 63 | 270 | 110 | 34 |
| Binary | 10100 | 1110101 | 1111100 | 1010100 | 110 | 0 | 110011 | 10111000 | 1001000 | 11100 |
Color Harmonies of #14757C
Complementary color
Monochromatic Colors of #14757C
Black with #14757C
Text Example
Text Example
White with #14757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14757C; }
p { color: rgb(20,117,124); }
H1.HeaderClassName
{
color: #14757C;
}
.AnyTagClassName
{
color: #14757C;
}
</style>
background-color css
<style>
a { background-color: #14757C; }
a { background-color: rgb(20,117,124); }
div.DivClassName
{
background-color: #14757C;
}
.BgClassName
{
background-color: #14757C;
}
</style>
border-color css
<style>
span { border-color: #14757C; }
span { border-color: rgb(20,117,124); }
td.TdClassName
{
border-color: #14757C;
}
.TagClassName
{
border-color: #14757C;
}
</style>