Shades of Allports #14668E
Tints of Allports #14668E
RGB
CMYK
RGB Variations
Color information
#14668E (or 0x14668E) is known color: Allports. HEX triplet: 14, 66 and 8E. RGB value is (20,102,142). Sum of RGB (Red+Green+Blue) = 20+102+142=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #14668E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14668E is #EB9971. Grayscale: #515151. Windows color (decimal): -15440242 or 9332244. OLE color: 9332244.
HSL color Cylindrical-coordinate representation of color #14668E: hue angle of 199.67º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14668E is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 102 | 142 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.44 |
| HSL | 199.67º | 0.75% | 0.32% | - |
| HSV(B) | 199.67º | 0.86% | 0.56% | - |
| XYZ | 9.92 | 11.6 | 27.31 | - |
| YUV | 82.04 | 161.83 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 142 | 0.86 | 0.28 | 0 | 0.44 | 199.67 | 0.75 | 0.32 |
| Hex | 14 | 66 | 8E | 56 | 1C | 0 | 2C | C8 | 4B | 20 |
| Octal | 24 | 146 | 216 | 126 | 34 | 0 | 54 | 310 | 113 | 40 |
| Binary | 10100 | 1100110 | 10001110 | 1010110 | 11100 | 0 | 101100 | 11001000 | 1001011 | 100000 |
Color Harmonies of #14668E
Complementary color
Monochromatic Colors of #14668E
Black with #14668E
Text Example
Text Example
White with #14668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14668E; }
p { color: rgb(20,102,142); }
H1.HeaderClassName
{
color: #14668E;
}
.AnyTagClassName
{
color: #14668E;
}
</style>
background-color css
<style>
a { background-color: #14668E; }
a { background-color: rgb(20,102,142); }
div.DivClassName
{
background-color: #14668E;
}
.BgClassName
{
background-color: #14668E;
}
</style>
border-color css
<style>
span { border-color: #14668E; }
span { border-color: rgb(20,102,142); }
td.TdClassName
{
border-color: #14668E;
}
.TagClassName
{
border-color: #14668E;
}
</style>