COLOR #13295B

HEX: #13295B
RGB: (19,41,91)

Color info

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

RGB color model

#13295B color RGB value is (19,41,91).

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

RGB channels and saturation

R 19 of 255 = 7%
G 41 of 255 = 16%
B 91 of 255 = 36%

19
41
91

R + G + B ~ 20%. #13295B is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 41 + 91 = 151 (100%)
R 19 of 151 ~ 12.58%
G 41 of 151 ~ 27.15%
B 91 of 151 ~ 60.26%

%12.58
%27.15
%60.26

CMYK color model

#13295B color CMYK value is (79,55,0,64).

  • cyan value is 79.12%
  • magenta value is 54.95%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(79,55,0,64)
C79M55Y0K64 
(79%,55%,0%,64%)
(0.79/0.55/0.00/0.64)	

CMYK percentages

%79.12
%54.95
%0
%64.31

Codes

Color #13295B in popluar color models

13295B
RGB194191
HSL222°65.45%21.57%
HSB/HSV222°79.12%35.69%
CMYK79.12%54.95%0.00%
64.31%

Color #13295B in popluar number systems.

HEX13295B
Decimal194191
Binary100111010011011011
Octal2351133

Shades and tints

Shades of #13295B

#13295B
(19,41,91)
#122653
(18,38,83)
#11234B
(17,35,75)
#102043
(16,32,67)
#0F1D3B
(15,29,59)
#0E1A33
(14,26,51)
#0D172B
(13,23,43)
#0C1423
(12,20,35)
#0B111B
(11,17,27)
#0A0E13
(10,14,19)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #13295B

#13295B
(19,41,91)
#283C69
(40,60,105)
#3D4F77
(61,79,119)
#526285
(82,98,133)
#677593
(103,117,147)
#7C88A1
(124,136,161)
#919BAF
(145,155,175)
#A6AEBD
(166,174,189)
#BBC1CB
(187,193,203)
#D0D4D9
(208,212,217)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13295B; }

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

This text font color is #13295B.


Background Color

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

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

This div background color is #13295B.


Border color

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

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

This div border color is #13295B.


Opacity

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

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

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

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

This text has shadow with #13295B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13295B on black background.


Color preview on white background

This text has color #13295B on white background.



Black color preview on #13295B background

This text has black color on #13295B background.


White color preview on #13295B background

This text has white color on #13295B background.