Color Hex Logo

#197eb5 Color Hex

#197EB5
(25,126,181)
0 Favorites   0 Comments

Color spaces of #197eb5

RGB 25126181
HSL0.560.760.40
HSV201°86°71°
CMYK 0.860.300.00   0.29
XYZ16.202218.464646.4261
Yxy18.46460.19980.2277
Hunter Lab42.9705-7.8941-33.9787
CIE-Lab50.0548-7.4838-36.6450

#197eb5 color RGB value is (25,126,181).

#197eb5 hex color red value is 25, green value is 126 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #197eb5 hue: 0.56 , saturation: 0.76 and the lightness value of 197eb5 is 0.40.

The process color (four color CMYK) of #197eb5 color hex is 0.86, 0.30, 0.00, 0.29. Web safe color of #197eb5 is #0066cc. Color #197eb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111110 10110101
Octal 31 176 265
Decimal 25 126 181
Hex 19 7E B5

RGB Percentages of Color #197eb5

%7.53
%37.95
%54.52

CMYK Percentages of Color #197eb5

%86
%30
%0
%29

Triadic Colors of #197eb5

#197eb5 #b5197e #7eb519

Analogous Colors of #197eb5

#197eb5 #1930b5 #19b59e

Monochromatic Colors of #197eb5

#197eb5

Complementary Color

#197eb5 #b55019

#197eb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197eb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#197eb5 Color CSS Codes

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

#197eb5 Text Font Color

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

This sample text font color is #197eb5
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.


#197eb5 Background Color

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

This div background color is #197eb5


#197eb5 Border Color

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

This div border color is #197eb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197eb5


Comments

No comments written yet.

Please login to write comment.