Shades of Allports #216D89
Tints of Allports #216D89
RGB
CMYK
RGB Variations
Color information
#216D89 (or 0x216D89) is known color: Allports. HEX triplet: 21, 6D and 89. RGB value is (33,109,137). Sum of RGB (Red+Green+Blue) = 33+109+137=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #216D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216D89 is #DE9276. Grayscale: #595959. Windows color (decimal): -14586487 or 9006369. OLE color: 9006369.
HSL color Cylindrical-coordinate representation of color #216D89: hue angle of 196.15º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #216D89 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 109 | 137 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.46 |
| HSL | 196.15º | 0.61% | 0.33% | - |
| HSV(B) | 196.15º | 0.76% | 0.54% | - |
| XYZ | 10.61 | 13.07 | 25.63 | - |
| YUV | 89.47 | 154.82 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 137 | 0.76 | 0.20 | 0 | 0.46 | 196.15 | 0.61 | 0.33 |
| Hex | 21 | 6D | 89 | 4C | 14 | 0 | 2E | C4 | 3D | 21 |
| Octal | 41 | 155 | 211 | 114 | 24 | 0 | 56 | 304 | 75 | 41 |
| Binary | 100001 | 1101101 | 10001001 | 1001100 | 10100 | 0 | 101110 | 11000100 | 111101 | 100001 |
Color Harmonies of #216D89
Complementary color
Monochromatic Colors of #216D89
Black with #216D89
Text Example
Text Example
White with #216D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216D89; }
p { color: rgb(33,109,137); }
H1.HeaderClassName
{
color: #216D89;
}
.AnyTagClassName
{
color: #216D89;
}
</style>
background-color css
<style>
a { background-color: #216D89; }
a { background-color: rgb(33,109,137); }
div.DivClassName
{
background-color: #216D89;
}
.BgClassName
{
background-color: #216D89;
}
</style>
border-color css
<style>
span { border-color: #216D89; }
span { border-color: rgb(33,109,137); }
td.TdClassName
{
border-color: #216D89;
}
.TagClassName
{
border-color: #216D89;
}
</style>