Shades of Allports #145F73
Tints of Allports #145F73
RGB
CMYK
RGB Variations
Color information
#145F73 (or 0x145F73) is known color: Allports. HEX triplet: 14, 5F and 73. RGB value is (20,95,115). Sum of RGB (Red+Green+Blue) = 20+95+115=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #145F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F73 is #EBA08C. Grayscale: #4A4A4A. Windows color (decimal): -15442061 or 7560980. OLE color: 7560980.
HSL color Cylindrical-coordinate representation of color #145F73: hue angle of 192.63º 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 #145F73 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 95 | 115 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.55 |
| HSL | 192.63º | 0.7% | 0.26% | - |
| HSV(B) | 192.63º | 0.83% | 0.45% | - |
| XYZ | 7.48 | 9.57 | 17.67 | - |
| YUV | 74.86 | 150.65 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 115 | 0.83 | 0.17 | 0 | 0.55 | 192.63 | 0.7 | 0.26 |
| Hex | 14 | 5F | 73 | 53 | 11 | 0 | 37 | C1 | 46 | 1A |
| Octal | 24 | 137 | 163 | 123 | 21 | 0 | 67 | 301 | 106 | 32 |
| Binary | 10100 | 1011111 | 1110011 | 1010011 | 10001 | 0 | 110111 | 11000001 | 1000110 | 11010 |
Color Harmonies of #145F73
Complementary color
Monochromatic Colors of #145F73
Black with #145F73
Text Example
Text Example
White with #145F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F73; }
p { color: rgb(20,95,115); }
H1.HeaderClassName
{
color: #145F73;
}
.AnyTagClassName
{
color: #145F73;
}
</style>
background-color css
<style>
a { background-color: #145F73; }
a { background-color: rgb(20,95,115); }
div.DivClassName
{
background-color: #145F73;
}
.BgClassName
{
background-color: #145F73;
}
</style>
border-color css
<style>
span { border-color: #145F73; }
span { border-color: rgb(20,95,115); }
td.TdClassName
{
border-color: #145F73;
}
.TagClassName
{
border-color: #145F73;
}
</style>