COLOR #131A2E

HEX: #131A2E
RGB: (19,26,46)

Color info

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

RGB color model

#131A2E color RGB value is (19,26,46).

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

RGB channels and saturation

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

19
26
46

R + G + B ~ 12%. #131A2E is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 26 + 46 = 91 (100%)
R 19 of 91 ~ 20.88%
G 26 of 91 ~ 28.57%
B 46 of 91 ~ 50.55%

%20.88
%28.57
%50.55

CMYK color model

#131A2E color CMYK value is (59,43,0,82).

  • cyan value is 58.70%
  • magenta value is 43.48%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(59,43,0,82)
C59M43Y0K82 
(59%,43%,0%,82%)
(0.59/0.43/0.00/0.82)	

CMYK percentages

%58.7
%43.48
%0
%81.96

Codes

Color #131A2E in popluar color models

131A2E
RGB192646
HSL224°41.54%12.75%
HSB/HSV224°58.70%18.04%
CMYK58.70%43.48%0.00%
81.96%

Color #131A2E in popluar number systems.

HEX131A2E
Decimal192646
Binary1001111010101110
Octal233256

Shades and tints

Shades of #131A2E

#131A2E
(19,26,46)
#12182A
(18,24,42)
#111626
(17,22,38)
#101422
(16,20,34)
#0F121E
(15,18,30)
#0E101A
(14,16,26)
#0D0E16
(13,14,22)
#0C0C12
(12,12,18)
#0B0A0E
(11,10,14)
#0A080A
(10,8,10)
#090606
(9,6,6)
#000000
(0,0,0)

Tints of #131A2E

#131A2E
(19,26,46)
#282E41
(40,46,65)
#3D4254
(61,66,84)
#525667
(82,86,103)
#676A7A
(103,106,122)
#7C7E8D
(124,126,141)
#9192A0
(145,146,160)
#A6A6B3
(166,166,179)
#BBBAC6
(187,186,198)
#D0CED9
(208,206,217)
#E5E2EC
(229,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131A2E color. Also use rgb(19,26,46) instead hex code.

Text Font Color

.myTextColor { color: #131A2E; }

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

This text font color is #131A2E.


Background Color

.myBgColor { background-color: #131A2E; }

<div style="background-color:#131A2E">Inner text</div>

This div background color is #131A2E.


Border color

.myBorderColor { border: 1px solid #131A2E; }

<div style="border:3px solid #131A2E">Div</div>

This div border color is #131A2E.


Opacity

.myOpacity80 { color: #131A2E; opacity: 0.8; }

<p style="color:#131A2E;opacity:0.8;">80%</p>

Text with #131A2E 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 #131A2E;}

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

This text has shadow with #131A2E color.

.textShadow {text-shadow: 3px 3px 1px #131A2E, 3px 3px 1px red;}

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

This text has shadow with #131A2E primary color and red secondary color.


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

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

This text has shadow with #131A2E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131A2E on black background.


Color preview on white background

This text has color #131A2E on white background.



Black color preview on #131A2E background

This text has black color on #131A2E background.


White color preview on #131A2E background

This text has white color on #131A2E background.