Shades of Allports #146682
Tints of Allports #146682
RGB
CMYK
RGB Variations
Color information
#146682 (or 0x146682) is known color: Allports. HEX triplet: 14, 66 and 82. RGB value is (20,102,130). Sum of RGB (Red+Green+Blue) = 20+102+130=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #146682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146682 is #EB997D. Grayscale: #505050. Windows color (decimal): -15440254 or 8545812. OLE color: 8545812.
HSL color Cylindrical-coordinate representation of color #146682: hue angle of 195.27º 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 #146682 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 102 | 130 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.49 |
| HSL | 195.27º | 0.73% | 0.29% | - |
| HSV(B) | 195.27º | 0.85% | 0.51% | - |
| XYZ | 9.07 | 11.26 | 22.82 | - |
| YUV | 80.67 | 155.83 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 130 | 0.85 | 0.22 | 0 | 0.49 | 195.27 | 0.73 | 0.29 |
| Hex | 14 | 66 | 82 | 55 | 16 | 0 | 31 | C3 | 49 | 1D |
| Octal | 24 | 146 | 202 | 125 | 26 | 0 | 61 | 303 | 111 | 35 |
| Binary | 10100 | 1100110 | 10000010 | 1010101 | 10110 | 0 | 110001 | 11000011 | 1001001 | 11101 |
Color Harmonies of #146682
Complementary color
Monochromatic Colors of #146682
Black with #146682
Text Example
Text Example
White with #146682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146682; }
p { color: rgb(20,102,130); }
H1.HeaderClassName
{
color: #146682;
}
.AnyTagClassName
{
color: #146682;
}
</style>
background-color css
<style>
a { background-color: #146682; }
a { background-color: rgb(20,102,130); }
div.DivClassName
{
background-color: #146682;
}
.BgClassName
{
background-color: #146682;
}
</style>
border-color css
<style>
span { border-color: #146682; }
span { border-color: rgb(20,102,130); }
td.TdClassName
{
border-color: #146682;
}
.TagClassName
{
border-color: #146682;
}
</style>