Shades of Scooter #19849D
Tints of Scooter #19849D
RGB
CMYK
RGB Variations
Color information
#19849D (or 0x19849D) is known color: Scooter. HEX triplet: 19, 84 and 9D. RGB value is (25,132,157). Sum of RGB (Red+Green+Blue) = 25+132+157=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #19849D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19849D is #E67B62. Grayscale: #666666. Windows color (decimal): -15104867 or 10322969. OLE color: 10322969.
HSL color Cylindrical-coordinate representation of color #19849D: hue angle of 191.36º 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 #19849D is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 132 | 157 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.38 |
| HSL | 191.36º | 0.73% | 0.36% | - |
| HSV(B) | 191.36º | 0.84% | 0.62% | - |
| XYZ | 14.74 | 19.14 | 34.82 | - |
| YUV | 102.86 | 158.55 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 157 | 0.84 | 0.16 | 0 | 0.38 | 191.36 | 0.73 | 0.36 |
| Hex | 19 | 84 | 9D | 54 | 10 | 0 | 26 | BF | 49 | 24 |
| Octal | 31 | 204 | 235 | 124 | 20 | 0 | 46 | 277 | 111 | 44 |
| Binary | 11001 | 10000100 | 10011101 | 1010100 | 10000 | 0 | 100110 | 10111111 | 1001001 | 100100 |
Color Harmonies of #19849D
Complementary color
Monochromatic Colors of #19849D
Black with #19849D
Text Example
Text Example
White with #19849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19849D; }
p { color: rgb(25,132,157); }
H1.HeaderClassName
{
color: #19849D;
}
.AnyTagClassName
{
color: #19849D;
}
</style>
background-color css
<style>
a { background-color: #19849D; }
a { background-color: rgb(25,132,157); }
div.DivClassName
{
background-color: #19849D;
}
.BgClassName
{
background-color: #19849D;
}
</style>
border-color css
<style>
span { border-color: #19849D; }
span { border-color: rgb(25,132,157); }
td.TdClassName
{
border-color: #19849D;
}
.TagClassName
{
border-color: #19849D;
}
</style>