COLOR #131A41

HEX: #131A41
RGB: (19,26,65)

Color info

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

RGB color model

#131A41 color RGB value is (19,26,65).

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

RGB channels and saturation

R 19 of 255 = 7%
G 26 of 255 = 10%
B 65 of 255 = 25%

19
26
65

R + G + B ~ 14%. #131A41 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 26 + 65 = 110 (100%)
R 19 of 110 ~ 17.27%
G 26 of 110 ~ 23.64%
B 65 of 110 ~ 59.09%

%17.27
%23.64
%59.09

CMYK color model

#131A41 color CMYK value is (71,60,0,75).

  • cyan value is 70.77%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(71,60,0,75)
C71M60Y0K75 
(71%,60%,0%,75%)
(0.71/0.60/0.00/0.75)	

CMYK percentages

%70.77
%60
%0
%74.51

Codes

Color #131A41 in popluar color models

131A41
RGB192665
HSL231°54.76%16.47%
HSB/HSV231°70.77%25.49%
CMYK70.77%60.00%0.00%
74.51%

Color #131A41 in popluar number systems.

HEX131A41
Decimal192665
Binary10011110101000001
Octal2332101

Shades and tints

Shades of #131A41

#131A41
(19,26,65)
#12183C
(18,24,60)
#111637
(17,22,55)
#101432
(16,20,50)
#0F122D
(15,18,45)
#0E1028
(14,16,40)
#0D0E23
(13,14,35)
#0C0C1E
(12,12,30)
#0B0A19
(11,10,25)
#0A0814
(10,8,20)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #131A41

#131A41
(19,26,65)
#282E52
(40,46,82)
#3D4263
(61,66,99)
#525674
(82,86,116)
#676A85
(103,106,133)
#7C7E96
(124,126,150)
#9192A7
(145,146,167)
#A6A6B8
(166,166,184)
#BBBAC9
(187,186,201)
#D0CEDA
(208,206,218)
#E5E2EB
(229,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131A41; }

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

This text font color is #131A41.


Background Color

.myBgColor { background-color: #131A41; }

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

This div background color is #131A41.


Border color

.myBorderColor { border: 1px solid #131A41; }

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

This div border color is #131A41.


Opacity

.myOpacity80 { color: #131A41; opacity: 0.8; }

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

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

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

This text has shadow with #131A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131A41 on black background.


Color preview on white background

This text has color #131A41 on white background.



Black color preview on #131A41 background

This text has black color on #131A41 background.


White color preview on #131A41 background

This text has white color on #131A41 background.