Shades of Allports #146784
Tints of Allports #146784
RGB
CMYK
RGB Variations
Color information
#146784 (or 0x146784) is known color: Allports. HEX triplet: 14, 67 and 84. RGB value is (20,103,132). Sum of RGB (Red+Green+Blue) = 20+103+132=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #146784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146784 is #EB987B. Grayscale: #515151. Windows color (decimal): -15439996 or 8677140. OLE color: 8677140.
HSL color Cylindrical-coordinate representation of color #146784: hue angle of 195.54º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146784 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 103 | 132 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.48 |
| HSL | 195.54º | 0.74% | 0.3% | - |
| HSV(B) | 195.54º | 0.85% | 0.52% | - |
| XYZ | 9.3 | 11.52 | 23.56 | - |
| YUV | 81.49 | 156.5 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 132 | 0.85 | 0.22 | 0 | 0.48 | 195.54 | 0.74 | 0.3 |
| Hex | 14 | 67 | 84 | 55 | 16 | 0 | 30 | C4 | 4A | 1E |
| Octal | 24 | 147 | 204 | 125 | 26 | 0 | 60 | 304 | 112 | 36 |
| Binary | 10100 | 1100111 | 10000100 | 1010101 | 10110 | 0 | 110000 | 11000100 | 1001010 | 11110 |
Color Harmonies of #146784
Complementary color
Monochromatic Colors of #146784
Black with #146784
Text Example
Text Example
White with #146784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146784; }
p { color: rgb(20,103,132); }
H1.HeaderClassName
{
color: #146784;
}
.AnyTagClassName
{
color: #146784;
}
</style>
background-color css
<style>
a { background-color: #146784; }
a { background-color: rgb(20,103,132); }
div.DivClassName
{
background-color: #146784;
}
.BgClassName
{
background-color: #146784;
}
</style>
border-color css
<style>
span { border-color: #146784; }
span { border-color: rgb(20,103,132); }
td.TdClassName
{
border-color: #146784;
}
.TagClassName
{
border-color: #146784;
}
</style>