Shades of Allports #145F71
Tints of Allports #145F71
RGB
CMYK
RGB Variations
Color information
#145F71 (or 0x145F71) is known color: Allports. HEX triplet: 14, 5F and 71. RGB value is (20,95,113). Sum of RGB (Red+Green+Blue) = 20+95+113=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #145F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F71 is #EBA08E. Grayscale: #4A4A4A. Windows color (decimal): -15442063 or 7429908. OLE color: 7429908.
HSL color Cylindrical-coordinate representation of color #145F71: hue angle of 191.61º 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 #145F71 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 95 | 113 | - |
| CMYK | 0.82 | 0.16 | 0 | 0.56 |
| HSL | 191.61º | 0.7% | 0.26% | - |
| HSV(B) | 191.61º | 0.82% | 0.44% | - |
| XYZ | 7.36 | 9.53 | 17.07 | - |
| YUV | 74.63 | 149.65 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 113 | 0.82 | 0.16 | 0 | 0.56 | 191.61 | 0.7 | 0.26 |
| Hex | 14 | 5F | 71 | 52 | 10 | 0 | 38 | C0 | 46 | 1A |
| Octal | 24 | 137 | 161 | 122 | 20 | 0 | 70 | 300 | 106 | 32 |
| Binary | 10100 | 1011111 | 1110001 | 1010010 | 10000 | 0 | 111000 | 11000000 | 1000110 | 11010 |
Color Harmonies of #145F71
Complementary color
Monochromatic Colors of #145F71
Black with #145F71
Text Example
Text Example
White with #145F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F71; }
p { color: rgb(20,95,113); }
H1.HeaderClassName
{
color: #145F71;
}
.AnyTagClassName
{
color: #145F71;
}
</style>
background-color css
<style>
a { background-color: #145F71; }
a { background-color: rgb(20,95,113); }
div.DivClassName
{
background-color: #145F71;
}
.BgClassName
{
background-color: #145F71;
}
</style>
border-color css
<style>
span { border-color: #145F71; }
span { border-color: rgb(20,95,113); }
td.TdClassName
{
border-color: #145F71;
}
.TagClassName
{
border-color: #145F71;
}
</style>