Shades of Allports #145F83
Tints of Allports #145F83
RGB
CMYK
RGB Variations
Color information
#145F83 (or 0x145F83) is known color: Allports. HEX triplet: 14, 5F and 83. RGB value is (20,95,131). Sum of RGB (Red+Green+Blue) = 20+95+131=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #145F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145F83 is #EBA07C. Grayscale: #4C4C4C. Windows color (decimal): -15442045 or 8609556. OLE color: 8609556.
HSL color Cylindrical-coordinate representation of color #145F83: hue angle of 199.46º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145F83 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 95 | 131 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.49 |
| HSL | 199.46º | 0.74% | 0.3% | - |
| HSV(B) | 199.46º | 0.85% | 0.51% | - |
| XYZ | 8.48 | 9.97 | 22.95 | - |
| YUV | 76.68 | 158.65 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 131 | 0.85 | 0.27 | 0 | 0.49 | 199.46 | 0.74 | 0.3 |
| Hex | 14 | 5F | 83 | 55 | 1B | 0 | 31 | C7 | 4A | 1E |
| Octal | 24 | 137 | 203 | 125 | 33 | 0 | 61 | 307 | 112 | 36 |
| Binary | 10100 | 1011111 | 10000011 | 1010101 | 11011 | 0 | 110001 | 11000111 | 1001010 | 11110 |
Color Harmonies of #145F83
Complementary color
Monochromatic Colors of #145F83
Black with #145F83
Text Example
Text Example
White with #145F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F83; }
p { color: rgb(20,95,131); }
H1.HeaderClassName
{
color: #145F83;
}
.AnyTagClassName
{
color: #145F83;
}
</style>
background-color css
<style>
a { background-color: #145F83; }
a { background-color: rgb(20,95,131); }
div.DivClassName
{
background-color: #145F83;
}
.BgClassName
{
background-color: #145F83;
}
</style>
border-color css
<style>
span { border-color: #145F83; }
span { border-color: rgb(20,95,131); }
td.TdClassName
{
border-color: #145F83;
}
.TagClassName
{
border-color: #145F83;
}
</style>