Color Hex Logo

#197399 Color Hex

#197399
(25,115,153)
0 Favorites   0 Comments

Color spaces of #197399

RGB 25115153
HSL0.550.720.35
HSV198°84°60°
CMYK 0.840.250.00   0.40
XYZ12.281414.768032.3402
Yxy14.76800.20680.2487
Hunter Lab38.4292-10.2050-22.9953
CIE-Lab45.3148-11.5095-27.7263

#197399 color RGB value is (25,115,153).

#197399 hex color red value is 25, green value is 115 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #197399 hue: 0.55 , saturation: 0.72 and the lightness value of 197399 is 0.35.

The process color (four color CMYK) of #197399 color hex is 0.84, 0.25, 0.00, 0.40. Web safe color of #197399 is #006699. Color #197399 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110011 10011001
Octal 31 163 231
Decimal 25 115 153
Hex 19 73 99

RGB Percentages of Color #197399

%8.53
%39.25
%52.22

CMYK Percentages of Color #197399

%84
%25
%0
%40

Triadic Colors of #197399

#197399 #991973 #739919

Analogous Colors of #197399

#197399 #193399 #19997f

Monochromatic Colors of #197399

#197399

Complementary Color

#197399 #993f19

#197399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#197399 Color CSS Codes

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

#197399 Text Font Color

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

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


#197399 Background Color

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

This div background color is #197399


#197399 Border Color

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

This div border color is #197399


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,115,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #197399; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #197399;
  -webkit-box-shadow: 1px 1px 3px 2px #197399;
  box-shadow:         1px 1px 3px 2px #197399; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197399


Comments

No comments written yet.

Please login to write comment.