Shades of Allports #156388
Tints of Allports #156388
RGB
CMYK
RGB Variations
Color information
#156388 (or 0x156388) is known color: Allports. HEX triplet: 15, 63 and 88. RGB value is (21,99,136). Sum of RGB (Red+Green+Blue) = 21+99+136=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #156388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156388 is #EA9C77. Grayscale: #4F4F4F. Windows color (decimal): -15375480 or 8938261. OLE color: 8938261.
HSL color Cylindrical-coordinate representation of color #156388: hue angle of 199.3º degrees, saturation: 0.73, 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 #156388 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 99 | 136 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.47 |
| HSL | 199.3º | 0.73% | 0.31% | - |
| HSV(B) | 199.3º | 0.85% | 0.53% | - |
| XYZ | 9.22 | 10.86 | 24.9 | - |
| YUV | 79.9 | 159.66 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 99 | 136 | 0.85 | 0.27 | 0 | 0.47 | 199.3 | 0.73 | 0.31 |
| Hex | 15 | 63 | 88 | 55 | 1B | 0 | 2F | C7 | 49 | 1F |
| Octal | 25 | 143 | 210 | 125 | 33 | 0 | 57 | 307 | 111 | 37 |
| Binary | 10101 | 1100011 | 10001000 | 1010101 | 11011 | 0 | 101111 | 11000111 | 1001001 | 11111 |
Color Harmonies of #156388
Complementary color
Monochromatic Colors of #156388
Black with #156388
Text Example
Text Example
White with #156388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156388; }
p { color: rgb(21,99,136); }
H1.HeaderClassName
{
color: #156388;
}
.AnyTagClassName
{
color: #156388;
}
</style>
background-color css
<style>
a { background-color: #156388; }
a { background-color: rgb(21,99,136); }
div.DivClassName
{
background-color: #156388;
}
.BgClassName
{
background-color: #156388;
}
</style>
border-color css
<style>
span { border-color: #156388; }
span { border-color: rgb(21,99,136); }
td.TdClassName
{
border-color: #156388;
}
.TagClassName
{
border-color: #156388;
}
</style>