Shades of Scooter #19859F
Tints of Scooter #19859F
RGB
CMYK
RGB Variations
Color information
#19859F (or 0x19859F) is known color: Scooter. HEX triplet: 19, 85 and 9F. RGB value is (25,133,159). Sum of RGB (Red+Green+Blue) = 25+133+159=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #19859F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19859F is #E67A60. Grayscale: #676767. Windows color (decimal): -15104609 or 10454297. OLE color: 10454297.
HSL color Cylindrical-coordinate representation of color #19859F: hue angle of 191.64º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19859F is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 133 | 159 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.38 |
| HSL | 191.64º | 0.73% | 0.36% | - |
| HSV(B) | 191.64º | 0.84% | 0.62% | - |
| XYZ | 15.05 | 19.48 | 35.77 | - |
| YUV | 103.67 | 159.22 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 159 | 0.84 | 0.16 | 0 | 0.38 | 191.64 | 0.73 | 0.36 |
| Hex | 19 | 85 | 9F | 54 | 10 | 0 | 26 | C0 | 49 | 24 |
| Octal | 31 | 205 | 237 | 124 | 20 | 0 | 46 | 300 | 111 | 44 |
| Binary | 11001 | 10000101 | 10011111 | 1010100 | 10000 | 0 | 100110 | 11000000 | 1001001 | 100100 |
Color Harmonies of #19859F
Complementary color
Monochromatic Colors of #19859F
Black with #19859F
Text Example
Text Example
White with #19859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19859F; }
p { color: rgb(25,133,159); }
H1.HeaderClassName
{
color: #19859F;
}
.AnyTagClassName
{
color: #19859F;
}
</style>
background-color css
<style>
a { background-color: #19859F; }
a { background-color: rgb(25,133,159); }
div.DivClassName
{
background-color: #19859F;
}
.BgClassName
{
background-color: #19859F;
}
</style>
border-color css
<style>
span { border-color: #19859F; }
span { border-color: rgb(25,133,159); }
td.TdClassName
{
border-color: #19859F;
}
.TagClassName
{
border-color: #19859F;
}
</style>