COLOR #13122E

HEX: #13122E
RGB: (19,18,46)

Color info

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

RGB color model

#13122E color RGB value is (19,18,46).

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

RGB channels and saturation

R 19 of 255 = 7%
G 18 of 255 = 7%
B 46 of 255 = 18%

19
18
46

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

Portions of RGB colors in percentages

R + G + B =
19 + 18 + 46 = 83 (100%)
R 19 of 83 ~ 22.89%
G 18 of 83 ~ 21.69%
B 46 of 83 ~ 55.42%

%22.89
%21.69
%55.42

CMYK color model

#13122E color CMYK value is (59,61,0,82).

  • cyan value is 58.70%
  • magenta value is 60.87%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(59,61,0,82)
C59M61Y0K82 
(59%,61%,0%,82%)
(0.59/0.61/0.00/0.82)	

CMYK percentages

%58.7
%60.87
%0
%81.96

Codes

Color #13122E in popluar color models

13122E
RGB191846
HSL242°43.75%12.55%
HSB/HSV242°60.87%18.04%
CMYK58.70%60.87%0.00%
81.96%

Color #13122E in popluar number systems.

HEX13122E
Decimal191846
Binary1001110010101110
Octal232256

Shades and tints

Shades of #13122E

#13122E
(19,18,46)
#12112A
(18,17,42)
#111026
(17,16,38)
#100F22
(16,15,34)
#0F0E1E
(15,14,30)
#0E0D1A
(14,13,26)
#0D0C16
(13,12,22)
#0C0B12
(12,11,18)
#0B0A0E
(11,10,14)
#0A090A
(10,9,10)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #13122E

#13122E
(19,18,46)
#282741
(40,39,65)
#3D3C54
(61,60,84)
#525167
(82,81,103)
#67667A
(103,102,122)
#7C7B8D
(124,123,141)
#9190A0
(145,144,160)
#A6A5B3
(166,165,179)
#BBBAC6
(187,186,198)
#D0CFD9
(208,207,217)
#E5E4EC
(229,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13122E; }

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

This text font color is #13122E.


Background Color

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

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

This div background color is #13122E.


Border color

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

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

This div border color is #13122E.


Opacity

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

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

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

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

This text has shadow with #13122E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13122E on black background.


Color preview on white background

This text has color #13122E on white background.



Black color preview on #13122E background

This text has black color on #13122E background.


White color preview on #13122E background

This text has white color on #13122E background.