Shades of Allports #146A8C
Tints of Allports #146A8C
RGB
CMYK
RGB Variations
Color information
#146A8C (or 0x146A8C) is known color: Allports. HEX triplet: 14, 6A and 8C. RGB value is (20,106,140). Sum of RGB (Red+Green+Blue) = 20+106+140=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #146A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146A8C is #EB9573. Grayscale: #535353. Windows color (decimal): -15439220 or 9202196. OLE color: 9202196.
HSL color Cylindrical-coordinate representation of color #146A8C: hue angle of 197º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146A8C is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 106 | 140 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.45 |
| HSL | 197º | 0.75% | 0.31% | - |
| HSV(B) | 197º | 0.86% | 0.55% | - |
| XYZ | 10.18 | 12.35 | 26.66 | - |
| YUV | 84.16 | 159.51 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 140 | 0.86 | 0.24 | 0 | 0.45 | 197 | 0.75 | 0.31 |
| Hex | 14 | 6A | 8C | 56 | 18 | 0 | 2D | C5 | 4B | 1F |
| Octal | 24 | 152 | 214 | 126 | 30 | 0 | 55 | 305 | 113 | 37 |
| Binary | 10100 | 1101010 | 10001100 | 1010110 | 11000 | 0 | 101101 | 11000101 | 1001011 | 11111 |
Color Harmonies of #146A8C
Complementary color
Monochromatic Colors of #146A8C
Black with #146A8C
Text Example
Text Example
White with #146A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146A8C; }
p { color: rgb(20,106,140); }
H1.HeaderClassName
{
color: #146A8C;
}
.AnyTagClassName
{
color: #146A8C;
}
</style>
background-color css
<style>
a { background-color: #146A8C; }
a { background-color: rgb(20,106,140); }
div.DivClassName
{
background-color: #146A8C;
}
.BgClassName
{
background-color: #146A8C;
}
</style>
border-color css
<style>
span { border-color: #146A8C; }
span { border-color: rgb(20,106,140); }
td.TdClassName
{
border-color: #146A8C;
}
.TagClassName
{
border-color: #146A8C;
}
</style>