COLOR #197398

HEX: #197398
RGB: (25,115,152)

Color info

#197398 contains mainly green and blue colors. Web safe color of #197398 is #006699 (or #069).

RGB color model

#197398 color RGB value is (25,115,152).

  • red value is 25;
  • green value is 115;
  • blue value is 152.
RGB:
(25,115,152)
(10%,45%,60%)

RGB channels and saturation

R 25 of 255 = 10%
G 115 of 255 = 45%
B 152 of 255 = 60%

25
115
152

R + G + B ~ 38%. #197398 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 115 + 152 = 292 (100%)
R 25 of 292 ~ 8.56%
G 115 of 292 ~ 39.38%
B 152 of 292 ~ 52.05%

%39.38
%52.05

CMYK color model

#197398 color CMYK value is (84,24,0,40).

  • cyan value is 83.55%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(84,24,0,40)
C84M24Y0K40 
(84%,24%,0%,40%)
(0.84/0.24/0.00/0.40)	

CMYK percentages

%83.55
%24.34
%0
%40.39

Codes

Color #197398 in popluar color models

197398
RGB25115152
HSL197°71.75%34.71%
HSB/HSV197°83.55%59.61%
CMYK83.55%24.34%0.00%
40.39%

Color #197398 in popluar number systems.

HEX197398
Decimal25115152
Binary11001111001110011000
Octal31163230

Shades and tints

Shades of #197398

#197398
(25,115,152)
#17698B
(23,105,139)
#155F7E
(21,95,126)
#135571
(19,85,113)
#114B64
(17,75,100)
#0F4157
(15,65,87)
#0D374A
(13,55,74)
#0B2D3D
(11,45,61)
#092330
(9,35,48)
#071923
(7,25,35)
#050F16
(5,15,22)
#000000
(0,0,0)

Tints of #197398

#197398
(25,115,152)
#2D7FA1
(45,127,161)
#418BAA
(65,139,170)
#5597B3
(85,151,179)
#69A3BC
(105,163,188)
#7DAFC5
(125,175,197)
#91BBCE
(145,187,206)
#A5C7D7
(165,199,215)
#B9D3E0
(185,211,224)
#CDDFE9
(205,223,233)
#E1EBF2
(225,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197398 color. Also use rgb(25,115,152) instead hex code.

Text Font Color

.myTextColor { color: #197398; }

<p style="color:#197398">This sample text font color is #197398.</p>

This text font color is #197398.


Background Color

.myBgColor { background-color: #197398; }

<div style="background-color:#197398">Inner text</div>

This div background color is #197398.


Border color

.myBorderColor { border: 1px solid #197398; }

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

This div border color is #197398.


Opacity

.myOpacity80 { color: #197398; opacity: 0.8; }

<p style="color:#197398;opacity:0.8;">80%</p>

Text with #197398 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #197398;}

<p style="text-shadow: 3px 3px 1px #197398">Text here.</p>

This text has shadow with #197398 color.

.textShadow {text-shadow: 3px 3px 1px #197398, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #197398, 5px 5px 20px red">Text here.</p>

This text has shadow with #197398 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#197398, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#197398, Direction=45, Strength=4)">Text</p>

This text has shadow with #197398 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #197398;
  -webkit-box-shadow:	1px 1px 3px 2px #197398;
  box-shadow:		1px 1px 3px 2px #197398;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #197398;
-webkit-box-shadow: 1px 1px 3px 2px #197398;
box-shadow:1px 1px 3px 2px #197398;">
Div content here</div>
This div box has shadow with color #197398.

Preview

Color preview on black background

This text has color #197398 on black background.


Color preview on white background

This text has color #197398 on white background.



Black color preview on #197398 background

This text has black color on #197398 background.


White color preview on #197398 background

This text has white color on #197398 background.