Shades of Allports #156B90
Tints of Allports #156B90
RGB
CMYK
RGB Variations
Color information
#156B90 (or 0x156B90) is known color: Allports. HEX triplet: 15, 6B and 90. RGB value is (21,107,144). Sum of RGB (Red+Green+Blue) = 21+107+144=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #156B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156B90 is #EA946F. Grayscale: #555555. Windows color (decimal): -15373424 or 9464597. OLE color: 9464597.
HSL color Cylindrical-coordinate representation of color #156B90: hue angle of 198.05º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #156B90 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 107 | 144 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.44 |
| HSL | 198.05º | 0.75% | 0.32% | - |
| HSV(B) | 198.05º | 0.85% | 0.56% | - |
| XYZ | 10.6 | 12.69 | 28.28 | - |
| YUV | 85.5 | 161.01 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 107 | 144 | 0.85 | 0.26 | 0 | 0.44 | 198.05 | 0.75 | 0.32 |
| Hex | 15 | 6B | 90 | 55 | 1A | 0 | 2C | C6 | 4B | 20 |
| Octal | 25 | 153 | 220 | 125 | 32 | 0 | 54 | 306 | 113 | 40 |
| Binary | 10101 | 1101011 | 10010000 | 1010101 | 11010 | 0 | 101100 | 11000110 | 1001011 | 100000 |
Color Harmonies of #156B90
Complementary color
Monochromatic Colors of #156B90
Black with #156B90
Text Example
Text Example
White with #156B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156B90; }
p { color: rgb(21,107,144); }
H1.HeaderClassName
{
color: #156B90;
}
.AnyTagClassName
{
color: #156B90;
}
</style>
background-color css
<style>
a { background-color: #156B90; }
a { background-color: rgb(21,107,144); }
div.DivClassName
{
background-color: #156B90;
}
.BgClassName
{
background-color: #156B90;
}
</style>
border-color css
<style>
span { border-color: #156B90; }
span { border-color: rgb(21,107,144); }
td.TdClassName
{
border-color: #156B90;
}
.TagClassName
{
border-color: #156B90;
}
</style>