Shades of Allports #146082
Tints of Allports #146082
RGB
CMYK
RGB Variations
Color information
#146082 (or 0x146082) is known color: Allports. HEX triplet: 14, 60 and 82. RGB value is (20,96,130). Sum of RGB (Red+Green+Blue) = 20+96+130=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #146082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146082 is #EB9F7D. Grayscale: #4C4C4C. Windows color (decimal): -15441790 or 8544276. OLE color: 8544276.
HSL color Cylindrical-coordinate representation of color #146082: hue angle of 198.55º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146082 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 96 | 130 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.49 |
| HSL | 198.55º | 0.73% | 0.29% | - |
| HSV(B) | 198.55º | 0.85% | 0.51% | - |
| XYZ | 8.5 | 10.13 | 22.63 | - |
| YUV | 77.15 | 157.82 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 130 | 0.85 | 0.26 | 0 | 0.49 | 198.55 | 0.73 | 0.29 |
| Hex | 14 | 60 | 82 | 55 | 1A | 0 | 31 | C7 | 49 | 1D |
| Octal | 24 | 140 | 202 | 125 | 32 | 0 | 61 | 307 | 111 | 35 |
| Binary | 10100 | 1100000 | 10000010 | 1010101 | 11010 | 0 | 110001 | 11000111 | 1001001 | 11101 |
Color Harmonies of #146082
Complementary color
Monochromatic Colors of #146082
Black with #146082
Text Example
Text Example
White with #146082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146082; }
p { color: rgb(20,96,130); }
H1.HeaderClassName
{
color: #146082;
}
.AnyTagClassName
{
color: #146082;
}
</style>
background-color css
<style>
a { background-color: #146082; }
a { background-color: rgb(20,96,130); }
div.DivClassName
{
background-color: #146082;
}
.BgClassName
{
background-color: #146082;
}
</style>
border-color css
<style>
span { border-color: #146082; }
span { border-color: rgb(20,96,130); }
td.TdClassName
{
border-color: #146082;
}
.TagClassName
{
border-color: #146082;
}
</style>