Shades of Scooter #19869B
Tints of Scooter #19869B
RGB
CMYK
RGB Variations
Color information
#19869B (or 0x19869B) is known color: Scooter. HEX triplet: 19, 86 and 9B. RGB value is (25,134,155). Sum of RGB (Red+Green+Blue) = 25+134+155=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #19869B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19869B is #E67964. Grayscale: #676767. Windows color (decimal): -15104357 or 10192409. OLE color: 10192409.
HSL color Cylindrical-coordinate representation of color #19869B: hue angle of 189.69º 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 #19869B is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 134 | 155 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.39 |
| HSL | 189.69º | 0.72% | 0.35% | - |
| HSV(B) | 189.69º | 0.84% | 0.61% | - |
| XYZ | 14.84 | 19.62 | 34.02 | - |
| YUV | 103.8 | 156.89 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 155 | 0.84 | 0.14 | 0 | 0.39 | 189.69 | 0.72 | 0.35 |
| Hex | 19 | 86 | 9B | 54 | E | 0 | 27 | BE | 48 | 23 |
| Octal | 31 | 206 | 233 | 124 | 16 | 0 | 47 | 276 | 110 | 43 |
| Binary | 11001 | 10000110 | 10011011 | 1010100 | 1110 | 0 | 100111 | 10111110 | 1001000 | 100011 |
Color Harmonies of #19869B
Complementary color
Monochromatic Colors of #19869B
Black with #19869B
Text Example
Text Example
White with #19869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19869B; }
p { color: rgb(25,134,155); }
H1.HeaderClassName
{
color: #19869B;
}
.AnyTagClassName
{
color: #19869B;
}
</style>
background-color css
<style>
a { background-color: #19869B; }
a { background-color: rgb(25,134,155); }
div.DivClassName
{
background-color: #19869B;
}
.BgClassName
{
background-color: #19869B;
}
</style>
border-color css
<style>
span { border-color: #19869B; }
span { border-color: rgb(25,134,155); }
td.TdClassName
{
border-color: #19869B;
}
.TagClassName
{
border-color: #19869B;
}
</style>