Shades of Allports #146188
Tints of Allports #146188
RGB
CMYK
RGB Variations
Color information
#146188 (or 0x146188) is known color: Allports. HEX triplet: 14, 61 and 88. RGB value is (20,97,136). Sum of RGB (Red+Green+Blue) = 20+97+136=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #146188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146188 is #EB9E77. Grayscale: #4E4E4E. Windows color (decimal): -15441528 or 8937748. OLE color: 8937748.
HSL color Cylindrical-coordinate representation of color #146188: hue angle of 200.17º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146188 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 97 | 136 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.47 |
| HSL | 200.17º | 0.74% | 0.31% | - |
| HSV(B) | 200.17º | 0.85% | 0.53% | - |
| XYZ | 9.01 | 10.48 | 24.84 | - |
| YUV | 78.42 | 160.49 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 136 | 0.85 | 0.29 | 0 | 0.47 | 200.17 | 0.74 | 0.31 |
| Hex | 14 | 61 | 88 | 55 | 1D | 0 | 2F | C8 | 4A | 1F |
| Octal | 24 | 141 | 210 | 125 | 35 | 0 | 57 | 310 | 112 | 37 |
| Binary | 10100 | 1100001 | 10001000 | 1010101 | 11101 | 0 | 101111 | 11001000 | 1001010 | 11111 |
Color Harmonies of #146188
Complementary color
Monochromatic Colors of #146188
Black with #146188
Text Example
Text Example
White with #146188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146188; }
p { color: rgb(20,97,136); }
H1.HeaderClassName
{
color: #146188;
}
.AnyTagClassName
{
color: #146188;
}
</style>
background-color css
<style>
a { background-color: #146188; }
a { background-color: rgb(20,97,136); }
div.DivClassName
{
background-color: #146188;
}
.BgClassName
{
background-color: #146188;
}
</style>
border-color css
<style>
span { border-color: #146188; }
span { border-color: rgb(20,97,136); }
td.TdClassName
{
border-color: #146188;
}
.TagClassName
{
border-color: #146188;
}
</style>