COLOR #130E31

HEX: #130E31
RGB: (19,14,49)

Color info

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

RGB color model

#130E31 color RGB value is (19,14,49).

  • red value is 19;
  • green value is 14;
  • blue value is 49.
RGB:
(19,14,49)
(7%,5%,19%)

RGB channels and saturation

R 19 of 255 = 7%
G 14 of 255 = 5%
B 49 of 255 = 19%

19
14
49

R + G + B ~ 10%. #130E31 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 14 + 49 = 82 (100%)
R 19 of 82 ~ 23.17%
G 14 of 82 ~ 17.07%
B 49 of 82 ~ 59.76%

%23.17
%17.07
%59.76

CMYK color model

#130E31 color CMYK value is (61,71,0,81).

  • cyan value is 61.22%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(61,71,0,81)
C61M71Y0K81 
(61%,71%,0%,81%)
(0.61/0.71/0.00/0.81)	

CMYK percentages

%61.22
%71.43
%0
%80.78

Codes

Color #130E31 in popluar color models

130E31
RGB191449
HSL249°55.56%12.35%
HSB/HSV249°71.43%19.22%
CMYK61.22%71.43%0.00%
80.78%

Color #130E31 in popluar number systems.

HEX130E31
Decimal191449
Binary100111110110001
Octal231661

Shades and tints

Shades of #130E31

#130E31
(19,14,49)
#120D2D
(18,13,45)
#110C29
(17,12,41)
#100B25
(16,11,37)
#0F0A21
(15,10,33)
#0E091D
(14,9,29)
#0D0819
(13,8,25)
#0C0715
(12,7,21)
#0B0611
(11,6,17)
#0A050D
(10,5,13)
#090409
(9,4,9)
#000000
(0,0,0)

Tints of #130E31

#130E31
(19,14,49)
#282343
(40,35,67)
#3D3855
(61,56,85)
#524D67
(82,77,103)
#676279
(103,98,121)
#7C778B
(124,119,139)
#918C9D
(145,140,157)
#A6A1AF
(166,161,175)
#BBB6C1
(187,182,193)
#D0CBD3
(208,203,211)
#E5E0E5
(229,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130E31 color. Also use rgb(19,14,49) instead hex code.

Text Font Color

.myTextColor { color: #130E31; }

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

This text font color is #130E31.


Background Color

.myBgColor { background-color: #130E31; }

<div style="background-color:#130E31">Inner text</div>

This div background color is #130E31.


Border color

.myBorderColor { border: 1px solid #130E31; }

<div style="border:3px solid #130E31">Div</div>

This div border color is #130E31.


Opacity

.myOpacity80 { color: #130E31; opacity: 0.8; }

<p style="color:#130E31;opacity:0.8;">80%</p>

Text with #130E31 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 #130E31;}

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

This text has shadow with #130E31 color.

.textShadow {text-shadow: 3px 3px 1px #130E31, 3px 3px 1px red;}

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

This text has shadow with #130E31 primary color and red secondary color.


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

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

This text has shadow with #130E31 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130E31 on black background.


Color preview on white background

This text has color #130E31 on white background.



Black color preview on #130E31 background

This text has black color on #130E31 background.


White color preview on #130E31 background

This text has white color on #130E31 background.