Shades of Allports #216980
Tints of Allports #216980
RGB
CMYK
RGB Variations
Color information
#216980 (or 0x216980) is known color: Allports. HEX triplet: 21, 69 and 80. RGB value is (33,105,128). Sum of RGB (Red+Green+Blue) = 33+105+128=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #216980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216980 is #DE967F. Grayscale: #555555. Windows color (decimal): -14587520 or 8415521. OLE color: 8415521.
HSL color Cylindrical-coordinate representation of color #216980: hue angle of 194.53º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #216980 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 105 | 128 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.50 |
| HSL | 194.53º | 0.59% | 0.32% | - |
| HSV(B) | 194.53º | 0.74% | 0.5% | - |
| XYZ | 9.58 | 11.99 | 22.23 | - |
| YUV | 86.09 | 151.65 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 105 | 128 | 0.74 | 0.18 | 0 | 0.50 | 194.53 | 0.59 | 0.32 |
| Hex | 21 | 69 | 80 | 4A | 12 | 0 | 32 | C3 | 3B | 20 |
| Octal | 41 | 151 | 200 | 112 | 22 | 0 | 62 | 303 | 73 | 40 |
| Binary | 100001 | 1101001 | 10000000 | 1001010 | 10010 | 0 | 110010 | 11000011 | 111011 | 100000 |
Color Harmonies of #216980
Complementary color
Monochromatic Colors of #216980
Black with #216980
Text Example
Text Example
White with #216980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216980; }
p { color: rgb(33,105,128); }
H1.HeaderClassName
{
color: #216980;
}
.AnyTagClassName
{
color: #216980;
}
</style>
background-color css
<style>
a { background-color: #216980; }
a { background-color: rgb(33,105,128); }
div.DivClassName
{
background-color: #216980;
}
.BgClassName
{
background-color: #216980;
}
</style>
border-color css
<style>
span { border-color: #216980; }
span { border-color: rgb(33,105,128); }
td.TdClassName
{
border-color: #216980;
}
.TagClassName
{
border-color: #216980;
}
</style>