Shades of Allports #206485
Tints of Allports #206485
RGB
CMYK
RGB Variations
Color information
#206485 (or 0x206485) is known color: Allports. HEX triplet: 20, 64 and 85. RGB value is (32,100,133). Sum of RGB (Red+Green+Blue) = 32+100+133=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #206485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206485 is #DF9B7A. Grayscale: #535353. Windows color (decimal): -14654331 or 8741920. OLE color: 8741920.
HSL color Cylindrical-coordinate representation of color #206485: hue angle of 199.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206485 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 100 | 133 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.48 |
| HSL | 199.6º | 0.61% | 0.32% | - |
| HSV(B) | 199.6º | 0.76% | 0.52% | - |
| XYZ | 9.39 | 11.11 | 23.84 | - |
| YUV | 83.43 | 155.97 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 133 | 0.76 | 0.25 | 0 | 0.48 | 199.6 | 0.61 | 0.32 |
| Hex | 20 | 64 | 85 | 4C | 19 | 0 | 30 | C8 | 3D | 20 |
| Octal | 40 | 144 | 205 | 114 | 31 | 0 | 60 | 310 | 75 | 40 |
| Binary | 100000 | 1100100 | 10000101 | 1001100 | 11001 | 0 | 110000 | 11001000 | 111101 | 100000 |
Color Harmonies of #206485
Complementary color
Monochromatic Colors of #206485
Black with #206485
Text Example
Text Example
White with #206485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206485; }
p { color: rgb(32,100,133); }
H1.HeaderClassName
{
color: #206485;
}
.AnyTagClassName
{
color: #206485;
}
</style>
background-color css
<style>
a { background-color: #206485; }
a { background-color: rgb(32,100,133); }
div.DivClassName
{
background-color: #206485;
}
.BgClassName
{
background-color: #206485;
}
</style>
border-color css
<style>
span { border-color: #206485; }
span { border-color: rgb(32,100,133); }
td.TdClassName
{
border-color: #206485;
}
.TagClassName
{
border-color: #206485;
}
</style>