Shades of Allports #216A73
Tints of Allports #216A73
RGB
CMYK
RGB Variations
Color information
#216A73 (or 0x216A73) is known color: Allports. HEX triplet: 21, 6A and 73. RGB value is (33,106,115). Sum of RGB (Red+Green+Blue) = 33+106+115=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #216A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216A73 is #DE958C. Grayscale: #555555. Windows color (decimal): -14587277 or 7563809. OLE color: 7563809.
HSL color Cylindrical-coordinate representation of color #216A73: hue angle of 186.59º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #216A73 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 106 | 115 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.55 |
| HSL | 186.59º | 0.55% | 0.29% | - |
| HSV(B) | 186.59º | 0.71% | 0.45% | - |
| XYZ | 8.88 | 11.87 | 18.04 | - |
| YUV | 85.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 106 | 115 | 0.71 | 0.08 | 0 | 0.55 | 186.59 | 0.55 | 0.29 |
| Hex | 21 | 6A | 73 | 47 | 8 | 0 | 37 | BB | 37 | 1D |
| Octal | 41 | 152 | 163 | 107 | 10 | 0 | 67 | 273 | 67 | 35 |
| Binary | 100001 | 1101010 | 1110011 | 1000111 | 1000 | 0 | 110111 | 10111011 | 110111 | 11101 |
Color Harmonies of #216A73
Complementary color
Monochromatic Colors of #216A73
Black with #216A73
Text Example
Text Example
White with #216A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216A73; }
p { color: rgb(33,106,115); }
H1.HeaderClassName
{
color: #216A73;
}
.AnyTagClassName
{
color: #216A73;
}
</style>
background-color css
<style>
a { background-color: #216A73; }
a { background-color: rgb(33,106,115); }
div.DivClassName
{
background-color: #216A73;
}
.BgClassName
{
background-color: #216A73;
}
</style>
border-color css
<style>
span { border-color: #216A73; }
span { border-color: rgb(33,106,115); }
td.TdClassName
{
border-color: #216A73;
}
.TagClassName
{
border-color: #216A73;
}
</style>