Shades of Allports #216983
Tints of Allports #216983
RGB
CMYK
RGB Variations
Color information
#216983 (or 0x216983) is known color: Allports. HEX triplet: 21, 69 and 83. RGB value is (33,105,131). Sum of RGB (Red+Green+Blue) = 33+105+131=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #216983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216983 is #DE967C. Grayscale: #565656. Windows color (decimal): -14587517 or 8612129. OLE color: 8612129.
HSL color Cylindrical-coordinate representation of color #216983: hue angle of 195.92º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #216983 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 105 | 131 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.49 |
| HSL | 195.92º | 0.6% | 0.32% | - |
| HSV(B) | 195.92º | 0.75% | 0.51% | - |
| XYZ | 9.78 | 12.07 | 23.29 | - |
| YUV | 86.44 | 153.15 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 105 | 131 | 0.75 | 0.20 | 0 | 0.49 | 195.92 | 0.6 | 0.32 |
| Hex | 21 | 69 | 83 | 4B | 14 | 0 | 31 | C4 | 3C | 20 |
| Octal | 41 | 151 | 203 | 113 | 24 | 0 | 61 | 304 | 74 | 40 |
| Binary | 100001 | 1101001 | 10000011 | 1001011 | 10100 | 0 | 110001 | 11000100 | 111100 | 100000 |
Color Harmonies of #216983
Complementary color
Monochromatic Colors of #216983
Black with #216983
Text Example
Text Example
White with #216983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216983; }
p { color: rgb(33,105,131); }
H1.HeaderClassName
{
color: #216983;
}
.AnyTagClassName
{
color: #216983;
}
</style>
background-color css
<style>
a { background-color: #216983; }
a { background-color: rgb(33,105,131); }
div.DivClassName
{
background-color: #216983;
}
.BgClassName
{
background-color: #216983;
}
</style>
border-color css
<style>
span { border-color: #216983; }
span { border-color: rgb(33,105,131); }
td.TdClassName
{
border-color: #216983;
}
.TagClassName
{
border-color: #216983;
}
</style>