Shades of Scooter #19849C
Tints of Scooter #19849C
RGB
CMYK
RGB Variations
Color information
#19849C (or 0x19849C) is known color: Scooter. HEX triplet: 19, 84 and 9C. RGB value is (25,132,156). Sum of RGB (Red+Green+Blue) = 25+132+156=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #19849C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19849C is #E67B63. Grayscale: #666666. Windows color (decimal): -15104868 or 10257433. OLE color: 10257433.
HSL color Cylindrical-coordinate representation of color #19849C: hue angle of 190.99º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19849C is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 132 | 156 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.39 |
| HSL | 190.99º | 0.72% | 0.35% | - |
| HSV(B) | 190.99º | 0.84% | 0.61% | - |
| XYZ | 14.65 | 19.11 | 34.37 | - |
| YUV | 102.74 | 158.05 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 156 | 0.84 | 0.15 | 0 | 0.39 | 190.99 | 0.72 | 0.35 |
| Hex | 19 | 84 | 9C | 54 | F | 0 | 27 | BF | 48 | 23 |
| Octal | 31 | 204 | 234 | 124 | 17 | 0 | 47 | 277 | 110 | 43 |
| Binary | 11001 | 10000100 | 10011100 | 1010100 | 1111 | 0 | 100111 | 10111111 | 1001000 | 100011 |
Color Harmonies of #19849C
Complementary color
Monochromatic Colors of #19849C
Black with #19849C
Text Example
Text Example
White with #19849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19849C; }
p { color: rgb(25,132,156); }
H1.HeaderClassName
{
color: #19849C;
}
.AnyTagClassName
{
color: #19849C;
}
</style>
background-color css
<style>
a { background-color: #19849C; }
a { background-color: rgb(25,132,156); }
div.DivClassName
{
background-color: #19849C;
}
.BgClassName
{
background-color: #19849C;
}
</style>
border-color css
<style>
span { border-color: #19849C; }
span { border-color: rgb(25,132,156); }
td.TdClassName
{
border-color: #19849C;
}
.TagClassName
{
border-color: #19849C;
}
</style>