Shades of Allports #216A8D
Tints of Allports #216A8D
RGB
CMYK
RGB Variations
Color information
#216A8D (or 0x216A8D) is known color: Allports. HEX triplet: 21, 6A and 8D. RGB value is (33,106,141). Sum of RGB (Red+Green+Blue) = 33+106+141=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #216A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216A8D is #DE9572. Grayscale: #575757. Windows color (decimal): -14587251 or 9267745. OLE color: 9267745.
HSL color Cylindrical-coordinate representation of color #216A8D: hue angle of 199.44º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #216A8D is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 106 | 141 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.45 |
| HSL | 199.44º | 0.62% | 0.34% | - |
| HSV(B) | 199.44º | 0.77% | 0.55% | - |
| XYZ | 10.59 | 12.55 | 27.06 | - |
| YUV | 88.16 | 157.82 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 106 | 141 | 0.77 | 0.25 | 0 | 0.45 | 199.44 | 0.62 | 0.34 |
| Hex | 21 | 6A | 8D | 4D | 19 | 0 | 2D | C7 | 3E | 22 |
| Octal | 41 | 152 | 215 | 115 | 31 | 0 | 55 | 307 | 76 | 42 |
| Binary | 100001 | 1101010 | 10001101 | 1001101 | 11001 | 0 | 101101 | 11000111 | 111110 | 100010 |
Color Harmonies of #216A8D
Complementary color
Monochromatic Colors of #216A8D
Black with #216A8D
Text Example
Text Example
White with #216A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216A8D; }
p { color: rgb(33,106,141); }
H1.HeaderClassName
{
color: #216A8D;
}
.AnyTagClassName
{
color: #216A8D;
}
</style>
background-color css
<style>
a { background-color: #216A8D; }
a { background-color: rgb(33,106,141); }
div.DivClassName
{
background-color: #216A8D;
}
.BgClassName
{
background-color: #216A8D;
}
</style>
border-color css
<style>
span { border-color: #216A8D; }
span { border-color: rgb(33,106,141); }
td.TdClassName
{
border-color: #216A8D;
}
.TagClassName
{
border-color: #216A8D;
}
</style>