Shades of Allports #14707B
Tints of Allports #14707B
RGB
CMYK
RGB Variations
Color information
#14707B (or 0x14707B) is known color: Allports. HEX triplet: 14, 70 and 7B. RGB value is (20,112,123). Sum of RGB (Red+Green+Blue) = 20+112+123=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #14707B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14707B is #EB8F84. Grayscale: #555555. Windows color (decimal): -15437701 or 8089620. OLE color: 8089620.
HSL color Cylindrical-coordinate representation of color #14707B: hue angle of 186.41º 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 #14707B is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 112 | 123 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.52 |
| HSL | 186.41º | 0.72% | 0.28% | - |
| HSV(B) | 186.41º | 0.84% | 0.48% | - |
| XYZ | 9.66 | 13.17 | 20.77 | - |
| YUV | 85.75 | 149.02 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 123 | 0.84 | 0.09 | 0 | 0.52 | 186.41 | 0.72 | 0.28 |
| Hex | 14 | 70 | 7B | 54 | 9 | 0 | 34 | BA | 48 | 1C |
| Octal | 24 | 160 | 173 | 124 | 11 | 0 | 64 | 272 | 110 | 34 |
| Binary | 10100 | 1110000 | 1111011 | 1010100 | 1001 | 0 | 110100 | 10111010 | 1001000 | 11100 |
Color Harmonies of #14707B
Complementary color
Monochromatic Colors of #14707B
Black with #14707B
Text Example
Text Example
White with #14707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14707B; }
p { color: rgb(20,112,123); }
H1.HeaderClassName
{
color: #14707B;
}
.AnyTagClassName
{
color: #14707B;
}
</style>
background-color css
<style>
a { background-color: #14707B; }
a { background-color: rgb(20,112,123); }
div.DivClassName
{
background-color: #14707B;
}
.BgClassName
{
background-color: #14707B;
}
</style>
border-color css
<style>
span { border-color: #14707B; }
span { border-color: rgb(20,112,123); }
td.TdClassName
{
border-color: #14707B;
}
.TagClassName
{
border-color: #14707B;
}
</style>