Shades of Allports #146C82
Tints of Allports #146C82
RGB
CMYK
RGB Variations
Color information
#146C82 (or 0x146C82) is known color: Allports. HEX triplet: 14, 6C and 82. RGB value is (20,108,130). Sum of RGB (Red+Green+Blue) = 20+108+130=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #146C82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146C82 is #EB937D. Grayscale: #545454. Windows color (decimal): -15438718 or 8547348. OLE color: 8547348.
HSL color Cylindrical-coordinate representation of color #146C82: hue angle of 192º 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 #146C82 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 108 | 130 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.49 |
| HSL | 192º | 0.73% | 0.29% | - |
| HSV(B) | 192º | 0.85% | 0.51% | - |
| XYZ | 9.68 | 12.49 | 23.02 | - |
| YUV | 84.2 | 153.85 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 130 | 0.85 | 0.17 | 0 | 0.49 | 192 | 0.73 | 0.29 |
| Hex | 14 | 6C | 82 | 55 | 11 | 0 | 31 | C0 | 49 | 1D |
| Octal | 24 | 154 | 202 | 125 | 21 | 0 | 61 | 300 | 111 | 35 |
| Binary | 10100 | 1101100 | 10000010 | 1010101 | 10001 | 0 | 110001 | 11000000 | 1001001 | 11101 |
Color Harmonies of #146C82
Complementary color
Monochromatic Colors of #146C82
Black with #146C82
Text Example
Text Example
White with #146C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146C82; }
p { color: rgb(20,108,130); }
H1.HeaderClassName
{
color: #146C82;
}
.AnyTagClassName
{
color: #146C82;
}
</style>
background-color css
<style>
a { background-color: #146C82; }
a { background-color: rgb(20,108,130); }
div.DivClassName
{
background-color: #146C82;
}
.BgClassName
{
background-color: #146C82;
}
</style>
border-color css
<style>
span { border-color: #146C82; }
span { border-color: rgb(20,108,130); }
td.TdClassName
{
border-color: #146C82;
}
.TagClassName
{
border-color: #146C82;
}
</style>