COLOR #13315B

HEX: #13315B
RGB: (19,49,91)

Color info

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

RGB color model

#13315B color RGB value is (19,49,91).

  • red value is 19;
  • green value is 49;
  • blue value is 91.
RGB:
(19,49,91)
(7%,19%,36%)

RGB channels and saturation

R 19 of 255 = 7%
G 49 of 255 = 19%
B 91 of 255 = 36%

19
49
91

R + G + B ~ 21%. #13315B is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 49 + 91 = 159 (100%)
R 19 of 159 ~ 11.95%
G 49 of 159 ~ 30.82%
B 91 of 159 ~ 57.23%

%11.95
%30.82
%57.23

CMYK color model

#13315B color CMYK value is (79,46,0,64).

  • cyan value is 79.12%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(79,46,0,64)
C79M46Y0K64 
(79%,46%,0%,64%)
(0.79/0.46/0.00/0.64)	

CMYK percentages

%79.12
%46.15
%0
%64.31

Codes

Color #13315B in popluar color models

13315B
RGB194991
HSL215°65.45%21.57%
HSB/HSV215°79.12%35.69%
CMYK79.12%46.15%0.00%
64.31%

Color #13315B in popluar number systems.

HEX13315B
Decimal194991
Binary100111100011011011
Octal2361133

Shades and tints

Shades of #13315B

#13315B
(19,49,91)
#122D53
(18,45,83)
#11294B
(17,41,75)
#102543
(16,37,67)
#0F213B
(15,33,59)
#0E1D33
(14,29,51)
#0D192B
(13,25,43)
#0C1523
(12,21,35)
#0B111B
(11,17,27)
#0A0D13
(10,13,19)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #13315B

#13315B
(19,49,91)
#284369
(40,67,105)
#3D5577
(61,85,119)
#526785
(82,103,133)
#677993
(103,121,147)
#7C8BA1
(124,139,161)
#919DAF
(145,157,175)
#A6AFBD
(166,175,189)
#BBC1CB
(187,193,203)
#D0D3D9
(208,211,217)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13315B color. Also use rgb(19,49,91) instead hex code.

Text Font Color

.myTextColor { color: #13315B; }

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

This text font color is #13315B.


Background Color

.myBgColor { background-color: #13315B; }

<div style="background-color:#13315B">Inner text</div>

This div background color is #13315B.


Border color

.myBorderColor { border: 1px solid #13315B; }

<div style="border:3px solid #13315B">Div</div>

This div border color is #13315B.


Opacity

.myOpacity80 { color: #13315B; opacity: 0.8; }

<p style="color:#13315B;opacity:0.8;">80%</p>

Text with #13315B 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 #13315B;}

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

This text has shadow with #13315B color.

.textShadow {text-shadow: 3px 3px 1px #13315B, 3px 3px 1px red;}

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

This text has shadow with #13315B primary color and red secondary color.


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

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

This text has shadow with #13315B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13315B on black background.


Color preview on white background

This text has color #13315B on white background.



Black color preview on #13315B background

This text has black color on #13315B background.


White color preview on #13315B background

This text has white color on #13315B background.