Shades of Allports #146C8F
Tints of Allports #146C8F
RGB
CMYK
RGB Variations
Color information
#146C8F (or 0x146C8F) is known color: Allports. HEX triplet: 14, 6C and 8F. RGB value is (20,108,143). Sum of RGB (Red+Green+Blue) = 20+108+143=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #146C8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146C8F is #EB9370. Grayscale: #555555. Windows color (decimal): -15438705 or 9399316. OLE color: 9399316.
HSL color Cylindrical-coordinate representation of color #146C8F: hue angle of 197.07º 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 #146C8F is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 108 | 143 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.44 |
| HSL | 197.07º | 0.75% | 0.32% | - |
| HSV(B) | 197.07º | 0.86% | 0.56% | - |
| XYZ | 10.61 | 12.86 | 27.91 | - |
| YUV | 85.68 | 160.35 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 143 | 0.86 | 0.24 | 0 | 0.44 | 197.07 | 0.75 | 0.32 |
| Hex | 14 | 6C | 8F | 56 | 18 | 0 | 2C | C5 | 4B | 20 |
| Octal | 24 | 154 | 217 | 126 | 30 | 0 | 54 | 305 | 113 | 40 |
| Binary | 10100 | 1101100 | 10001111 | 1010110 | 11000 | 0 | 101100 | 11000101 | 1001011 | 100000 |
Color Harmonies of #146C8F
Complementary color
Monochromatic Colors of #146C8F
Black with #146C8F
Text Example
Text Example
White with #146C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146C8F; }
p { color: rgb(20,108,143); }
H1.HeaderClassName
{
color: #146C8F;
}
.AnyTagClassName
{
color: #146C8F;
}
</style>
background-color css
<style>
a { background-color: #146C8F; }
a { background-color: rgb(20,108,143); }
div.DivClassName
{
background-color: #146C8F;
}
.BgClassName
{
background-color: #146C8F;
}
</style>
border-color css
<style>
span { border-color: #146C8F; }
span { border-color: rgb(20,108,143); }
td.TdClassName
{
border-color: #146C8F;
}
.TagClassName
{
border-color: #146C8F;
}
</style>