COLOR #13214D

HEX: #13214D
RGB: (19,33,77)

Color info

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

RGB color model

#13214D color RGB value is (19,33,77).

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

RGB channels and saturation

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

19
33
77

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

Portions of RGB colors in percentages

R + G + B =
19 + 33 + 77 = 129 (100%)
R 19 of 129 ~ 14.73%
G 33 of 129 ~ 25.58%
B 77 of 129 ~ 59.69%

%14.73
%25.58
%59.69

CMYK color model

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

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

CMYK percentages

%75.32
%57.14
%0
%69.8

Codes

Color #13214D in popluar color models

13214D
RGB193377
HSL226°60.42%18.82%
HSB/HSV226°75.32%30.20%
CMYK75.32%57.14%0.00%
69.80%

Color #13214D in popluar number systems.

HEX13214D
Decimal193377
Binary100111000011001101
Octal2341115

Shades and tints

Shades of #13214D

#13214D
(19,33,77)
#121E46
(18,30,70)
#111B3F
(17,27,63)
#101838
(16,24,56)
#0F1531
(15,21,49)
#0E122A
(14,18,42)
#0D0F23
(13,15,35)
#0C0C1C
(12,12,28)
#0B0915
(11,9,21)
#0A060E
(10,6,14)
#090307
(9,3,7)
#000000
(0,0,0)

Tints of #13214D

#13214D
(19,33,77)
#28355D
(40,53,93)
#3D496D
(61,73,109)
#525D7D
(82,93,125)
#67718D
(103,113,141)
#7C859D
(124,133,157)
#9199AD
(145,153,173)
#A6ADBD
(166,173,189)
#BBC1CD
(187,193,205)
#D0D5DD
(208,213,221)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13214D; }

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

This text font color is #13214D.


Background Color

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

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

This div background color is #13214D.


Border color

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

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

This div border color is #13214D.


Opacity

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

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

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

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

This text has shadow with #13214D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13214D on black background.


Color preview on white background

This text has color #13214D on white background.



Black color preview on #13214D background

This text has black color on #13214D background.


White color preview on #13214D background

This text has white color on #13214D background.