Shades of Allports #146E8D
Tints of Allports #146E8D
RGB
CMYK
RGB Variations
Color information
#146E8D (or 0x146E8D) is known color: Allports. HEX triplet: 14, 6E and 8D. RGB value is (20,110,141). Sum of RGB (Red+Green+Blue) = 20+110+141=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #146E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146E8D is #EB9172. Grayscale: #565656. Windows color (decimal): -15438195 or 9268756. OLE color: 9268756.
HSL color Cylindrical-coordinate representation of color #146E8D: hue angle of 195.37º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146E8D is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 110 | 141 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.45 |
| HSL | 195.37º | 0.75% | 0.32% | - |
| HSV(B) | 195.37º | 0.86% | 0.55% | - |
| XYZ | 10.67 | 13.22 | 27.19 | - |
| YUV | 86.62 | 158.68 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 141 | 0.86 | 0.22 | 0 | 0.45 | 195.37 | 0.75 | 0.32 |
| Hex | 14 | 6E | 8D | 56 | 16 | 0 | 2D | C3 | 4B | 20 |
| Octal | 24 | 156 | 215 | 126 | 26 | 0 | 55 | 303 | 113 | 40 |
| Binary | 10100 | 1101110 | 10001101 | 1010110 | 10110 | 0 | 101101 | 11000011 | 1001011 | 100000 |
Color Harmonies of #146E8D
Complementary color
Monochromatic Colors of #146E8D
Black with #146E8D
Text Example
Text Example
White with #146E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146E8D; }
p { color: rgb(20,110,141); }
H1.HeaderClassName
{
color: #146E8D;
}
.AnyTagClassName
{
color: #146E8D;
}
</style>
background-color css
<style>
a { background-color: #146E8D; }
a { background-color: rgb(20,110,141); }
div.DivClassName
{
background-color: #146E8D;
}
.BgClassName
{
background-color: #146E8D;
}
</style>
border-color css
<style>
span { border-color: #146E8D; }
span { border-color: rgb(20,110,141); }
td.TdClassName
{
border-color: #146E8D;
}
.TagClassName
{
border-color: #146E8D;
}
</style>