Shades of Allports #145F82
Tints of Allports #145F82
RGB
CMYK
RGB Variations
Color information
#145F82 (or 0x145F82) is known color: Allports. HEX triplet: 14, 5F and 82. RGB value is (20,95,130). Sum of RGB (Red+Green+Blue) = 20+95+130=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #145F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145F82 is #EBA07D. Grayscale: #4C4C4C. Windows color (decimal): -15442046 or 8544020. OLE color: 8544020.
HSL color Cylindrical-coordinate representation of color #145F82: hue angle of 199.09º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145F82 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 95 | 130 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.49 |
| HSL | 199.09º | 0.73% | 0.29% | - |
| HSV(B) | 199.09º | 0.85% | 0.51% | - |
| XYZ | 8.41 | 9.94 | 22.6 | - |
| YUV | 76.57 | 158.15 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 130 | 0.85 | 0.27 | 0 | 0.49 | 199.09 | 0.73 | 0.29 |
| Hex | 14 | 5F | 82 | 55 | 1B | 0 | 31 | C7 | 49 | 1D |
| Octal | 24 | 137 | 202 | 125 | 33 | 0 | 61 | 307 | 111 | 35 |
| Binary | 10100 | 1011111 | 10000010 | 1010101 | 11011 | 0 | 110001 | 11000111 | 1001001 | 11101 |
Color Harmonies of #145F82
Complementary color
Monochromatic Colors of #145F82
Black with #145F82
Text Example
Text Example
White with #145F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F82; }
p { color: rgb(20,95,130); }
H1.HeaderClassName
{
color: #145F82;
}
.AnyTagClassName
{
color: #145F82;
}
</style>
background-color css
<style>
a { background-color: #145F82; }
a { background-color: rgb(20,95,130); }
div.DivClassName
{
background-color: #145F82;
}
.BgClassName
{
background-color: #145F82;
}
</style>
border-color css
<style>
span { border-color: #145F82; }
span { border-color: rgb(20,95,130); }
td.TdClassName
{
border-color: #145F82;
}
.TagClassName
{
border-color: #145F82;
}
</style>