Shades of Scooter #19869D
Tints of Scooter #19869D
RGB
CMYK
RGB Variations
Color information
#19869D (or 0x19869D) is known color: Scooter. HEX triplet: 19, 86 and 9D. RGB value is (25,134,157). Sum of RGB (Red+Green+Blue) = 25+134+157=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #19869D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19869D is #E67962. Grayscale: #676767. Windows color (decimal): -15104355 or 10323481. OLE color: 10323481.
HSL color Cylindrical-coordinate representation of color #19869D: hue angle of 190.45º 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 #19869D is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 134 | 157 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.38 |
| HSL | 190.45º | 0.73% | 0.36% | - |
| HSV(B) | 190.45º | 0.84% | 0.62% | - |
| XYZ | 15.01 | 19.69 | 34.91 | - |
| YUV | 104.03 | 157.89 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 157 | 0.84 | 0.15 | 0 | 0.38 | 190.45 | 0.73 | 0.36 |
| Hex | 19 | 86 | 9D | 54 | F | 0 | 26 | BE | 49 | 24 |
| Octal | 31 | 206 | 235 | 124 | 17 | 0 | 46 | 276 | 111 | 44 |
| Binary | 11001 | 10000110 | 10011101 | 1010100 | 1111 | 0 | 100110 | 10111110 | 1001001 | 100100 |
Color Harmonies of #19869D
Complementary color
Monochromatic Colors of #19869D
Black with #19869D
Text Example
Text Example
White with #19869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19869D; }
p { color: rgb(25,134,157); }
H1.HeaderClassName
{
color: #19869D;
}
.AnyTagClassName
{
color: #19869D;
}
</style>
background-color css
<style>
a { background-color: #19869D; }
a { background-color: rgb(25,134,157); }
div.DivClassName
{
background-color: #19869D;
}
.BgClassName
{
background-color: #19869D;
}
</style>
border-color css
<style>
span { border-color: #19869D; }
span { border-color: rgb(25,134,157); }
td.TdClassName
{
border-color: #19869D;
}
.TagClassName
{
border-color: #19869D;
}
</style>