Shades of Allports #146572
Tints of Allports #146572
RGB
CMYK
RGB Variations
Color information
#146572 (or 0x146572) is known color: Allports. HEX triplet: 14, 65 and 72. RGB value is (20,101,114). Sum of RGB (Red+Green+Blue) = 20+101+114=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #146572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146572 is #EB9A8D. Grayscale: #4E4E4E. Windows color (decimal): -15440526 or 7496980. OLE color: 7496980.
HSL color Cylindrical-coordinate representation of color #146572: hue angle of 188.3º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146572 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 101 | 114 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.55 |
| HSL | 188.3º | 0.7% | 0.26% | - |
| HSV(B) | 188.3º | 0.82% | 0.45% | - |
| XYZ | 7.98 | 10.67 | 17.56 | - |
| YUV | 78.26 | 148.16 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 114 | 0.82 | 0.11 | 0 | 0.55 | 188.3 | 0.7 | 0.26 |
| Hex | 14 | 65 | 72 | 52 | B | 0 | 37 | BC | 46 | 1A |
| Octal | 24 | 145 | 162 | 122 | 13 | 0 | 67 | 274 | 106 | 32 |
| Binary | 10100 | 1100101 | 1110010 | 1010010 | 1011 | 0 | 110111 | 10111100 | 1000110 | 11010 |
Color Harmonies of #146572
Complementary color
Monochromatic Colors of #146572
Black with #146572
Text Example
Text Example
White with #146572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146572; }
p { color: rgb(20,101,114); }
H1.HeaderClassName
{
color: #146572;
}
.AnyTagClassName
{
color: #146572;
}
</style>
background-color css
<style>
a { background-color: #146572; }
a { background-color: rgb(20,101,114); }
div.DivClassName
{
background-color: #146572;
}
.BgClassName
{
background-color: #146572;
}
</style>
border-color css
<style>
span { border-color: #146572; }
span { border-color: rgb(20,101,114); }
td.TdClassName
{
border-color: #146572;
}
.TagClassName
{
border-color: #146572;
}
</style>