COLOR #13122B

HEX: #13122B
RGB: (19,18,43)

Color info

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

RGB color model

#13122B color RGB value is (19,18,43).

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

RGB channels and saturation

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

19
18
43

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

Portions of RGB colors in percentages

R + G + B =
19 + 18 + 43 = 80 (100%)
R 19 of 80 ~ 23.75%
G 18 of 80 ~ 22.5%
B 43 of 80 ~ 53.75%

%23.75
%22.5
%53.75

CMYK color model

#13122B color CMYK value is (56,58,0,83).

  • cyan value is 55.81%
  • magenta value is 58.14%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(56,58,0,83)
C56M58Y0K83 
(56%,58%,0%,83%)
(0.56/0.58/0.00/0.83)	

CMYK percentages

%55.81
%58.14
%0
%83.14

Codes

Color #13122B in popluar color models

13122B
RGB191843
HSL242°40.98%11.96%
HSB/HSV242°58.14%16.86%
CMYK55.81%58.14%0.00%
83.14%

Color #13122B in popluar number systems.

HEX13122B
Decimal191843
Binary1001110010101011
Octal232253

Shades and tints

Shades of #13122B

#13122B
(19,18,43)
#121128
(18,17,40)
#111025
(17,16,37)
#100F22
(16,15,34)
#0F0E1F
(15,14,31)
#0E0D1C
(14,13,28)
#0D0C19
(13,12,25)
#0C0B16
(12,11,22)
#0B0A13
(11,10,19)
#0A0910
(10,9,16)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #13122B

#13122B
(19,18,43)
#28273E
(40,39,62)
#3D3C51
(61,60,81)
#525164
(82,81,100)
#676677
(103,102,119)
#7C7B8A
(124,123,138)
#91909D
(145,144,157)
#A6A5B0
(166,165,176)
#BBBAC3
(187,186,195)
#D0CFD6
(208,207,214)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13122B; }

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

This text font color is #13122B.


Background Color

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

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

This div background color is #13122B.


Border color

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

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

This div border color is #13122B.


Opacity

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

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

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

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

This text has shadow with #13122B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13122B on black background.


Color preview on white background

This text has color #13122B on white background.



Black color preview on #13122B background

This text has black color on #13122B background.


White color preview on #13122B background

This text has white color on #13122B background.