Shades of Allports #14657B
Tints of Allports #14657B
RGB
CMYK
RGB Variations
Color information
#14657B (or 0x14657B) is known color: Allports. HEX triplet: 14, 65 and 7B. RGB value is (20,101,123). Sum of RGB (Red+Green+Blue) = 20+101+123=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #14657B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14657B is #EB9A84. Grayscale: #4F4F4F. Windows color (decimal): -15440517 or 8086804. OLE color: 8086804.
HSL color Cylindrical-coordinate representation of color #14657B: hue angle of 192.82º 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 #14657B is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 101 | 123 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.52 |
| HSL | 192.82º | 0.72% | 0.28% | - |
| HSV(B) | 192.82º | 0.84% | 0.48% | - |
| XYZ | 8.52 | 10.89 | 20.39 | - |
| YUV | 79.29 | 152.66 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 123 | 0.84 | 0.18 | 0 | 0.52 | 192.82 | 0.72 | 0.28 |
| Hex | 14 | 65 | 7B | 54 | 12 | 0 | 34 | C1 | 48 | 1C |
| Octal | 24 | 145 | 173 | 124 | 22 | 0 | 64 | 301 | 110 | 34 |
| Binary | 10100 | 1100101 | 1111011 | 1010100 | 10010 | 0 | 110100 | 11000001 | 1001000 | 11100 |
Color Harmonies of #14657B
Complementary color
Monochromatic Colors of #14657B
Black with #14657B
Text Example
Text Example
White with #14657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14657B; }
p { color: rgb(20,101,123); }
H1.HeaderClassName
{
color: #14657B;
}
.AnyTagClassName
{
color: #14657B;
}
</style>
background-color css
<style>
a { background-color: #14657B; }
a { background-color: rgb(20,101,123); }
div.DivClassName
{
background-color: #14657B;
}
.BgClassName
{
background-color: #14657B;
}
</style>
border-color css
<style>
span { border-color: #14657B; }
span { border-color: rgb(20,101,123); }
td.TdClassName
{
border-color: #14657B;
}
.TagClassName
{
border-color: #14657B;
}
</style>