Html Css Color HEX #198BA3 Scooter

📋 copy color: '#198BA3'

red 25 ◦ green 139 ◦ blue 163

#198BA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #198BA3

Tints of Scooter #198BA3

RGB

 RED value IS 25 (10.16% from 255) = 7.65%

 GREEN value IS 139 (54.69% from 255) = 42.51%

 BLUE value IS 163 (64.06% from 255) = 49.85%

R = 7.65%
G = 42.51%
B = 49.85%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#198BA3 (or 0x198BA3) is known color: Scooter. HEX triplet: 19, 8B and A3. RGB value is (25,139,163). Sum of RGB (Red+Green+Blue) = 25+139+163=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 163 (64.06% from 255 or 49.85% from 327); Max value from RGB is 163 - color contains mainly: blue. Hex color #198BA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198BA3 is #E6745C. Grayscale: #6B6B6B. Windows color (decimal): -15103069 or 10717977. OLE color: 10717977.

HSL color Cylindrical-coordinate representation of color #198BA3: hue angle of 190.43º 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 #198BA3 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 25 139 163 -
CMYK 0.85 0.15 0 0.36
HSL 190.43º 0.73% 0.37% -
HSV(B) 190.43º 0.85% 0.64% -
XYZ 16.24 21.32 37.91 -
YUV 107.65 159.23 69.05 -
System Red Green Blue C M Y K H S L
Decimal 25 139 163 0.85 0.15 0 0.36 190.43 0.73 0.37
Hex 19 8B A3 55 F 0 24 BE 49 25
Octal 31 213 243 125 17 0 44 276 111 45
Binary 11001 10001011 10100011 1010101 1111 0 100100 10111110 1001001 100101

Color Harmonies of #198BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198BA3

Black with #198BA3

Text Example


Text Example

White with #198BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198BA3; }

 p { color: rgb(25,139,163); }

 H1.HeaderClassName
 {
   color: #198BA3;
 }
 .AnyTagClassName
 {
   color: #198BA3;
 }
</style>

background-color css

<style>
 a { background-color: #198BA3; }

 a { background-color: rgb(25,139,163); }

 div.DivClassName
 {
   background-color: #198BA3;
 }
 .BgClassName
 {
   background-color: #198BA3;
 }
</style>

border-color css

<style>
 span { border-color: #198BA3; }

 span { border-color: rgb(25,139,163); }

 td.TdClassName
 {
   border-color: #198BA3;
 }
 .TagClassName
 {
   border-color: #198BA3;
 }
</style>