COLOR #197387

HEX: #197387
RGB: (25,115,135)

Color info

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

RGB color model

#197387 color RGB value is (25,115,135).

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

RGB channels and saturation

R 25 of 255 = 10%
G 115 of 255 = 45%
B 135 of 255 = 53%

25
115
135

R + G + B ~ 36%. #197387 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 115 + 135 = 275 (100%)
R 25 of 275 ~ 9.09%
G 115 of 275 ~ 41.82%
B 135 of 275 ~ 49.09%

%41.82
%49.09

CMYK color model

#197387 color CMYK value is (81,15,0,47).

  • cyan value is 81.48%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(81,15,0,47)
C81M15Y0K47 
(81%,15%,0%,47%)
(0.81/0.15/0.00/0.47)	

CMYK percentages

%81.48
%14.81
%0
%47.06

Codes

Color #197387 in popluar color models

197387
RGB25115135
HSL191°68.75%31.37%
HSB/HSV191°81.48%52.94%
CMYK81.48%14.81%0.00%
47.06%

Color #197387 in popluar number systems.

HEX197387
Decimal25115135
Binary11001111001110000111
Octal31163207

Shades and tints

Shades of #197387

#197387
(25,115,135)
#17697B
(23,105,123)
#155F6F
(21,95,111)
#135563
(19,85,99)
#114B57
(17,75,87)
#0F414B
(15,65,75)
#0D373F
(13,55,63)
#0B2D33
(11,45,51)
#092327
(9,35,39)
#07191B
(7,25,27)
#050F0F
(5,15,15)
#000000
(0,0,0)

Tints of #197387

#197387
(25,115,135)
#2D7F91
(45,127,145)
#418B9B
(65,139,155)
#5597A5
(85,151,165)
#69A3AF
(105,163,175)
#7DAFB9
(125,175,185)
#91BBC3
(145,187,195)
#A5C7CD
(165,199,205)
#B9D3D7
(185,211,215)
#CDDFE1
(205,223,225)
#E1EBEB
(225,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #197387; }

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

This text font color is #197387.


Background Color

.myBgColor { background-color: #197387; }

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

This div background color is #197387.


Border color

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

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

This div border color is #197387.


Opacity

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

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

Text with #197387 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 #197387;}

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

This text has shadow with #197387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197387 on black background.


Color preview on white background

This text has color #197387 on white background.



Black color preview on #197387 background

This text has black color on #197387 background.


White color preview on #197387 background

This text has white color on #197387 background.