COLOR #131141

HEX: #131141
RGB: (19,17,65)

Color info

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

RGB color model

#131141 color RGB value is (19,17,65).

  • red value is 19;
  • green value is 17;
  • blue value is 65.
RGB:
(19,17,65)
(7%,7%,25%)

RGB channels and saturation

R 19 of 255 = 7%
G 17 of 255 = 7%
B 65 of 255 = 25%

19
17
65

R + G + B ~ 13%. #131141 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 17 + 65 = 101 (100%)
R 19 of 101 ~ 18.81%
G 17 of 101 ~ 16.83%
B 65 of 101 ~ 64.36%

%18.81
%16.83
%64.36

CMYK color model

#131141 color CMYK value is (71,74,0,75).

  • cyan value is 70.77%
  • magenta value is 73.85%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(71,74,0,75)
C71M74Y0K75 
(71%,74%,0%,75%)
(0.71/0.74/0.00/0.75)	

CMYK percentages

%70.77
%73.85
%0
%74.51

Codes

Color #131141 in popluar color models

131141
RGB191765
HSL243°58.54%16.08%
HSB/HSV243°73.85%25.49%
CMYK70.77%73.85%0.00%
74.51%

Color #131141 in popluar number systems.

HEX131141
Decimal191765
Binary10011100011000001
Octal2321101

Shades and tints

Shades of #131141

#131141
(19,17,65)
#12103C
(18,16,60)
#110F37
(17,15,55)
#100E32
(16,14,50)
#0F0D2D
(15,13,45)
#0E0C28
(14,12,40)
#0D0B23
(13,11,35)
#0C0A1E
(12,10,30)
#0B0919
(11,9,25)
#0A0814
(10,8,20)
#09070F
(9,7,15)
#000000
(0,0,0)

Tints of #131141

#131141
(19,17,65)
#282652
(40,38,82)
#3D3B63
(61,59,99)
#525074
(82,80,116)
#676585
(103,101,133)
#7C7A96
(124,122,150)
#918FA7
(145,143,167)
#A6A4B8
(166,164,184)
#BBB9C9
(187,185,201)
#D0CEDA
(208,206,218)
#E5E3EB
(229,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131141 color. Also use rgb(19,17,65) instead hex code.

Text Font Color

.myTextColor { color: #131141; }

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

This text font color is #131141.


Background Color

.myBgColor { background-color: #131141; }

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

This div background color is #131141.


Border color

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

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

This div border color is #131141.


Opacity

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

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

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

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

This text has shadow with #131141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131141 on black background.


Color preview on white background

This text has color #131141 on white background.



Black color preview on #131141 background

This text has black color on #131141 background.


White color preview on #131141 background

This text has white color on #131141 background.