COLOR #13437D

HEX: #13437D
RGB: (19,67,125)

Color info

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

RGB color model

#13437D color RGB value is (19,67,125).

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

RGB channels and saturation

R 19 of 255 = 7%
G 67 of 255 = 26%
B 125 of 255 = 49%

19
67
125

R + G + B ~ 27%. #13437D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 67 + 125 = 211 (100%)
R 19 of 211 ~ 9%
G 67 of 211 ~ 31.75%
B 125 of 211 ~ 59.24%

%31.75
%59.24

CMYK color model

#13437D color CMYK value is (85,46,0,51).

  • cyan value is 84.80%
  • magenta value is 46.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(85,46,0,51)
C85M46Y0K51 
(85%,46%,0%,51%)
(0.85/0.46/0.00/0.51)	

CMYK percentages

%84.8
%46.4
%0
%50.98

Codes

Color #13437D in popluar color models

13437D
RGB1967125
HSL213°73.61%28.24%
HSB/HSV213°84.80%49.02%
CMYK84.80%46.40%0.00%
50.98%

Color #13437D in popluar number systems.

HEX13437D
Decimal1967125
Binary1001110000111111101
Octal23103175

Shades and tints

Shades of #13437D

#13437D
(19,67,125)
#123D72
(18,61,114)
#113767
(17,55,103)
#10315C
(16,49,92)
#0F2B51
(15,43,81)
#0E2546
(14,37,70)
#0D1F3B
(13,31,59)
#0C1930
(12,25,48)
#0B1325
(11,19,37)
#0A0D1A
(10,13,26)
#09070F
(9,7,15)
#000000
(0,0,0)

Tints of #13437D

#13437D
(19,67,125)
#285488
(40,84,136)
#3D6593
(61,101,147)
#52769E
(82,118,158)
#6787A9
(103,135,169)
#7C98B4
(124,152,180)
#91A9BF
(145,169,191)
#A6BACA
(166,186,202)
#BBCBD5
(187,203,213)
#D0DCE0
(208,220,224)
#E5EDEB
(229,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13437D; }

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

This text font color is #13437D.


Background Color

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

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

This div background color is #13437D.


Border color

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

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

This div border color is #13437D.


Opacity

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

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

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

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

This text has shadow with #13437D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13437D on black background.


Color preview on white background

This text has color #13437D on white background.



Black color preview on #13437D background

This text has black color on #13437D background.


White color preview on #13437D background

This text has white color on #13437D background.