COLOR #130E2B

HEX: #130E2B
RGB: (19,14,43)

Color info

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

RGB color model

#130E2B color RGB value is (19,14,43).

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

RGB channels and saturation

R 19 of 255 = 7%
G 14 of 255 = 5%
B 43 of 255 = 17%

19
14
43

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

Portions of RGB colors in percentages

R + G + B =
19 + 14 + 43 = 76 (100%)
R 19 of 76 ~ 25%
G 14 of 76 ~ 18.42%
B 43 of 76 ~ 56.58%

%25
%18.42
%56.58

CMYK color model

#130E2B color CMYK value is (56,67,0,83).

  • cyan value is 55.81%
  • magenta value is 67.44%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(56,67,0,83)
C56M67Y0K83 
(56%,67%,0%,83%)
(0.56/0.67/0.00/0.83)	

CMYK percentages

%55.81
%67.44
%0
%83.14

Codes

Color #130E2B in popluar color models

130E2B
RGB191443
HSL250°50.88%11.18%
HSB/HSV250°67.44%16.86%
CMYK55.81%67.44%0.00%
83.14%

Color #130E2B in popluar number systems.

HEX130E2B
Decimal191443
Binary100111110101011
Octal231653

Shades and tints

Shades of #130E2B

#130E2B
(19,14,43)
#120D28
(18,13,40)
#110C25
(17,12,37)
#100B22
(16,11,34)
#0F0A1F
(15,10,31)
#0E091C
(14,9,28)
#0D0819
(13,8,25)
#0C0716
(12,7,22)
#0B0613
(11,6,19)
#0A0510
(10,5,16)
#09040D
(9,4,13)
#000000
(0,0,0)

Tints of #130E2B

#130E2B
(19,14,43)
#28233E
(40,35,62)
#3D3851
(61,56,81)
#524D64
(82,77,100)
#676277
(103,98,119)
#7C778A
(124,119,138)
#918C9D
(145,140,157)
#A6A1B0
(166,161,176)
#BBB6C3
(187,182,195)
#D0CBD6
(208,203,214)
#E5E0E9
(229,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130E2B; }

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

This text font color is #130E2B.


Background Color

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

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

This div background color is #130E2B.


Border color

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

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

This div border color is #130E2B.


Opacity

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

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

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

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

This text has shadow with #130E2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130E2B on black background.


Color preview on white background

This text has color #130E2B on white background.



Black color preview on #130E2B background

This text has black color on #130E2B background.


White color preview on #130E2B background

This text has white color on #130E2B background.