Shades of Scooter #20859E
Tints of Scooter #20859E
RGB
CMYK
RGB Variations
Color information
#20859E (or 0x20859E) is known color: Scooter. HEX triplet: 20, 85 and 9E. RGB value is (32,133,158). Sum of RGB (Red+Green+Blue) = 32+133+158=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #20859E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20859E is #DF7A61. Grayscale: #696969. Windows color (decimal): -14645858 or 10388768. OLE color: 10388768.
HSL color Cylindrical-coordinate representation of color #20859E: hue angle of 191.9º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20859E is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 133 | 158 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.38 |
| HSL | 191.9º | 0.66% | 0.37% | - |
| HSV(B) | 191.9º | 0.8% | 0.62% | - |
| XYZ | 15.15 | 19.55 | 35.32 | - |
| YUV | 105.65 | 157.54 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 158 | 0.80 | 0.16 | 0 | 0.38 | 191.9 | 0.66 | 0.37 |
| Hex | 20 | 85 | 9E | 50 | 10 | 0 | 26 | C0 | 42 | 25 |
| Octal | 40 | 205 | 236 | 120 | 20 | 0 | 46 | 300 | 102 | 45 |
| Binary | 100000 | 10000101 | 10011110 | 1010000 | 10000 | 0 | 100110 | 11000000 | 1000010 | 100101 |
Color Harmonies of #20859E
Complementary color
Monochromatic Colors of #20859E
Black with #20859E
Text Example
Text Example
White with #20859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20859E; }
p { color: rgb(32,133,158); }
H1.HeaderClassName
{
color: #20859E;
}
.AnyTagClassName
{
color: #20859E;
}
</style>
background-color css
<style>
a { background-color: #20859E; }
a { background-color: rgb(32,133,158); }
div.DivClassName
{
background-color: #20859E;
}
.BgClassName
{
background-color: #20859E;
}
</style>
border-color css
<style>
span { border-color: #20859E; }
span { border-color: rgb(32,133,158); }
td.TdClassName
{
border-color: #20859E;
}
.TagClassName
{
border-color: #20859E;
}
</style>