Shades of Allports #146388
Tints of Allports #146388
RGB
CMYK
RGB Variations
Color information
#146388 (or 0x146388) is known color: Allports. HEX triplet: 14, 63 and 88. RGB value is (20,99,136). Sum of RGB (Red+Green+Blue) = 20+99+136=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #146388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146388 is #EB9C77. Grayscale: #4F4F4F. Windows color (decimal): -15441016 or 8938260. OLE color: 8938260.
HSL color Cylindrical-coordinate representation of color #146388: hue angle of 199.14º 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 #146388 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 99 | 136 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.47 |
| HSL | 199.14º | 0.74% | 0.31% | - |
| HSV(B) | 199.14º | 0.85% | 0.53% | - |
| XYZ | 9.19 | 10.85 | 24.9 | - |
| YUV | 79.6 | 159.83 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 136 | 0.85 | 0.27 | 0 | 0.47 | 199.14 | 0.74 | 0.31 |
| Hex | 14 | 63 | 88 | 55 | 1B | 0 | 2F | C7 | 4A | 1F |
| Octal | 24 | 143 | 210 | 125 | 33 | 0 | 57 | 307 | 112 | 37 |
| Binary | 10100 | 1100011 | 10001000 | 1010101 | 11011 | 0 | 101111 | 11000111 | 1001010 | 11111 |
Color Harmonies of #146388
Complementary color
Monochromatic Colors of #146388
Black with #146388
Text Example
Text Example
White with #146388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146388; }
p { color: rgb(20,99,136); }
H1.HeaderClassName
{
color: #146388;
}
.AnyTagClassName
{
color: #146388;
}
</style>
background-color css
<style>
a { background-color: #146388; }
a { background-color: rgb(20,99,136); }
div.DivClassName
{
background-color: #146388;
}
.BgClassName
{
background-color: #146388;
}
</style>
border-color css
<style>
span { border-color: #146388; }
span { border-color: rgb(20,99,136); }
td.TdClassName
{
border-color: #146388;
}
.TagClassName
{
border-color: #146388;
}
</style>