COLOR #13202A

HEX: #13202A
RGB: (19,32,42)

Color info

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

RGB color model

#13202A color RGB value is (19,32,42).

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

RGB channels and saturation

R 19 of 255 = 7%
G 32 of 255 = 13%
B 42 of 255 = 16%

19
32
42

R + G + B ~ 12%. #13202A is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 32 + 42 = 93 (100%)
R 19 of 93 ~ 20.43%
G 32 of 93 ~ 34.41%
B 42 of 93 ~ 45.16%

%20.43
%34.41
%45.16

CMYK color model

#13202A color CMYK value is (55,24,0,84).

  • cyan value is 54.76%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(55,24,0,84)
C55M24Y0K84 
(55%,24%,0%,84%)
(0.55/0.24/0.00/0.84)	

CMYK percentages

%54.76
%23.81
%0
%83.53

Codes

Color #13202A in popluar color models

13202A
RGB193242
HSL206°37.70%11.96%
HSB/HSV206°54.76%16.47%
CMYK54.76%23.81%0.00%
83.53%

Color #13202A in popluar number systems.

HEX13202A
Decimal193242
Binary10011100000101010
Octal234052

Shades and tints

Shades of #13202A

#13202A
(19,32,42)
#121E27
(18,30,39)
#111C24
(17,28,36)
#101A21
(16,26,33)
#0F181E
(15,24,30)
#0E161B
(14,22,27)
#0D1418
(13,20,24)
#0C1215
(12,18,21)
#0B1012
(11,16,18)
#0A0E0F
(10,14,15)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #13202A

#13202A
(19,32,42)
#28343D
(40,52,61)
#3D4850
(61,72,80)
#525C63
(82,92,99)
#677076
(103,112,118)
#7C8489
(124,132,137)
#91989C
(145,152,156)
#A6ACAF
(166,172,175)
#BBC0C2
(187,192,194)
#D0D4D5
(208,212,213)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13202A color. Also use rgb(19,32,42) instead hex code.

Text Font Color

.myTextColor { color: #13202A; }

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

This text font color is #13202A.


Background Color

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

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

This div background color is #13202A.


Border color

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

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

This div border color is #13202A.


Opacity

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

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

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

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

This text has shadow with #13202A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13202A on black background.


Color preview on white background

This text has color #13202A on white background.



Black color preview on #13202A background

This text has black color on #13202A background.


White color preview on #13202A background

This text has white color on #13202A background.