COLOR #130E29

HEX: #130E29
RGB: (19,14,41)

Color info

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

RGB color model

#130E29 color RGB value is (19,14,41).

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

RGB channels and saturation

R 19 of 255 = 7%
G 14 of 255 = 5%
B 41 of 255 = 16%

19
14
41

R + G + B ~ 9%. #130E29 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 14 + 41 = 74 (100%)
R 19 of 74 ~ 25.68%
G 14 of 74 ~ 18.92%
B 41 of 74 ~ 55.41%

%25.68
%18.92
%55.41

CMYK color model

#130E29 color CMYK value is (54,66,0,84).

  • cyan value is 53.66%
  • magenta value is 65.85%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(54,66,0,84)
C54M66Y0K84 
(54%,66%,0%,84%)
(0.54/0.66/0.00/0.84)	

CMYK percentages

%53.66
%65.85
%0
%83.92

Codes

Color #130E29 in popluar color models

130E29
RGB191441
HSL251°49.09%10.78%
HSB/HSV251°65.85%16.08%
CMYK53.66%65.85%0.00%
83.92%

Color #130E29 in popluar number systems.

HEX130E29
Decimal191441
Binary100111110101001
Octal231651

Shades and tints

Shades of #130E29

#130E29
(19,14,41)
#120D26
(18,13,38)
#110C23
(17,12,35)
#100B20
(16,11,32)
#0F0A1D
(15,10,29)
#0E091A
(14,9,26)
#0D0817
(13,8,23)
#0C0714
(12,7,20)
#0B0611
(11,6,17)
#0A050E
(10,5,14)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #130E29

#130E29
(19,14,41)
#28233C
(40,35,60)
#3D384F
(61,56,79)
#524D62
(82,77,98)
#676275
(103,98,117)
#7C7788
(124,119,136)
#918C9B
(145,140,155)
#A6A1AE
(166,161,174)
#BBB6C1
(187,182,193)
#D0CBD4
(208,203,212)
#E5E0E7
(229,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130E29; }

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

This text font color is #130E29.


Background Color

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

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

This div background color is #130E29.


Border color

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

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

This div border color is #130E29.


Opacity

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

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

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

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

This text has shadow with #130E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130E29 on black background.


Color preview on white background

This text has color #130E29 on white background.



Black color preview on #130E29 background

This text has black color on #130E29 background.


White color preview on #130E29 background

This text has white color on #130E29 background.