COLOR #13898D

HEX: #13898D
RGB: (19,137,141)

Color info

#13898D contains mainly green and blue colors. Web safe color of #13898D is #009999 (or #099).

RGB color model

#13898D color RGB value is (19,137,141).

  • red value is 19;
  • green value is 137;
  • blue value is 141.
RGB:
(19,137,141)
(7%,54%,55%)

RGB channels and saturation

R 19 of 255 = 7%
G 137 of 255 = 54%
B 141 of 255 = 55%

19
137
141

R + G + B ~ 39%. #13898D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 137 + 141 = 297 (100%)
R 19 of 297 ~ 6.4%
G 137 of 297 ~ 46.13%
B 141 of 297 ~ 47.47%

%46.13
%47.47

CMYK color model

#13898D color CMYK value is (87,3,0,45).

  • cyan value is 86.52%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(87,3,0,45)
C87M3Y0K45 
(87%,3%,0%,45%)
(0.87/0.03/0.00/0.45)	

CMYK percentages

%86.52
%2.84
%0
%44.71

Codes

Color #13898D in popluar color models

13898D
RGB19137141
HSL182°76.25%31.37%
HSB/HSV182°86.52%55.29%
CMYK86.52%2.84%0.00%
44.71%

Color #13898D in popluar number systems.

HEX13898D
Decimal19137141
Binary100111000100110001101
Octal23211215

Shades and tints

Shades of #13898D

#13898D
(19,137,141)
#127D81
(18,125,129)
#117175
(17,113,117)
#106569
(16,101,105)
#0F595D
(15,89,93)
#0E4D51
(14,77,81)
#0D4145
(13,65,69)
#0C3539
(12,53,57)
#0B292D
(11,41,45)
#0A1D21
(10,29,33)
#091115
(9,17,21)
#000000
(0,0,0)

Tints of #13898D

#13898D
(19,137,141)
#289397
(40,147,151)
#3D9DA1
(61,157,161)
#52A7AB
(82,167,171)
#67B1B5
(103,177,181)
#7CBBBF
(124,187,191)
#91C5C9
(145,197,201)
#A6CFD3
(166,207,211)
#BBD9DD
(187,217,221)
#D0E3E7
(208,227,231)
#E5EDF1
(229,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13898D color. Also use rgb(19,137,141) instead hex code.

Text Font Color

.myTextColor { color: #13898D; }

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

This text font color is #13898D.


Background Color

.myBgColor { background-color: #13898D; }

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

This div background color is #13898D.


Border color

.myBorderColor { border: 1px solid #13898D; }

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

This div border color is #13898D.


Opacity

.myOpacity80 { color: #13898D; opacity: 0.8; }

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

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

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

This text has shadow with #13898D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13898D on black background.


Color preview on white background

This text has color #13898D on white background.



Black color preview on #13898D background

This text has black color on #13898D background.


White color preview on #13898D background

This text has white color on #13898D background.