COLOR #137398

HEX: #137398
RGB: (19,115,152)

Color info

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

RGB color model

#137398 color RGB value is (19,115,152).

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

RGB channels and saturation

R 19 of 255 = 7%
G 115 of 255 = 45%
B 152 of 255 = 60%

19
115
152

R + G + B ~ 37%. #137398 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 115 + 152 = 286 (100%)
R 19 of 286 ~ 6.64%
G 115 of 286 ~ 40.21%
B 152 of 286 ~ 53.15%

%40.21
%53.15

CMYK color model

#137398 color CMYK value is (88,24,0,40).

  • cyan value is 87.50%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(88,24,0,40)
C88M24Y0K40 
(88%,24%,0%,40%)
(0.88/0.24/0.00/0.40)	

CMYK percentages

%87.5
%24.34
%0
%40.39

Codes

Color #137398 in popluar color models

137398
RGB19115152
HSL197°77.78%33.53%
HSB/HSV197°87.50%59.61%
CMYK87.50%24.34%0.00%
40.39%

Color #137398 in popluar number systems.

HEX137398
Decimal19115152
Binary10011111001110011000
Octal23163230

Shades and tints

Shades of #137398

#137398
(19,115,152)
#12698B
(18,105,139)
#115F7E
(17,95,126)
#105571
(16,85,113)
#0F4B64
(15,75,100)
#0E4157
(14,65,87)
#0D374A
(13,55,74)
#0C2D3D
(12,45,61)
#0B2330
(11,35,48)
#0A1923
(10,25,35)
#090F16
(9,15,22)
#000000
(0,0,0)

Tints of #137398

#137398
(19,115,152)
#287FA1
(40,127,161)
#3D8BAA
(61,139,170)
#5297B3
(82,151,179)
#67A3BC
(103,163,188)
#7CAFC5
(124,175,197)
#91BBCE
(145,187,206)
#A6C7D7
(166,199,215)
#BBD3E0
(187,211,224)
#D0DFE9
(208,223,233)
#E5EBF2
(229,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #137398; }

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

This text font color is #137398.


Background Color

.myBgColor { background-color: #137398; }

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

This div background color is #137398.


Border color

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

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

This div border color is #137398.


Opacity

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

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

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

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

This text has shadow with #137398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137398 on black background.


Color preview on white background

This text has color #137398 on white background.



Black color preview on #137398 background

This text has black color on #137398 background.


White color preview on #137398 background

This text has white color on #137398 background.