COLOR #13397A

HEX: #13397A
RGB: (19,57,122)

Color info

#13397A contains mainly blue color. Web safe color of #13397A is #003366 (or #036).

RGB color model

#13397A color RGB value is (19,57,122).

  • red value is 19;
  • green value is 57;
  • blue value is 122.
RGB:
(19,57,122)
(7%,22%,48%)

RGB channels and saturation

R 19 of 255 = 7%
G 57 of 255 = 22%
B 122 of 255 = 48%

19
57
122

R + G + B ~ 26%. #13397A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 57 + 122 = 198 (100%)
R 19 of 198 ~ 9.6%
G 57 of 198 ~ 28.79%
B 122 of 198 ~ 61.62%

%9.6
%28.79
%61.62

CMYK color model

#13397A color CMYK value is (84,53,0,52).

  • cyan value is 84.43%
  • magenta value is 53.28%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(84,53,0,52)
C84M53Y0K52 
(84%,53%,0%,52%)
(0.84/0.53/0.00/0.52)	

CMYK percentages

%84.43
%53.28
%0
%52.16

Codes

Color #13397A in popluar color models

13397A
RGB1957122
HSL218°73.05%27.65%
HSB/HSV218°84.43%47.84%
CMYK84.43%53.28%0.00%
52.16%

Color #13397A in popluar number systems.

HEX13397A
Decimal1957122
Binary100111110011111010
Octal2371172

Shades and tints

Shades of #13397A

#13397A
(19,57,122)
#12346F
(18,52,111)
#112F64
(17,47,100)
#102A59
(16,42,89)
#0F254E
(15,37,78)
#0E2043
(14,32,67)
#0D1B38
(13,27,56)
#0C162D
(12,22,45)
#0B1122
(11,17,34)
#0A0C17
(10,12,23)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #13397A

#13397A
(19,57,122)
#284B86
(40,75,134)
#3D5D92
(61,93,146)
#526F9E
(82,111,158)
#6781AA
(103,129,170)
#7C93B6
(124,147,182)
#91A5C2
(145,165,194)
#A6B7CE
(166,183,206)
#BBC9DA
(187,201,218)
#D0DBE6
(208,219,230)
#E5EDF2
(229,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13397A color. Also use rgb(19,57,122) instead hex code.

Text Font Color

.myTextColor { color: #13397A; }

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

This text font color is #13397A.


Background Color

.myBgColor { background-color: #13397A; }

<div style="background-color:#13397A">Inner text</div>

This div background color is #13397A.


Border color

.myBorderColor { border: 1px solid #13397A; }

<div style="border:3px solid #13397A">Div</div>

This div border color is #13397A.


Opacity

.myOpacity80 { color: #13397A; opacity: 0.8; }

<p style="color:#13397A;opacity:0.8;">80%</p>

Text with #13397A 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 #13397A;}

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

This text has shadow with #13397A color.

.textShadow {text-shadow: 3px 3px 1px #13397A, 3px 3px 1px red;}

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

This text has shadow with #13397A primary color and red secondary color.


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

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

This text has shadow with #13397A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13397A on black background.


Color preview on white background

This text has color #13397A on white background.



Black color preview on #13397A background

This text has black color on #13397A background.


White color preview on #13397A background

This text has white color on #13397A background.