Shades of Allports #156282
Tints of Allports #156282
RGB
CMYK
RGB Variations
Color information
#156282 (or 0x156282) is known color: Allports. HEX triplet: 15, 62 and 82. RGB value is (21,98,130). Sum of RGB (Red+Green+Blue) = 21+98+130=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #156282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156282 is #EA9D7D. Grayscale: #4E4E4E. Windows color (decimal): -15375742 or 8544789. OLE color: 8544789.
HSL color Cylindrical-coordinate representation of color #156282: hue angle of 197.61º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #156282 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 98 | 130 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.49 |
| HSL | 197.61º | 0.72% | 0.3% | - |
| HSV(B) | 197.61º | 0.84% | 0.51% | - |
| XYZ | 8.71 | 10.51 | 22.69 | - |
| YUV | 78.63 | 156.99 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 130 | 0.84 | 0.25 | 0 | 0.49 | 197.61 | 0.72 | 0.3 |
| Hex | 15 | 62 | 82 | 54 | 19 | 0 | 31 | C6 | 48 | 1E |
| Octal | 25 | 142 | 202 | 124 | 31 | 0 | 61 | 306 | 110 | 36 |
| Binary | 10101 | 1100010 | 10000010 | 1010100 | 11001 | 0 | 110001 | 11000110 | 1001000 | 11110 |
Color Harmonies of #156282
Complementary color
Monochromatic Colors of #156282
Black with #156282
Text Example
Text Example
White with #156282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156282; }
p { color: rgb(21,98,130); }
H1.HeaderClassName
{
color: #156282;
}
.AnyTagClassName
{
color: #156282;
}
</style>
background-color css
<style>
a { background-color: #156282; }
a { background-color: rgb(21,98,130); }
div.DivClassName
{
background-color: #156282;
}
.BgClassName
{
background-color: #156282;
}
</style>
border-color css
<style>
span { border-color: #156282; }
span { border-color: rgb(21,98,130); }
td.TdClassName
{
border-color: #156282;
}
.TagClassName
{
border-color: #156282;
}
</style>