Shades of Scooter #198BA2
Tints of Scooter #198BA2
RGB
CMYK
RGB Variations
Color information
#198BA2 (or 0x198BA2) is known color: Scooter. HEX triplet: 19, 8B and A2. RGB value is (25,139,162). Sum of RGB (Red+Green+Blue) = 25+139+162=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 162 (63.67% from 255 or 49.69% from 326); Max value from RGB is 162 - color contains mainly: blue. Hex color #198BA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198BA2 is #E6745D. Grayscale: #6B6B6B. Windows color (decimal): -15103070 or 10652441. OLE color: 10652441.
HSL color Cylindrical-coordinate representation of color #198BA2: hue angle of 190.07º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #198BA2 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 139 | 162 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.36 |
| HSL | 190.07º | 0.73% | 0.37% | - |
| HSV(B) | 190.07º | 0.85% | 0.64% | - |
| XYZ | 16.16 | 21.28 | 37.44 | - |
| YUV | 107.54 | 158.73 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 162 | 0.85 | 0.14 | 0 | 0.36 | 190.07 | 0.73 | 0.37 |
| Hex | 19 | 8B | A2 | 55 | E | 0 | 24 | BE | 49 | 25 |
| Octal | 31 | 213 | 242 | 125 | 16 | 0 | 44 | 276 | 111 | 45 |
| Binary | 11001 | 10001011 | 10100010 | 1010101 | 1110 | 0 | 100100 | 10111110 | 1001001 | 100101 |
Color Harmonies of #198BA2
Complementary color
Monochromatic Colors of #198BA2
Black with #198BA2
Text Example
Text Example
White with #198BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BA2; }
p { color: rgb(25,139,162); }
H1.HeaderClassName
{
color: #198BA2;
}
.AnyTagClassName
{
color: #198BA2;
}
</style>
background-color css
<style>
a { background-color: #198BA2; }
a { background-color: rgb(25,139,162); }
div.DivClassName
{
background-color: #198BA2;
}
.BgClassName
{
background-color: #198BA2;
}
</style>
border-color css
<style>
span { border-color: #198BA2; }
span { border-color: rgb(25,139,162); }
td.TdClassName
{
border-color: #198BA2;
}
.TagClassName
{
border-color: #198BA2;
}
</style>