Shades of Allports #216F85
Tints of Allports #216F85
RGB
CMYK
RGB Variations
Color information
#216F85 (or 0x216F85) is known color: Allports. HEX triplet: 21, 6F and 85. RGB value is (33,111,133). Sum of RGB (Red+Green+Blue) = 33+111+133=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #216F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216F85 is #DE907A. Grayscale: #5A5A5A. Windows color (decimal): -14585979 or 8744737. OLE color: 8744737.
HSL color Cylindrical-coordinate representation of color #216F85: hue angle of 193.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #216F85 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 111 | 133 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.48 |
| HSL | 193.2º | 0.6% | 0.33% | - |
| HSV(B) | 193.2º | 0.75% | 0.52% | - |
| XYZ | 10.55 | 13.39 | 24.22 | - |
| YUV | 90.19 | 152.16 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 111 | 133 | 0.75 | 0.17 | 0 | 0.48 | 193.2 | 0.6 | 0.33 |
| Hex | 21 | 6F | 85 | 4B | 11 | 0 | 30 | C1 | 3C | 21 |
| Octal | 41 | 157 | 205 | 113 | 21 | 0 | 60 | 301 | 74 | 41 |
| Binary | 100001 | 1101111 | 10000101 | 1001011 | 10001 | 0 | 110000 | 11000001 | 111100 | 100001 |
Color Harmonies of #216F85
Complementary color
Monochromatic Colors of #216F85
Black with #216F85
Text Example
Text Example
White with #216F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216F85; }
p { color: rgb(33,111,133); }
H1.HeaderClassName
{
color: #216F85;
}
.AnyTagClassName
{
color: #216F85;
}
</style>
background-color css
<style>
a { background-color: #216F85; }
a { background-color: rgb(33,111,133); }
div.DivClassName
{
background-color: #216F85;
}
.BgClassName
{
background-color: #216F85;
}
</style>
border-color css
<style>
span { border-color: #216F85; }
span { border-color: rgb(33,111,133); }
td.TdClassName
{
border-color: #216F85;
}
.TagClassName
{
border-color: #216F85;
}
</style>