COLOR #13487D

HEX: #13487D
RGB: (19,72,125)

Color info

#13487D contains mainly green and blue colors. Web safe color of #13487D is #003366 (or #036).

RGB color model

#13487D color RGB value is (19,72,125).

  • red value is 19;
  • green value is 72;
  • blue value is 125.
RGB:
(19,72,125)
(7%,28%,49%)

RGB channels and saturation

R 19 of 255 = 7%
G 72 of 255 = 28%
B 125 of 255 = 49%

19
72
125

R + G + B ~ 28%. #13487D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 72 + 125 = 216 (100%)
R 19 of 216 ~ 8.8%
G 72 of 216 ~ 33.33%
B 125 of 216 ~ 57.87%

%33.33
%57.87

CMYK color model

#13487D color CMYK value is (85,42,0,51).

  • cyan value is 84.80%
  • magenta value is 42.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(85,42,0,51)
C85M42Y0K51 
(85%,42%,0%,51%)
(0.85/0.42/0.00/0.51)	

CMYK percentages

%84.8
%42.4
%0
%50.98

Codes

Color #13487D in popluar color models

13487D
RGB1972125
HSL210°73.61%28.24%
HSB/HSV210°84.80%49.02%
CMYK84.80%42.40%0.00%
50.98%

Color #13487D in popluar number systems.

HEX13487D
Decimal1972125
Binary1001110010001111101
Octal23110175

Shades and tints

Shades of #13487D

#13487D
(19,72,125)
#124272
(18,66,114)
#113C67
(17,60,103)
#10365C
(16,54,92)
#0F3051
(15,48,81)
#0E2A46
(14,42,70)
#0D243B
(13,36,59)
#0C1E30
(12,30,48)
#0B1825
(11,24,37)
#0A121A
(10,18,26)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #13487D

#13487D
(19,72,125)
#285888
(40,88,136)
#3D6893
(61,104,147)
#52789E
(82,120,158)
#6788A9
(103,136,169)
#7C98B4
(124,152,180)
#91A8BF
(145,168,191)
#A6B8CA
(166,184,202)
#BBC8D5
(187,200,213)
#D0D8E0
(208,216,224)
#E5E8EB
(229,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13487D color. Also use rgb(19,72,125) instead hex code.

Text Font Color

.myTextColor { color: #13487D; }

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

This text font color is #13487D.


Background Color

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

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

This div background color is #13487D.


Border color

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

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

This div border color is #13487D.


Opacity

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

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

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

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

This text has shadow with #13487D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13487D on black background.


Color preview on white background

This text has color #13487D on white background.



Black color preview on #13487D background

This text has black color on #13487D background.


White color preview on #13487D background

This text has white color on #13487D background.