Shades of Allports #145D72
Tints of Allports #145D72
RGB
CMYK
RGB Variations
Color information
#145D72 (or 0x145D72) is known color: Allports. HEX triplet: 14, 5D and 72. RGB value is (20,93,114). Sum of RGB (Red+Green+Blue) = 20+93+114=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #145D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145D72 is #EBA28D. Grayscale: #494949. Windows color (decimal): -15442574 or 7494932. OLE color: 7494932.
HSL color Cylindrical-coordinate representation of color #145D72: hue angle of 193.4º 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 #145D72 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 93 | 114 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.55 |
| HSL | 193.4º | 0.7% | 0.26% | - |
| HSV(B) | 193.4º | 0.82% | 0.45% | - |
| XYZ | 7.24 | 9.19 | 17.31 | - |
| YUV | 73.57 | 150.82 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 114 | 0.82 | 0.18 | 0 | 0.55 | 193.4 | 0.7 | 0.26 |
| Hex | 14 | 5D | 72 | 52 | 12 | 0 | 37 | C1 | 46 | 1A |
| Octal | 24 | 135 | 162 | 122 | 22 | 0 | 67 | 301 | 106 | 32 |
| Binary | 10100 | 1011101 | 1110010 | 1010010 | 10010 | 0 | 110111 | 11000001 | 1000110 | 11010 |
Color Harmonies of #145D72
Complementary color
Monochromatic Colors of #145D72
Black with #145D72
Text Example
Text Example
White with #145D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145D72; }
p { color: rgb(20,93,114); }
H1.HeaderClassName
{
color: #145D72;
}
.AnyTagClassName
{
color: #145D72;
}
</style>
background-color css
<style>
a { background-color: #145D72; }
a { background-color: rgb(20,93,114); }
div.DivClassName
{
background-color: #145D72;
}
.BgClassName
{
background-color: #145D72;
}
</style>
border-color css
<style>
span { border-color: #145D72; }
span { border-color: rgb(20,93,114); }
td.TdClassName
{
border-color: #145D72;
}
.TagClassName
{
border-color: #145D72;
}
</style>