COLOR #130231

HEX: #130231
RGB: (19,2,49)

Color info

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

RGB color model

#130231 color RGB value is (19,2,49).

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

RGB channels and saturation

R 19 of 255 = 7%
G 2 of 255 = 1%
B 49 of 255 = 19%

19
2
49

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

Portions of RGB colors in percentages

R + G + B =
19 + 2 + 49 = 70 (100%)
R 19 of 70 ~ 27.14%
G 2 of 70 ~ 2.86%
B 49 of 70 ~ 70%

%27.14
%70

CMYK color model

#130231 color CMYK value is (61,96,0,81).

  • cyan value is 61.22%
  • magenta value is 95.92%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(61,96,0,81)
C61M96Y0K81 
(61%,96%,0%,81%)
(0.61/0.96/0.00/0.81)	

CMYK percentages

%61.22
%95.92
%0
%80.78

Codes

Color #130231 in popluar color models

130231
RGB19249
HSL262°92.16%10.00%
HSB/HSV262°95.92%19.22%
CMYK61.22%95.92%0.00%
80.78%

Color #130231 in popluar number systems.

HEX130231
Decimal19249
Binary1001110110001
Octal23261

Shades and tints

Shades of #130231

#130231
(19,2,49)
#12022D
(18,2,45)
#110229
(17,2,41)
#100225
(16,2,37)
#0F0221
(15,2,33)
#0E021D
(14,2,29)
#0D0219
(13,2,25)
#0C0215
(12,2,21)
#0B0211
(11,2,17)
#0A020D
(10,2,13)
#090209
(9,2,9)
#000000
(0,0,0)

Tints of #130231

#130231
(19,2,49)
#281943
(40,25,67)
#3D3055
(61,48,85)
#524767
(82,71,103)
#675E79
(103,94,121)
#7C758B
(124,117,139)
#918C9D
(145,140,157)
#A6A3AF
(166,163,175)
#BBBAC1
(187,186,193)
#D0D1D3
(208,209,211)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130231; }

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

This text font color is #130231.


Background Color

.myBgColor { background-color: #130231; }

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

This div background color is #130231.


Border color

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

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

This div border color is #130231.


Opacity

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

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

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

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

This text has shadow with #130231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130231 on black background.


Color preview on white background

This text has color #130231 on white background.



Black color preview on #130231 background

This text has black color on #130231 background.


White color preview on #130231 background

This text has white color on #130231 background.