Shades of Allports #146C8D
Tints of Allports #146C8D
RGB
CMYK
RGB Variations
Color information
#146C8D (or 0x146C8D) is known color: Allports. HEX triplet: 14, 6C and 8D. RGB value is (20,108,141). Sum of RGB (Red+Green+Blue) = 20+108+141=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #146C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146C8D is #EB9372. Grayscale: #555555. Windows color (decimal): -15438707 or 9268244. OLE color: 9268244.
HSL color Cylindrical-coordinate representation of color #146C8D: hue angle of 196.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 #146C8D is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 108 | 141 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.45 |
| HSL | 196.36º | 0.75% | 0.32% | - |
| HSV(B) | 196.36º | 0.86% | 0.55% | - |
| XYZ | 10.46 | 12.8 | 27.12 | - |
| YUV | 85.45 | 159.35 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 141 | 0.86 | 0.23 | 0 | 0.45 | 196.36 | 0.75 | 0.32 |
| Hex | 14 | 6C | 8D | 56 | 17 | 0 | 2D | C4 | 4B | 20 |
| Octal | 24 | 154 | 215 | 126 | 27 | 0 | 55 | 304 | 113 | 40 |
| Binary | 10100 | 1101100 | 10001101 | 1010110 | 10111 | 0 | 101101 | 11000100 | 1001011 | 100000 |
Color Harmonies of #146C8D
Complementary color
Monochromatic Colors of #146C8D
Black with #146C8D
Text Example
Text Example
White with #146C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146C8D; }
p { color: rgb(20,108,141); }
H1.HeaderClassName
{
color: #146C8D;
}
.AnyTagClassName
{
color: #146C8D;
}
</style>
background-color css
<style>
a { background-color: #146C8D; }
a { background-color: rgb(20,108,141); }
div.DivClassName
{
background-color: #146C8D;
}
.BgClassName
{
background-color: #146C8D;
}
</style>
border-color css
<style>
span { border-color: #146C8D; }
span { border-color: rgb(20,108,141); }
td.TdClassName
{
border-color: #146C8D;
}
.TagClassName
{
border-color: #146C8D;
}
</style>