Shades of Allports #145D70
Tints of Allports #145D70
RGB
CMYK
RGB Variations
Color information
#145D70 (or 0x145D70) is known color: Allports. HEX triplet: 14, 5D and 70. RGB value is (20,93,112). Sum of RGB (Red+Green+Blue) = 20+93+112=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #145D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145D70 is #EBA28F. Grayscale: #494949. Windows color (decimal): -15442576 or 7363860. OLE color: 7363860.
HSL color Cylindrical-coordinate representation of color #145D70: hue angle of 192.39º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #145D70 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 93 | 112 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.56 |
| HSL | 192.39º | 0.7% | 0.26% | - |
| HSV(B) | 192.39º | 0.82% | 0.44% | - |
| XYZ | 7.13 | 9.15 | 16.72 | - |
| YUV | 73.34 | 149.82 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 112 | 0.82 | 0.17 | 0 | 0.56 | 192.39 | 0.7 | 0.26 |
| Hex | 14 | 5D | 70 | 52 | 11 | 0 | 38 | C0 | 46 | 1A |
| Octal | 24 | 135 | 160 | 122 | 21 | 0 | 70 | 300 | 106 | 32 |
| Binary | 10100 | 1011101 | 1110000 | 1010010 | 10001 | 0 | 111000 | 11000000 | 1000110 | 11010 |
Color Harmonies of #145D70
Complementary color
Monochromatic Colors of #145D70
Black with #145D70
Text Example
Text Example
White with #145D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145D70; }
p { color: rgb(20,93,112); }
H1.HeaderClassName
{
color: #145D70;
}
.AnyTagClassName
{
color: #145D70;
}
</style>
background-color css
<style>
a { background-color: #145D70; }
a { background-color: rgb(20,93,112); }
div.DivClassName
{
background-color: #145D70;
}
.BgClassName
{
background-color: #145D70;
}
</style>
border-color css
<style>
span { border-color: #145D70; }
span { border-color: rgb(20,93,112); }
td.TdClassName
{
border-color: #145D70;
}
.TagClassName
{
border-color: #145D70;
}
</style>