Shades of Allports #146982
Tints of Allports #146982
RGB
CMYK
RGB Variations
Color information
#146982 (or 0x146982) is known color: Allports. HEX triplet: 14, 69 and 82. RGB value is (20,105,130). Sum of RGB (Red+Green+Blue) = 20+105+130=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #146982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146982 is #EB967D. Grayscale: #525252. Windows color (decimal): -15439486 or 8546580. OLE color: 8546580.
HSL color Cylindrical-coordinate representation of color #146982: hue angle of 193.64º 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 #146982 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 105 | 130 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.49 |
| HSL | 193.64º | 0.73% | 0.29% | - |
| HSV(B) | 193.64º | 0.85% | 0.51% | - |
| XYZ | 9.37 | 11.86 | 22.92 | - |
| YUV | 82.44 | 154.84 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 130 | 0.85 | 0.19 | 0 | 0.49 | 193.64 | 0.73 | 0.29 |
| Hex | 14 | 69 | 82 | 55 | 13 | 0 | 31 | C2 | 49 | 1D |
| Octal | 24 | 151 | 202 | 125 | 23 | 0 | 61 | 302 | 111 | 35 |
| Binary | 10100 | 1101001 | 10000010 | 1010101 | 10011 | 0 | 110001 | 11000010 | 1001001 | 11101 |
Color Harmonies of #146982
Complementary color
Monochromatic Colors of #146982
Black with #146982
Text Example
Text Example
White with #146982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146982; }
p { color: rgb(20,105,130); }
H1.HeaderClassName
{
color: #146982;
}
.AnyTagClassName
{
color: #146982;
}
</style>
background-color css
<style>
a { background-color: #146982; }
a { background-color: rgb(20,105,130); }
div.DivClassName
{
background-color: #146982;
}
.BgClassName
{
background-color: #146982;
}
</style>
border-color css
<style>
span { border-color: #146982; }
span { border-color: rgb(20,105,130); }
td.TdClassName
{
border-color: #146982;
}
.TagClassName
{
border-color: #146982;
}
</style>