Shades of Allports #146382
Tints of Allports #146382
RGB
CMYK
RGB Variations
Color information
#146382 (or 0x146382) is known color: Allports. HEX triplet: 14, 63 and 82. RGB value is (20,99,130). Sum of RGB (Red+Green+Blue) = 20+99+130=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #146382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146382 is #EB9C7D. Grayscale: #4E4E4E. Windows color (decimal): -15441022 or 8545044. OLE color: 8545044.
HSL color Cylindrical-coordinate representation of color #146382: hue angle of 196.91º 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 #146382 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 99 | 130 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.49 |
| HSL | 196.91º | 0.73% | 0.29% | - |
| HSV(B) | 196.91º | 0.85% | 0.51% | - |
| XYZ | 8.78 | 10.68 | 22.72 | - |
| YUV | 78.91 | 156.83 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 130 | 0.85 | 0.24 | 0 | 0.49 | 196.91 | 0.73 | 0.29 |
| Hex | 14 | 63 | 82 | 55 | 18 | 0 | 31 | C5 | 49 | 1D |
| Octal | 24 | 143 | 202 | 125 | 30 | 0 | 61 | 305 | 111 | 35 |
| Binary | 10100 | 1100011 | 10000010 | 1010101 | 11000 | 0 | 110001 | 11000101 | 1001001 | 11101 |
Color Harmonies of #146382
Complementary color
Monochromatic Colors of #146382
Black with #146382
Text Example
Text Example
White with #146382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146382; }
p { color: rgb(20,99,130); }
H1.HeaderClassName
{
color: #146382;
}
.AnyTagClassName
{
color: #146382;
}
</style>
background-color css
<style>
a { background-color: #146382; }
a { background-color: rgb(20,99,130); }
div.DivClassName
{
background-color: #146382;
}
.BgClassName
{
background-color: #146382;
}
</style>
border-color css
<style>
span { border-color: #146382; }
span { border-color: rgb(20,99,130); }
td.TdClassName
{
border-color: #146382;
}
.TagClassName
{
border-color: #146382;
}
</style>