Shades of Allports #146578
Tints of Allports #146578
RGB
CMYK
RGB Variations
Color information
#146578 (or 0x146578) is known color: Allports. HEX triplet: 14, 65 and 78. RGB value is (20,101,120). Sum of RGB (Red+Green+Blue) = 20+101+120=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #146578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146578 is #EB9A87. Grayscale: #4E4E4E. Windows color (decimal): -15440520 or 7890196. OLE color: 7890196.
HSL color Cylindrical-coordinate representation of color #146578: hue angle of 191.4º 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 #146578 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 101 | 120 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.53 |
| HSL | 191.4º | 0.71% | 0.27% | - |
| HSV(B) | 191.4º | 0.83% | 0.47% | - |
| XYZ | 8.33 | 10.81 | 19.42 | - |
| YUV | 78.95 | 151.16 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 120 | 0.83 | 0.16 | 0 | 0.53 | 191.4 | 0.71 | 0.27 |
| Hex | 14 | 65 | 78 | 53 | 10 | 0 | 35 | BF | 47 | 1B |
| Octal | 24 | 145 | 170 | 123 | 20 | 0 | 65 | 277 | 107 | 33 |
| Binary | 10100 | 1100101 | 1111000 | 1010011 | 10000 | 0 | 110101 | 10111111 | 1000111 | 11011 |
Color Harmonies of #146578
Complementary color
Monochromatic Colors of #146578
Black with #146578
Text Example
Text Example
White with #146578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146578; }
p { color: rgb(20,101,120); }
H1.HeaderClassName
{
color: #146578;
}
.AnyTagClassName
{
color: #146578;
}
</style>
background-color css
<style>
a { background-color: #146578; }
a { background-color: rgb(20,101,120); }
div.DivClassName
{
background-color: #146578;
}
.BgClassName
{
background-color: #146578;
}
</style>
border-color css
<style>
span { border-color: #146578; }
span { border-color: rgb(20,101,120); }
td.TdClassName
{
border-color: #146578;
}
.TagClassName
{
border-color: #146578;
}
</style>