COLOR #131E27

HEX: #131E27
RGB: (19,30,39)

Color info

#131E27 contains red, green and blue colors in about the same proportion. Web safe color of #131E27 is #003333 (or #033).

RGB color model

#131E27 color RGB value is (19,30,39).

  • red value is 19;
  • green value is 30;
  • blue value is 39.
RGB:
(19,30,39)
(7%,12%,15%)

RGB channels and saturation

R 19 of 255 = 7%
G 30 of 255 = 12%
B 39 of 255 = 15%

19
30
39

R + G + B ~ 11%. #131E27 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 30 + 39 = 88 (100%)
R 19 of 88 ~ 21.59%
G 30 of 88 ~ 34.09%
B 39 of 88 ~ 44.32%

%21.59
%34.09
%44.32

CMYK color model

#131E27 color CMYK value is (51,23,0,85).

  • cyan value is 51.28%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(51,23,0,85)
C51M23Y0K85 
(51%,23%,0%,85%)
(0.51/0.23/0.00/0.85)	

CMYK percentages

%51.28
%23.08
%0
%84.71

Codes

Color #131E27 in popluar color models

131E27
RGB193039
HSL207°34.48%11.37%
HSB/HSV207°51.28%15.29%
CMYK51.28%23.08%0.00%
84.71%

Color #131E27 in popluar number systems.

HEX131E27
Decimal193039
Binary1001111110100111
Octal233647

Shades and tints

Shades of #131E27

#131E27
(19,30,39)
#121C24
(18,28,36)
#111A21
(17,26,33)
#10181E
(16,24,30)
#0F161B
(15,22,27)
#0E1418
(14,20,24)
#0D1215
(13,18,21)
#0C1012
(12,16,18)
#0B0E0F
(11,14,15)
#0A0C0C
(10,12,12)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #131E27

#131E27
(19,30,39)
#28323A
(40,50,58)
#3D464D
(61,70,77)
#525A60
(82,90,96)
#676E73
(103,110,115)
#7C8286
(124,130,134)
#919699
(145,150,153)
#A6AAAC
(166,170,172)
#BBBEBF
(187,190,191)
#D0D2D2
(208,210,210)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131E27 color. Also use rgb(19,30,39) instead hex code.

Text Font Color

.myTextColor { color: #131E27; }

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

This text font color is #131E27.


Background Color

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

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

This div background color is #131E27.


Border color

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

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

This div border color is #131E27.


Opacity

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

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

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

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

This text has shadow with #131E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131E27 on black background.


Color preview on white background

This text has color #131E27 on white background.



Black color preview on #131E27 background

This text has black color on #131E27 background.


White color preview on #131E27 background

This text has white color on #131E27 background.