COLOR #131E30

HEX: #131E30
RGB: (19,30,48)

Color info

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

RGB color model

#131E30 color RGB value is (19,30,48).

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

RGB channels and saturation

R 19 of 255 = 7%
G 30 of 255 = 12%
B 48 of 255 = 19%

19
30
48

R + G + B ~ 13%. #131E30 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 30 + 48 = 97 (100%)
R 19 of 97 ~ 19.59%
G 30 of 97 ~ 30.93%
B 48 of 97 ~ 49.48%

%19.59
%30.93
%49.48

CMYK color model

#131E30 color CMYK value is (60,38,0,81).

  • cyan value is 60.42%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(60,38,0,81)
C60M38Y0K81 
(60%,38%,0%,81%)
(0.60/0.38/0.00/0.81)	

CMYK percentages

%60.42
%37.5
%0
%81.18

Codes

Color #131E30 in popluar color models

131E30
RGB193048
HSL217°43.28%13.14%
HSB/HSV217°60.42%18.82%
CMYK60.42%37.50%0.00%
81.18%

Color #131E30 in popluar number systems.

HEX131E30
Decimal193048
Binary1001111110110000
Octal233660

Shades and tints

Shades of #131E30

#131E30
(19,30,48)
#121C2C
(18,28,44)
#111A28
(17,26,40)
#101824
(16,24,36)
#0F1620
(15,22,32)
#0E141C
(14,20,28)
#0D1218
(13,18,24)
#0C1014
(12,16,20)
#0B0E10
(11,14,16)
#0A0C0C
(10,12,12)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #131E30

#131E30
(19,30,48)
#283242
(40,50,66)
#3D4654
(61,70,84)
#525A66
(82,90,102)
#676E78
(103,110,120)
#7C828A
(124,130,138)
#91969C
(145,150,156)
#A6AAAE
(166,170,174)
#BBBEC0
(187,190,192)
#D0D2D2
(208,210,210)
#E5E6E4
(229,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131E30; }

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

This text font color is #131E30.


Background Color

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

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

This div background color is #131E30.


Border color

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

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

This div border color is #131E30.


Opacity

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

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

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

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

This text has shadow with #131E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131E30 on black background.


Color preview on white background

This text has color #131E30 on white background.



Black color preview on #131E30 background

This text has black color on #131E30 background.


White color preview on #131E30 background

This text has white color on #131E30 background.