COLOR #130031

HEX: #130031
RGB: (19,0,49)

Color info

#130031 contains only red and blue colors. Web safe color of #130031 is #000033 (or #003).

RGB color model

#130031 color RGB value is (19,0,49).

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

RGB channels and saturation

R 19 of 255 = 7%
G 0 of 255 = 0%
B 49 of 255 = 19%

19
0
49

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

Portions of RGB colors in percentages

R + G + B =
19 + 0 + 49 = 68 (100%)
R 19 of 68 ~ 27.94%
G 0 of 68 ~ 0%
B 49 of 68 ~ 72.06%

%27.94
%72.06

CMYK color model

#130031 color CMYK value is (61,100,0,81).

  • cyan value is 61.22%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(61,100,0,81)
C61M100Y0K81 
(61%,100%,0%,81%)
(0.61/1.00/0.00/0.81)	

CMYK percentages

%61.22
%100
%0
%80.78

Codes

Color #130031 in popluar color models

130031
RGB19049
HSL263°100.00%9.61%
HSB/HSV263°100.00%19.22%
CMYK61.22%100.00%0.00%
80.78%

Color #130031 in popluar number systems.

HEX130031
Decimal19049
Binary100110110001
Octal23061

Shades and tints

Shades of #130031

#130031
(19,0,49)
#12002D
(18,0,45)
#110029
(17,0,41)
#100025
(16,0,37)
#0F0021
(15,0,33)
#0E001D
(14,0,29)
#0D0019
(13,0,25)
#0C0015
(12,0,21)
#0B0011
(11,0,17)
#0A000D
(10,0,13)
#090009
(9,0,9)
#000000
(0,0,0)

Tints of #130031

#130031
(19,0,49)
#281743
(40,23,67)
#3D2E55
(61,46,85)
#524567
(82,69,103)
#675C79
(103,92,121)
#7C738B
(124,115,139)
#918A9D
(145,138,157)
#A6A1AF
(166,161,175)
#BBB8C1
(187,184,193)
#D0CFD3
(208,207,211)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130031; }

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

This text font color is #130031.


Background Color

.myBgColor { background-color: #130031; }

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

This div background color is #130031.


Border color

.myBorderColor { border: 1px solid #130031; }

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

This div border color is #130031.


Opacity

.myOpacity80 { color: #130031; opacity: 0.8; }

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

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

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

This text has shadow with #130031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130031 on black background.


Color preview on white background

This text has color #130031 on white background.



Black color preview on #130031 background

This text has black color on #130031 background.


White color preview on #130031 background

This text has white color on #130031 background.