Shades of Allports #156C93
Tints of Allports #156C93
RGB
CMYK
RGB Variations
Color information
#156C93 (or 0x156C93) is known color: Allports. HEX triplet: 15, 6C and 93. RGB value is (21,108,147). Sum of RGB (Red+Green+Blue) = 21+108+147=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #156C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156C93 is #EA936C. Grayscale: #565656. Windows color (decimal): -15373165 or 9661461. OLE color: 9661461.
HSL color Cylindrical-coordinate representation of color #156C93: hue angle of 198.57º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #156C93 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 108 | 147 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.42 |
| HSL | 198.57º | 0.75% | 0.33% | - |
| HSV(B) | 198.57º | 0.86% | 0.58% | - |
| XYZ | 10.94 | 12.99 | 29.53 | - |
| YUV | 86.43 | 162.18 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 108 | 147 | 0.86 | 0.27 | 0 | 0.42 | 198.57 | 0.75 | 0.33 |
| Hex | 15 | 6C | 93 | 56 | 1B | 0 | 2A | C7 | 4B | 21 |
| Octal | 25 | 154 | 223 | 126 | 33 | 0 | 52 | 307 | 113 | 41 |
| Binary | 10101 | 1101100 | 10010011 | 1010110 | 11011 | 0 | 101010 | 11000111 | 1001011 | 100001 |
Color Harmonies of #156C93
Complementary color
Monochromatic Colors of #156C93
Black with #156C93
Text Example
Text Example
White with #156C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156C93; }
p { color: rgb(21,108,147); }
H1.HeaderClassName
{
color: #156C93;
}
.AnyTagClassName
{
color: #156C93;
}
</style>
background-color css
<style>
a { background-color: #156C93; }
a { background-color: rgb(21,108,147); }
div.DivClassName
{
background-color: #156C93;
}
.BgClassName
{
background-color: #156C93;
}
</style>
border-color css
<style>
span { border-color: #156C93; }
span { border-color: rgb(21,108,147); }
td.TdClassName
{
border-color: #156C93;
}
.TagClassName
{
border-color: #156C93;
}
</style>