COLOR #13406F

HEX: #13406F
RGB: (19,64,111)

Color info

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

RGB color model

#13406F color RGB value is (19,64,111).

  • red value is 19;
  • green value is 64;
  • blue value is 111.
RGB:
(19,64,111)
(7%,25%,44%)

RGB channels and saturation

R 19 of 255 = 7%
G 64 of 255 = 25%
B 111 of 255 = 44%

19
64
111

R + G + B ~ 25%. #13406F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 64 + 111 = 194 (100%)
R 19 of 194 ~ 9.79%
G 64 of 194 ~ 32.99%
B 111 of 194 ~ 57.22%

%9.79
%32.99
%57.22

CMYK color model

#13406F color CMYK value is (83,42,0,56).

  • cyan value is 82.88%
  • magenta value is 42.34%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(83,42,0,56)
C83M42Y0K56 
(83%,42%,0%,56%)
(0.83/0.42/0.00/0.56)	

CMYK percentages

%82.88
%42.34
%0
%56.47

Codes

Color #13406F in popluar color models

13406F
RGB1964111
HSL211°70.77%25.49%
HSB/HSV211°82.88%43.53%
CMYK82.88%42.34%0.00%
56.47%

Color #13406F in popluar number systems.

HEX13406F
Decimal1964111
Binary1001110000001101111
Octal23100157

Shades and tints

Shades of #13406F

#13406F
(19,64,111)
#123B65
(18,59,101)
#11365B
(17,54,91)
#103151
(16,49,81)
#0F2C47
(15,44,71)
#0E273D
(14,39,61)
#0D2233
(13,34,51)
#0C1D29
(12,29,41)
#0B181F
(11,24,31)
#0A1315
(10,19,21)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #13406F

#13406F
(19,64,111)
#28517C
(40,81,124)
#3D6289
(61,98,137)
#527396
(82,115,150)
#6784A3
(103,132,163)
#7C95B0
(124,149,176)
#91A6BD
(145,166,189)
#A6B7CA
(166,183,202)
#BBC8D7
(187,200,215)
#D0D9E4
(208,217,228)
#E5EAF1
(229,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13406F color. Also use rgb(19,64,111) instead hex code.

Text Font Color

.myTextColor { color: #13406F; }

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

This text font color is #13406F.


Background Color

.myBgColor { background-color: #13406F; }

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

This div background color is #13406F.


Border color

.myBorderColor { border: 1px solid #13406F; }

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

This div border color is #13406F.


Opacity

.myOpacity80 { color: #13406F; opacity: 0.8; }

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

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

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

This text has shadow with #13406F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13406F on black background.


Color preview on white background

This text has color #13406F on white background.



Black color preview on #13406F background

This text has black color on #13406F background.


White color preview on #13406F background

This text has white color on #13406F background.