Color Hex Logo

#197ba8 Color Hex

#197BA8
(25,123,168)
0 Favorites   0 Comments

Color spaces of #197ba8

RGB 25123168
HSL0.550.740.38
HSV199°85°66°
CMYK 0.850.270.00   0.34
XYZ14.551717.199739.5987
Yxy17.19970.20390.2411
Hunter Lab41.4725-9.9456-27.5804
CIE-Lab48.5107-10.5809-31.5337

#197ba8 color RGB value is (25,123,168).

#197ba8 hex color red value is 25, green value is 123 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #197ba8 hue: 0.55 , saturation: 0.74 and the lightness value of 197ba8 is 0.38.

The process color (four color CMYK) of #197ba8 color hex is 0.85, 0.27, 0.00, 0.34. Web safe color of #197ba8 is #006699. Color #197ba8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111011 10101000
Octal 31 173 250
Decimal 25 123 168
Hex 19 7B A8

RGB Percentages of Color #197ba8

%7.91
%38.92
%53.16

CMYK Percentages of Color #197ba8

%85
%27
%0
%34

Triadic Colors of #197ba8

#197ba8 #a8197b #7ba819

Analogous Colors of #197ba8

#197ba8 #1934a8 #19a88e

Monochromatic Colors of #197ba8

#197ba8

Complementary Color

#197ba8 #a84619

#197ba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197ba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#197ba8 Color CSS Codes

.mybgcolor {background-color:#197ba8; } 
.myforecolor {color:#197ba8; }
.mybordercolor {border:3px solid #197ba8; }

#197ba8 Text Font Color

<p style="color:#197ba8">Text here</p>

This sample text font color is #197ba8
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#197ba8 Background Color

<div style="background-color:#197ba8">
Div content here</div>

This div background color is #197ba8


#197ba8 Border Color

<div style="border:3px solid #197ba8">
Div here</div>

This div border color is #197ba8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,123,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #197ba8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #197ba8;
  -webkit-box-shadow: 1px 1px 3px 2px #197ba8;
  box-shadow:         1px 1px 3px 2px #197ba8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,123,168, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #197ba8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #197ba8;
  -webkit-box-shadow: 1px 1px 3px 2px #197ba8;
  box-shadow:         1px 1px 3px 2px #197ba8;">
Div content here</div>

This div box has shadow with color #197ba8


Comments

No comments written yet.

Please login to write comment.