Shades of Allports #146A8D
Tints of Allports #146A8D
RGB
CMYK
RGB Variations
Color information
#146A8D (or 0x146A8D) is known color: Allports. HEX triplet: 14, 6A and 8D. RGB value is (20,106,141). Sum of RGB (Red+Green+Blue) = 20+106+141=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #146A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146A8D is #EB9572. Grayscale: #545454. Windows color (decimal): -15439219 or 9267732. OLE color: 9267732.
HSL color Cylindrical-coordinate representation of color #146A8D: hue angle of 197.36º 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 #146A8D is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 106 | 141 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.45 |
| HSL | 197.36º | 0.75% | 0.32% | - |
| HSV(B) | 197.36º | 0.86% | 0.55% | - |
| XYZ | 10.25 | 12.38 | 27.05 | - |
| YUV | 84.28 | 160.01 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 141 | 0.86 | 0.25 | 0 | 0.45 | 197.36 | 0.75 | 0.32 |
| Hex | 14 | 6A | 8D | 56 | 19 | 0 | 2D | C5 | 4B | 20 |
| Octal | 24 | 152 | 215 | 126 | 31 | 0 | 55 | 305 | 113 | 40 |
| Binary | 10100 | 1101010 | 10001101 | 1010110 | 11001 | 0 | 101101 | 11000101 | 1001011 | 100000 |
Color Harmonies of #146A8D
Complementary color
Monochromatic Colors of #146A8D
Black with #146A8D
Text Example
Text Example
White with #146A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146A8D; }
p { color: rgb(20,106,141); }
H1.HeaderClassName
{
color: #146A8D;
}
.AnyTagClassName
{
color: #146A8D;
}
</style>
background-color css
<style>
a { background-color: #146A8D; }
a { background-color: rgb(20,106,141); }
div.DivClassName
{
background-color: #146A8D;
}
.BgClassName
{
background-color: #146A8D;
}
</style>
border-color css
<style>
span { border-color: #146A8D; }
span { border-color: rgb(20,106,141); }
td.TdClassName
{
border-color: #146A8D;
}
.TagClassName
{
border-color: #146A8D;
}
</style>