Shades of Allports #146879
Tints of Allports #146879
RGB
CMYK
RGB Variations
Color information
#146879 (or 0x146879) is known color: Allports. HEX triplet: 14, 68 and 79. RGB value is (20,104,121). Sum of RGB (Red+Green+Blue) = 20+104+121=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #146879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146879 is #EB9786. Grayscale: #505050. Windows color (decimal): -15439751 or 7956500. OLE color: 7956500.
HSL color Cylindrical-coordinate representation of color #146879: hue angle of 190.1º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146879 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 104 | 121 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.53 |
| HSL | 190.1º | 0.72% | 0.28% | - |
| HSV(B) | 190.1º | 0.83% | 0.47% | - |
| XYZ | 8.69 | 11.43 | 19.84 | - |
| YUV | 80.82 | 150.67 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 104 | 121 | 0.83 | 0.14 | 0 | 0.53 | 190.1 | 0.72 | 0.28 |
| Hex | 14 | 68 | 79 | 53 | E | 0 | 35 | BE | 48 | 1C |
| Octal | 24 | 150 | 171 | 123 | 16 | 0 | 65 | 276 | 110 | 34 |
| Binary | 10100 | 1101000 | 1111001 | 1010011 | 1110 | 0 | 110101 | 10111110 | 1001000 | 11100 |
Color Harmonies of #146879
Complementary color
Monochromatic Colors of #146879
Black with #146879
Text Example
Text Example
White with #146879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146879; }
p { color: rgb(20,104,121); }
H1.HeaderClassName
{
color: #146879;
}
.AnyTagClassName
{
color: #146879;
}
</style>
background-color css
<style>
a { background-color: #146879; }
a { background-color: rgb(20,104,121); }
div.DivClassName
{
background-color: #146879;
}
.BgClassName
{
background-color: #146879;
}
</style>
border-color css
<style>
span { border-color: #146879; }
span { border-color: rgb(20,104,121); }
td.TdClassName
{
border-color: #146879;
}
.TagClassName
{
border-color: #146879;
}
</style>