COLOR #13142E

HEX: #13142E
RGB: (19,20,46)

Color info

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

RGB color model

#13142E color RGB value is (19,20,46).

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

RGB channels and saturation

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

19
20
46

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

Portions of RGB colors in percentages

R + G + B =
19 + 20 + 46 = 85 (100%)
R 19 of 85 ~ 22.35%
G 20 of 85 ~ 23.53%
B 46 of 85 ~ 54.12%

%22.35
%23.53
%54.12

CMYK color model

#13142E color CMYK value is (59,57,0,82).

  • cyan value is 58.70%
  • magenta value is 56.52%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(59,57,0,82)
C59M57Y0K82 
(59%,57%,0%,82%)
(0.59/0.57/0.00/0.82)	

CMYK percentages

%58.7
%56.52
%0
%81.96

Codes

Color #13142E in popluar color models

13142E
RGB192046
HSL238°41.54%12.75%
HSB/HSV238°58.70%18.04%
CMYK58.70%56.52%0.00%
81.96%

Color #13142E in popluar number systems.

HEX13142E
Decimal192046
Binary1001110100101110
Octal232456

Shades and tints

Shades of #13142E

#13142E
(19,20,46)
#12132A
(18,19,42)
#111226
(17,18,38)
#101122
(16,17,34)
#0F101E
(15,16,30)
#0E0F1A
(14,15,26)
#0D0E16
(13,14,22)
#0C0D12
(12,13,18)
#0B0C0E
(11,12,14)
#0A0B0A
(10,11,10)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #13142E

#13142E
(19,20,46)
#282941
(40,41,65)
#3D3E54
(61,62,84)
#525367
(82,83,103)
#67687A
(103,104,122)
#7C7D8D
(124,125,141)
#9192A0
(145,146,160)
#A6A7B3
(166,167,179)
#BBBCC6
(187,188,198)
#D0D1D9
(208,209,217)
#E5E6EC
(229,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13142E; }

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

This text font color is #13142E.


Background Color

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

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

This div background color is #13142E.


Border color

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

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

This div border color is #13142E.


Opacity

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

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

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

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

This text has shadow with #13142E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13142E on black background.


Color preview on white background

This text has color #13142E on white background.



Black color preview on #13142E background

This text has black color on #13142E background.


White color preview on #13142E background

This text has white color on #13142E background.