COLOR #13214C

HEX: #13214C
RGB: (19,33,76)

Color info

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

RGB color model

#13214C color RGB value is (19,33,76).

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

RGB channels and saturation

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

19
33
76

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

Portions of RGB colors in percentages

R + G + B =
19 + 33 + 76 = 128 (100%)
R 19 of 128 ~ 14.84%
G 33 of 128 ~ 25.78%
B 76 of 128 ~ 59.38%

%14.84
%25.78
%59.38

CMYK color model

#13214C color CMYK value is (75,57,0,70).

  • cyan value is 75.00%
  • magenta value is 56.58%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(75,57,0,70)
C75M57Y0K70 
(75%,57%,0%,70%)
(0.75/0.57/0.00/0.70)	

CMYK percentages

%75
%56.58
%0
%70.2

Codes

Color #13214C in popluar color models

13214C
RGB193376
HSL225°60.00%18.63%
HSB/HSV225°75.00%29.80%
CMYK75.00%56.58%0.00%
70.20%

Color #13214C in popluar number systems.

HEX13214C
Decimal193376
Binary100111000011001100
Octal2341114

Shades and tints

Shades of #13214C

#13214C
(19,33,76)
#121E46
(18,30,70)
#111B40
(17,27,64)
#10183A
(16,24,58)
#0F1534
(15,21,52)
#0E122E
(14,18,46)
#0D0F28
(13,15,40)
#0C0C22
(12,12,34)
#0B091C
(11,9,28)
#0A0616
(10,6,22)
#090310
(9,3,16)
#000000
(0,0,0)

Tints of #13214C

#13214C
(19,33,76)
#28355C
(40,53,92)
#3D496C
(61,73,108)
#525D7C
(82,93,124)
#67718C
(103,113,140)
#7C859C
(124,133,156)
#9199AC
(145,153,172)
#A6ADBC
(166,173,188)
#BBC1CC
(187,193,204)
#D0D5DC
(208,213,220)
#E5E9EC
(229,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13214C; }

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

This text font color is #13214C.


Background Color

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

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

This div background color is #13214C.


Border color

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

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

This div border color is #13214C.


Opacity

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

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

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

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

This text has shadow with #13214C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13214C on black background.


Color preview on white background

This text has color #13214C on white background.



Black color preview on #13214C background

This text has black color on #13214C background.


White color preview on #13214C background

This text has white color on #13214C background.