Shades of Allports #146073
Tints of Allports #146073
RGB
CMYK
RGB Variations
Color information
#146073 (or 0x146073) is known color: Allports. HEX triplet: 14, 60 and 73. RGB value is (20,96,115). Sum of RGB (Red+Green+Blue) = 20+96+115=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #146073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146073 is #EB9F8C. Grayscale: #4B4B4B. Windows color (decimal): -15441805 or 7561236. OLE color: 7561236.
HSL color Cylindrical-coordinate representation of color #146073: hue angle of 192º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146073 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 96 | 115 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.55 |
| HSL | 192º | 0.7% | 0.26% | - |
| HSV(B) | 192º | 0.83% | 0.45% | - |
| XYZ | 7.57 | 9.75 | 17.7 | - |
| YUV | 75.44 | 150.32 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 115 | 0.83 | 0.17 | 0 | 0.55 | 192 | 0.7 | 0.26 |
| Hex | 14 | 60 | 73 | 53 | 11 | 0 | 37 | C0 | 46 | 1A |
| Octal | 24 | 140 | 163 | 123 | 21 | 0 | 67 | 300 | 106 | 32 |
| Binary | 10100 | 1100000 | 1110011 | 1010011 | 10001 | 0 | 110111 | 11000000 | 1000110 | 11010 |
Color Harmonies of #146073
Complementary color
Monochromatic Colors of #146073
Black with #146073
Text Example
Text Example
White with #146073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146073; }
p { color: rgb(20,96,115); }
H1.HeaderClassName
{
color: #146073;
}
.AnyTagClassName
{
color: #146073;
}
</style>
background-color css
<style>
a { background-color: #146073; }
a { background-color: rgb(20,96,115); }
div.DivClassName
{
background-color: #146073;
}
.BgClassName
{
background-color: #146073;
}
</style>
border-color css
<style>
span { border-color: #146073; }
span { border-color: rgb(20,96,115); }
td.TdClassName
{
border-color: #146073;
}
.TagClassName
{
border-color: #146073;
}
</style>