COLOR #13122C

HEX: #13122C
RGB: (19,18,44)

Color info

#13122C contains red, green and blue colors in about the same proportion. Web safe color of #13122C is #000033 (or #003).

RGB color model

#13122C color RGB value is (19,18,44).

  • red value is 19;
  • green value is 18;
  • blue value is 44.
RGB:
(19,18,44)
(7%,7%,17%)

RGB channels and saturation

R 19 of 255 = 7%
G 18 of 255 = 7%
B 44 of 255 = 17%

19
18
44

R + G + B ~ 10%. #13122C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 18 + 44 = 81 (100%)
R 19 of 81 ~ 23.46%
G 18 of 81 ~ 22.22%
B 44 of 81 ~ 54.32%

%23.46
%22.22
%54.32

CMYK color model

#13122C color CMYK value is (57,59,0,83).

  • cyan value is 56.82%
  • magenta value is 59.09%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(57,59,0,83)
C57M59Y0K83 
(57%,59%,0%,83%)
(0.57/0.59/0.00/0.83)	

CMYK percentages

%56.82
%59.09
%0
%82.75

Codes

Color #13122C in popluar color models

13122C
RGB191844
HSL242°41.94%12.16%
HSB/HSV242°59.09%17.25%
CMYK56.82%59.09%0.00%
82.75%

Color #13122C in popluar number systems.

HEX13122C
Decimal191844
Binary1001110010101100
Octal232254

Shades and tints

Shades of #13122C

#13122C
(19,18,44)
#121128
(18,17,40)
#111024
(17,16,36)
#100F20
(16,15,32)
#0F0E1C
(15,14,28)
#0E0D18
(14,13,24)
#0D0C14
(13,12,20)
#0C0B10
(12,11,16)
#0B0A0C
(11,10,12)
#0A0908
(10,9,8)
#090804
(9,8,4)
#000000
(0,0,0)

Tints of #13122C

#13122C
(19,18,44)
#28273F
(40,39,63)
#3D3C52
(61,60,82)
#525165
(82,81,101)
#676678
(103,102,120)
#7C7B8B
(124,123,139)
#91909E
(145,144,158)
#A6A5B1
(166,165,177)
#BBBAC4
(187,186,196)
#D0CFD7
(208,207,215)
#E5E4EA
(229,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13122C color. Also use rgb(19,18,44) instead hex code.

Text Font Color

.myTextColor { color: #13122C; }

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

This text font color is #13122C.


Background Color

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

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

This div background color is #13122C.


Border color

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

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

This div border color is #13122C.


Opacity

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

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

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

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

This text has shadow with #13122C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13122C on black background.


Color preview on white background

This text has color #13122C on white background.



Black color preview on #13122C background

This text has black color on #13122C background.


White color preview on #13122C background

This text has white color on #13122C background.