Shades of Allports #146978
Tints of Allports #146978
RGB
CMYK
RGB Variations
Color information
#146978 (or 0x146978) is known color: Allports. HEX triplet: 14, 69 and 78. RGB value is (20,105,120). Sum of RGB (Red+Green+Blue) = 20+105+120=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #146978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146978 is #EB9687. Grayscale: #515151. Windows color (decimal): -15439496 or 7891220. OLE color: 7891220.
HSL color Cylindrical-coordinate representation of color #146978: hue angle of 189º 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 #146978 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 105 | 120 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.53 |
| HSL | 189º | 0.71% | 0.27% | - |
| HSV(B) | 189º | 0.83% | 0.47% | - |
| XYZ | 8.73 | 11.61 | 19.55 | - |
| YUV | 81.3 | 149.84 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 120 | 0.83 | 0.13 | 0 | 0.53 | 189 | 0.71 | 0.27 |
| Hex | 14 | 69 | 78 | 53 | D | 0 | 35 | BD | 47 | 1B |
| Octal | 24 | 151 | 170 | 123 | 15 | 0 | 65 | 275 | 107 | 33 |
| Binary | 10100 | 1101001 | 1111000 | 1010011 | 1101 | 0 | 110101 | 10111101 | 1000111 | 11011 |
Color Harmonies of #146978
Complementary color
Monochromatic Colors of #146978
Black with #146978
Text Example
Text Example
White with #146978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146978; }
p { color: rgb(20,105,120); }
H1.HeaderClassName
{
color: #146978;
}
.AnyTagClassName
{
color: #146978;
}
</style>
background-color css
<style>
a { background-color: #146978; }
a { background-color: rgb(20,105,120); }
div.DivClassName
{
background-color: #146978;
}
.BgClassName
{
background-color: #146978;
}
</style>
border-color css
<style>
span { border-color: #146978; }
span { border-color: rgb(20,105,120); }
td.TdClassName
{
border-color: #146978;
}
.TagClassName
{
border-color: #146978;
}
</style>