Shades of Allports #14697B
Tints of Allports #14697B
RGB
CMYK
RGB Variations
Color information
#14697B (or 0x14697B) is known color: Allports. HEX triplet: 14, 69 and 7B. RGB value is (20,105,123). Sum of RGB (Red+Green+Blue) = 20+105+123=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #14697B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14697B is #EB9684. Grayscale: #515151. Windows color (decimal): -15439493 or 8087828. OLE color: 8087828.
HSL color Cylindrical-coordinate representation of color #14697B: hue angle of 190.49º 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 #14697B is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 105 | 123 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.52 |
| HSL | 190.49º | 0.72% | 0.28% | - |
| HSV(B) | 190.49º | 0.84% | 0.48% | - |
| XYZ | 8.92 | 11.68 | 20.52 | - |
| YUV | 81.64 | 151.34 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 123 | 0.84 | 0.15 | 0 | 0.52 | 190.49 | 0.72 | 0.28 |
| Hex | 14 | 69 | 7B | 54 | F | 0 | 34 | BE | 48 | 1C |
| Octal | 24 | 151 | 173 | 124 | 17 | 0 | 64 | 276 | 110 | 34 |
| Binary | 10100 | 1101001 | 1111011 | 1010100 | 1111 | 0 | 110100 | 10111110 | 1001000 | 11100 |
Color Harmonies of #14697B
Complementary color
Monochromatic Colors of #14697B
Black with #14697B
Text Example
Text Example
White with #14697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14697B; }
p { color: rgb(20,105,123); }
H1.HeaderClassName
{
color: #14697B;
}
.AnyTagClassName
{
color: #14697B;
}
</style>
background-color css
<style>
a { background-color: #14697B; }
a { background-color: rgb(20,105,123); }
div.DivClassName
{
background-color: #14697B;
}
.BgClassName
{
background-color: #14697B;
}
</style>
border-color css
<style>
span { border-color: #14697B; }
span { border-color: rgb(20,105,123); }
td.TdClassName
{
border-color: #14697B;
}
.TagClassName
{
border-color: #14697B;
}
</style>