Shades of Allports #14737B
Tints of Allports #14737B
RGB
CMYK
RGB Variations
Color information
#14737B (or 0x14737B) is known color: Allports. HEX triplet: 14, 73 and 7B. RGB value is (20,115,123). Sum of RGB (Red+Green+Blue) = 20+115+123=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #14737B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14737B is #EB8C84. Grayscale: #575757. Windows color (decimal): -15436933 or 8090388. OLE color: 8090388.
HSL color Cylindrical-coordinate representation of color #14737B: hue angle of 184.66º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14737B is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 115 | 123 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.52 |
| HSL | 184.66º | 0.72% | 0.28% | - |
| HSV(B) | 184.66º | 0.84% | 0.48% | - |
| XYZ | 9.99 | 13.84 | 20.88 | - |
| YUV | 87.51 | 148.03 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 123 | 0.84 | 0.07 | 0 | 0.52 | 184.66 | 0.72 | 0.28 |
| Hex | 14 | 73 | 7B | 54 | 7 | 0 | 34 | B9 | 48 | 1C |
| Octal | 24 | 163 | 173 | 124 | 7 | 0 | 64 | 271 | 110 | 34 |
| Binary | 10100 | 1110011 | 1111011 | 1010100 | 111 | 0 | 110100 | 10111001 | 1001000 | 11100 |
Color Harmonies of #14737B
Complementary color
Monochromatic Colors of #14737B
Black with #14737B
Text Example
Text Example
White with #14737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14737B; }
p { color: rgb(20,115,123); }
H1.HeaderClassName
{
color: #14737B;
}
.AnyTagClassName
{
color: #14737B;
}
</style>
background-color css
<style>
a { background-color: #14737B; }
a { background-color: rgb(20,115,123); }
div.DivClassName
{
background-color: #14737B;
}
.BgClassName
{
background-color: #14737B;
}
</style>
border-color css
<style>
span { border-color: #14737B; }
span { border-color: rgb(20,115,123); }
td.TdClassName
{
border-color: #14737B;
}
.TagClassName
{
border-color: #14737B;
}
</style>