Shades of Scooter #19859B
Tints of Scooter #19859B
RGB
CMYK
RGB Variations
Color information
#19859B (or 0x19859B) is known color: Scooter. HEX triplet: 19, 85 and 9B. RGB value is (25,133,155). Sum of RGB (Red+Green+Blue) = 25+133+155=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #19859B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19859B is #E67A64. Grayscale: #676767. Windows color (decimal): -15104613 or 10192153. OLE color: 10192153.
HSL color Cylindrical-coordinate representation of color #19859B: hue angle of 190.15º 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 #19859B is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 133 | 155 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.39 |
| HSL | 190.15º | 0.72% | 0.35% | - |
| HSV(B) | 190.15º | 0.84% | 0.61% | - |
| XYZ | 14.7 | 19.35 | 33.97 | - |
| YUV | 103.22 | 157.22 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 155 | 0.84 | 0.14 | 0 | 0.39 | 190.15 | 0.72 | 0.35 |
| Hex | 19 | 85 | 9B | 54 | E | 0 | 27 | BE | 48 | 23 |
| Octal | 31 | 205 | 233 | 124 | 16 | 0 | 47 | 276 | 110 | 43 |
| Binary | 11001 | 10000101 | 10011011 | 1010100 | 1110 | 0 | 100111 | 10111110 | 1001000 | 100011 |
Color Harmonies of #19859B
Complementary color
Monochromatic Colors of #19859B
Black with #19859B
Text Example
Text Example
White with #19859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19859B; }
p { color: rgb(25,133,155); }
H1.HeaderClassName
{
color: #19859B;
}
.AnyTagClassName
{
color: #19859B;
}
</style>
background-color css
<style>
a { background-color: #19859B; }
a { background-color: rgb(25,133,155); }
div.DivClassName
{
background-color: #19859B;
}
.BgClassName
{
background-color: #19859B;
}
</style>
border-color css
<style>
span { border-color: #19859B; }
span { border-color: rgb(25,133,155); }
td.TdClassName
{
border-color: #19859B;
}
.TagClassName
{
border-color: #19859B;
}
</style>