Shades of Allports #156683
Tints of Allports #156683
RGB
CMYK
RGB Variations
Color information
#156683 (or 0x156683) is known color: Allports. HEX triplet: 15, 66 and 83. RGB value is (21,102,131). Sum of RGB (Red+Green+Blue) = 21+102+131=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #156683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156683 is #EA997C. Grayscale: #505050. Windows color (decimal): -15374717 or 8611349. OLE color: 8611349.
HSL color Cylindrical-coordinate representation of color #156683: hue angle of 195.82º 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 #156683 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 102 | 131 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.49 |
| HSL | 195.82º | 0.72% | 0.3% | - |
| HSV(B) | 195.82º | 0.84% | 0.51% | - |
| XYZ | 9.16 | 11.3 | 23.17 | - |
| YUV | 81.09 | 156.16 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 131 | 0.84 | 0.22 | 0 | 0.49 | 195.82 | 0.72 | 0.3 |
| Hex | 15 | 66 | 83 | 54 | 16 | 0 | 31 | C4 | 48 | 1E |
| Octal | 25 | 146 | 203 | 124 | 26 | 0 | 61 | 304 | 110 | 36 |
| Binary | 10101 | 1100110 | 10000011 | 1010100 | 10110 | 0 | 110001 | 11000100 | 1001000 | 11110 |
Color Harmonies of #156683
Complementary color
Monochromatic Colors of #156683
Black with #156683
Text Example
Text Example
White with #156683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156683; }
p { color: rgb(21,102,131); }
H1.HeaderClassName
{
color: #156683;
}
.AnyTagClassName
{
color: #156683;
}
</style>
background-color css
<style>
a { background-color: #156683; }
a { background-color: rgb(21,102,131); }
div.DivClassName
{
background-color: #156683;
}
.BgClassName
{
background-color: #156683;
}
</style>
border-color css
<style>
span { border-color: #156683; }
span { border-color: rgb(21,102,131); }
td.TdClassName
{
border-color: #156683;
}
.TagClassName
{
border-color: #156683;
}
</style>