COLOR #13327A

HEX: #13327A
RGB: (19,50,122)

Color info

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

RGB color model

#13327A color RGB value is (19,50,122).

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

RGB channels and saturation

R 19 of 255 = 7%
G 50 of 255 = 20%
B 122 of 255 = 48%

19
50
122

R + G + B ~ 25%. #13327A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 50 + 122 = 191 (100%)
R 19 of 191 ~ 9.95%
G 50 of 191 ~ 26.18%
B 122 of 191 ~ 63.87%

%9.95
%26.18
%63.87

CMYK color model

#13327A color CMYK value is (84,59,0,52).

  • cyan value is 84.43%
  • magenta value is 59.02%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(84,59,0,52)
C84M59Y0K52 
(84%,59%,0%,52%)
(0.84/0.59/0.00/0.52)	

CMYK percentages

%84.43
%59.02
%0
%52.16

Codes

Color #13327A in popluar color models

13327A
RGB1950122
HSL222°73.05%27.65%
HSB/HSV222°84.43%47.84%
CMYK84.43%59.02%0.00%
52.16%

Color #13327A in popluar number systems.

HEX13327A
Decimal1950122
Binary100111100101111010
Octal2362172

Shades and tints

Shades of #13327A

#13327A
(19,50,122)
#122E6F
(18,46,111)
#112A64
(17,42,100)
#102659
(16,38,89)
#0F224E
(15,34,78)
#0E1E43
(14,30,67)
#0D1A38
(13,26,56)
#0C162D
(12,22,45)
#0B1222
(11,18,34)
#0A0E17
(10,14,23)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #13327A

#13327A
(19,50,122)
#284486
(40,68,134)
#3D5692
(61,86,146)
#52689E
(82,104,158)
#677AAA
(103,122,170)
#7C8CB6
(124,140,182)
#919EC2
(145,158,194)
#A6B0CE
(166,176,206)
#BBC2DA
(187,194,218)
#D0D4E6
(208,212,230)
#E5E6F2
(229,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13327A; }

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

This text font color is #13327A.


Background Color

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

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

This div background color is #13327A.


Border color

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

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

This div border color is #13327A.


Opacity

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

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

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

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

This text has shadow with #13327A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13327A on black background.


Color preview on white background

This text has color #13327A on white background.



Black color preview on #13327A background

This text has black color on #13327A background.


White color preview on #13327A background

This text has white color on #13327A background.