COLOR #13204C

HEX: #13204C
RGB: (19,32,76)

Color info

#13204C contains red, green and blue colors in about the same proportion. Web safe color of #13204C is #003333 (or #033).

RGB color model

#13204C color RGB value is (19,32,76).

  • red value is 19;
  • green value is 32;
  • blue value is 76.
RGB:
(19,32,76)
(7%,13%,30%)

RGB channels and saturation

R 19 of 255 = 7%
G 32 of 255 = 13%
B 76 of 255 = 30%

19
32
76

R + G + B ~ 17%. #13204C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 32 + 76 = 127 (100%)
R 19 of 127 ~ 14.96%
G 32 of 127 ~ 25.2%
B 76 of 127 ~ 59.84%

%14.96
%25.2
%59.84

CMYK color model

#13204C color CMYK value is (75,58,0,70).

  • cyan value is 75.00%
  • magenta value is 57.89%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(75,58,0,70)
C75M58Y0K70 
(75%,58%,0%,70%)
(0.75/0.58/0.00/0.70)	

CMYK percentages

%75
%57.89
%0
%70.2

Codes

Color #13204C in popluar color models

13204C
RGB193276
HSL226°60.00%18.63%
HSB/HSV226°75.00%29.80%
CMYK75.00%57.89%0.00%
70.20%

Color #13204C in popluar number systems.

HEX13204C
Decimal193276
Binary100111000001001100
Octal2340114

Shades and tints

Shades of #13204C

#13204C
(19,32,76)
#121E46
(18,30,70)
#111C40
(17,28,64)
#101A3A
(16,26,58)
#0F1834
(15,24,52)
#0E162E
(14,22,46)
#0D1428
(13,20,40)
#0C1222
(12,18,34)
#0B101C
(11,16,28)
#0A0E16
(10,14,22)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #13204C

#13204C
(19,32,76)
#28345C
(40,52,92)
#3D486C
(61,72,108)
#525C7C
(82,92,124)
#67708C
(103,112,140)
#7C849C
(124,132,156)
#9198AC
(145,152,172)
#A6ACBC
(166,172,188)
#BBC0CC
(187,192,204)
#D0D4DC
(208,212,220)
#E5E8EC
(229,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13204C color. Also use rgb(19,32,76) instead hex code.

Text Font Color

.myTextColor { color: #13204C; }

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

This text font color is #13204C.


Background Color

.myBgColor { background-color: #13204C; }

<div style="background-color:#13204C">Inner text</div>

This div background color is #13204C.


Border color

.myBorderColor { border: 1px solid #13204C; }

<div style="border:3px solid #13204C">Div</div>

This div border color is #13204C.


Opacity

.myOpacity80 { color: #13204C; opacity: 0.8; }

<p style="color:#13204C;opacity:0.8;">80%</p>

Text with #13204C 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 #13204C;}

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

This text has shadow with #13204C color.

.textShadow {text-shadow: 3px 3px 1px #13204C, 3px 3px 1px red;}

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

This text has shadow with #13204C primary color and red secondary color.


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

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

This text has shadow with #13204C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13204C on black background.


Color preview on white background

This text has color #13204C on white background.



Black color preview on #13204C background

This text has black color on #13204C background.


White color preview on #13204C background

This text has white color on #13204C background.