COLOR #13517C

HEX: #13517C
RGB: (19,81,124)

Color info

#13517C contains mainly green and blue colors. Web safe color of #13517C is #006666 (or #066).

RGB color model

#13517C color RGB value is (19,81,124).

  • red value is 19;
  • green value is 81;
  • blue value is 124.
RGB:
(19,81,124)
(7%,32%,49%)

RGB channels and saturation

R 19 of 255 = 7%
G 81 of 255 = 32%
B 124 of 255 = 49%

19
81
124

R + G + B ~ 29%. #13517C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 81 + 124 = 224 (100%)
R 19 of 224 ~ 8.48%
G 81 of 224 ~ 36.16%
B 124 of 224 ~ 55.36%

%36.16
%55.36

CMYK color model

#13517C color CMYK value is (85,35,0,51).

  • cyan value is 84.68%
  • magenta value is 34.68%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(85,35,0,51)
C85M35Y0K51 
(85%,35%,0%,51%)
(0.85/0.35/0.00/0.51)	

CMYK percentages

%84.68
%34.68
%0
%51.37

Codes

Color #13517C in popluar color models

13517C
RGB1981124
HSL205°73.43%28.04%
HSB/HSV205°84.68%48.63%
CMYK84.68%34.68%0.00%
51.37%

Color #13517C in popluar number systems.

HEX13517C
Decimal1981124
Binary1001110100011111100
Octal23121174

Shades and tints

Shades of #13517C

#13517C
(19,81,124)
#124A71
(18,74,113)
#114366
(17,67,102)
#103C5B
(16,60,91)
#0F3550
(15,53,80)
#0E2E45
(14,46,69)
#0D273A
(13,39,58)
#0C202F
(12,32,47)
#0B1924
(11,25,36)
#0A1219
(10,18,25)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #13517C

#13517C
(19,81,124)
#286087
(40,96,135)
#3D6F92
(61,111,146)
#527E9D
(82,126,157)
#678DA8
(103,141,168)
#7C9CB3
(124,156,179)
#91ABBE
(145,171,190)
#A6BAC9
(166,186,201)
#BBC9D4
(187,201,212)
#D0D8DF
(208,216,223)
#E5E7EA
(229,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13517C color. Also use rgb(19,81,124) instead hex code.

Text Font Color

.myTextColor { color: #13517C; }

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

This text font color is #13517C.


Background Color

.myBgColor { background-color: #13517C; }

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

This div background color is #13517C.


Border color

.myBorderColor { border: 1px solid #13517C; }

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

This div border color is #13517C.


Opacity

.myOpacity80 { color: #13517C; opacity: 0.8; }

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

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

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

This text has shadow with #13517C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13517C on black background.


Color preview on white background

This text has color #13517C on white background.



Black color preview on #13517C background

This text has black color on #13517C background.


White color preview on #13517C background

This text has white color on #13517C background.