Shades of Allports #156373
Tints of Allports #156373
RGB
CMYK
RGB Variations
Color information
#156373 (or 0x156373) is known color: Allports. HEX triplet: 15, 63 and 73. RGB value is (21,99,115). Sum of RGB (Red+Green+Blue) = 21+99+115=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #156373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156373 is #EA9C8C. Grayscale: #4D4D4D. Windows color (decimal): -15375501 or 7562005. OLE color: 7562005.
HSL color Cylindrical-coordinate representation of color #156373: hue angle of 190.21º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #156373 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 99 | 115 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.55 |
| HSL | 190.21º | 0.69% | 0.27% | - |
| HSV(B) | 190.21º | 0.82% | 0.45% | - |
| XYZ | 7.87 | 10.32 | 17.8 | - |
| YUV | 77.5 | 149.16 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 99 | 115 | 0.82 | 0.14 | 0 | 0.55 | 190.21 | 0.69 | 0.27 |
| Hex | 15 | 63 | 73 | 52 | E | 0 | 37 | BE | 45 | 1B |
| Octal | 25 | 143 | 163 | 122 | 16 | 0 | 67 | 276 | 105 | 33 |
| Binary | 10101 | 1100011 | 1110011 | 1010010 | 1110 | 0 | 110111 | 10111110 | 1000101 | 11011 |
Color Harmonies of #156373
Complementary color
Monochromatic Colors of #156373
Black with #156373
Text Example
Text Example
White with #156373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156373; }
p { color: rgb(21,99,115); }
H1.HeaderClassName
{
color: #156373;
}
.AnyTagClassName
{
color: #156373;
}
</style>
background-color css
<style>
a { background-color: #156373; }
a { background-color: rgb(21,99,115); }
div.DivClassName
{
background-color: #156373;
}
.BgClassName
{
background-color: #156373;
}
</style>
border-color css
<style>
span { border-color: #156373; }
span { border-color: rgb(21,99,115); }
td.TdClassName
{
border-color: #156373;
}
.TagClassName
{
border-color: #156373;
}
</style>