COLOR #13213C

HEX: #13213C
RGB: (19,33,60)

Color info

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

RGB color model

#13213C color RGB value is (19,33,60).

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

RGB channels and saturation

R 19 of 255 = 7%
G 33 of 255 = 13%
B 60 of 255 = 24%

19
33
60

R + G + B ~ 15%. #13213C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 33 + 60 = 112 (100%)
R 19 of 112 ~ 16.96%
G 33 of 112 ~ 29.46%
B 60 of 112 ~ 53.57%

%16.96
%29.46
%53.57

CMYK color model

#13213C color CMYK value is (68,45,0,76).

  • cyan value is 68.33%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(68,45,0,76)
C68M45Y0K76 
(68%,45%,0%,76%)
(0.68/0.45/0.00/0.76)	

CMYK percentages

%68.33
%45
%0
%76.47

Codes

Color #13213C in popluar color models

13213C
RGB193360
HSL220°51.90%15.49%
HSB/HSV220°68.33%23.53%
CMYK68.33%45.00%0.00%
76.47%

Color #13213C in popluar number systems.

HEX13213C
Decimal193360
Binary10011100001111100
Octal234174

Shades and tints

Shades of #13213C

#13213C
(19,33,60)
#121E37
(18,30,55)
#111B32
(17,27,50)
#10182D
(16,24,45)
#0F1528
(15,21,40)
#0E1223
(14,18,35)
#0D0F1E
(13,15,30)
#0C0C19
(12,12,25)
#0B0914
(11,9,20)
#0A060F
(10,6,15)
#09030A
(9,3,10)
#000000
(0,0,0)

Tints of #13213C

#13213C
(19,33,60)
#28354D
(40,53,77)
#3D495E
(61,73,94)
#525D6F
(82,93,111)
#677180
(103,113,128)
#7C8591
(124,133,145)
#9199A2
(145,153,162)
#A6ADB3
(166,173,179)
#BBC1C4
(187,193,196)
#D0D5D5
(208,213,213)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13213C; }

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

This text font color is #13213C.


Background Color

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

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

This div background color is #13213C.


Border color

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

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

This div border color is #13213C.


Opacity

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

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

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

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

This text has shadow with #13213C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13213C on black background.


Color preview on white background

This text has color #13213C on white background.



Black color preview on #13213C background

This text has black color on #13213C background.


White color preview on #13213C background

This text has white color on #13213C background.