Shades of Allports #146C78
Tints of Allports #146C78
RGB
CMYK
RGB Variations
Color information
#146C78 (or 0x146C78) is known color: Allports. HEX triplet: 14, 6C and 78. RGB value is (20,108,120). Sum of RGB (Red+Green+Blue) = 20+108+120=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #146C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146C78 is #EB9387. Grayscale: #525252. Windows color (decimal): -15438728 or 7891988. OLE color: 7891988.
HSL color Cylindrical-coordinate representation of color #146C78: hue angle of 187.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146C78 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 108 | 120 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.53 |
| HSL | 187.2º | 0.71% | 0.27% | - |
| HSV(B) | 187.2º | 0.83% | 0.47% | - |
| XYZ | 9.04 | 12.23 | 19.65 | - |
| YUV | 83.06 | 148.85 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 120 | 0.83 | 0.10 | 0 | 0.53 | 187.2 | 0.71 | 0.27 |
| Hex | 14 | 6C | 78 | 53 | A | 0 | 35 | BB | 47 | 1B |
| Octal | 24 | 154 | 170 | 123 | 12 | 0 | 65 | 273 | 107 | 33 |
| Binary | 10100 | 1101100 | 1111000 | 1010011 | 1010 | 0 | 110101 | 10111011 | 1000111 | 11011 |
Color Harmonies of #146C78
Complementary color
Monochromatic Colors of #146C78
Black with #146C78
Text Example
Text Example
White with #146C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146C78; }
p { color: rgb(20,108,120); }
H1.HeaderClassName
{
color: #146C78;
}
.AnyTagClassName
{
color: #146C78;
}
</style>
background-color css
<style>
a { background-color: #146C78; }
a { background-color: rgb(20,108,120); }
div.DivClassName
{
background-color: #146C78;
}
.BgClassName
{
background-color: #146C78;
}
</style>
border-color css
<style>
span { border-color: #146C78; }
span { border-color: rgb(20,108,120); }
td.TdClassName
{
border-color: #146C78;
}
.TagClassName
{
border-color: #146C78;
}
</style>