Shades of Allports #146F83
Tints of Allports #146F83
RGB
CMYK
RGB Variations
Color information
#146F83 (or 0x146F83) is known color: Allports. HEX triplet: 14, 6F and 83. RGB value is (20,111,131). Sum of RGB (Red+Green+Blue) = 20+111+131=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #146F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146F83 is #EB907C. Grayscale: #555555. Windows color (decimal): -15437949 or 8613652. OLE color: 8613652.
HSL color Cylindrical-coordinate representation of color #146F83: hue angle of 190.81º 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 #146F83 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 111 | 131 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.49 |
| HSL | 190.81º | 0.74% | 0.3% | - |
| HSV(B) | 190.81º | 0.85% | 0.51% | - |
| XYZ | 10.07 | 13.16 | 23.48 | - |
| YUV | 86.07 | 153.35 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 131 | 0.85 | 0.15 | 0 | 0.49 | 190.81 | 0.74 | 0.3 |
| Hex | 14 | 6F | 83 | 55 | F | 0 | 31 | BF | 4A | 1E |
| Octal | 24 | 157 | 203 | 125 | 17 | 0 | 61 | 277 | 112 | 36 |
| Binary | 10100 | 1101111 | 10000011 | 1010101 | 1111 | 0 | 110001 | 10111111 | 1001010 | 11110 |
Color Harmonies of #146F83
Complementary color
Monochromatic Colors of #146F83
Black with #146F83
Text Example
Text Example
White with #146F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146F83; }
p { color: rgb(20,111,131); }
H1.HeaderClassName
{
color: #146F83;
}
.AnyTagClassName
{
color: #146F83;
}
</style>
background-color css
<style>
a { background-color: #146F83; }
a { background-color: rgb(20,111,131); }
div.DivClassName
{
background-color: #146F83;
}
.BgClassName
{
background-color: #146F83;
}
</style>
border-color css
<style>
span { border-color: #146F83; }
span { border-color: rgb(20,111,131); }
td.TdClassName
{
border-color: #146F83;
}
.TagClassName
{
border-color: #146F83;
}
</style>