COLOR #131DA0

HEX: #131DA0
RGB: (19,29,160)

Color info

#131DA0 contains mainly blue color. Web safe color of #131DA0 is #003399 (or #039).

RGB color model

#131DA0 color RGB value is (19,29,160).

  • red value is 19;
  • green value is 29;
  • blue value is 160.
RGB:
(19,29,160)
(7%,11%,63%)

RGB channels and saturation

R 19 of 255 = 7%
G 29 of 255 = 11%
B 160 of 255 = 63%

19
29
160

R + G + B ~ 27%. #131DA0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 29 + 160 = 208 (100%)
R 19 of 208 ~ 9.13%
G 29 of 208 ~ 13.94%
B 160 of 208 ~ 76.92%

%13.94
%76.92

CMYK color model

#131DA0 color CMYK value is (88,82,0,37).

  • cyan value is 88.13%
  • magenta value is 81.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(88,82,0,37)
C88M82Y0K37 
(88%,82%,0%,37%)
(0.88/0.82/0.00/0.37)	

CMYK percentages

%88.13
%81.88
%0
%37.25

Codes

Color #131DA0 in popluar color models

131DA0
RGB1929160
HSL236°78.77%35.10%
HSB/HSV236°88.13%62.75%
CMYK88.13%81.88%0.00%
37.25%

Color #131DA0 in popluar number systems.

HEX131DA0
Decimal1929160
Binary100111110110100000
Octal2335240

Shades and tints

Shades of #131DA0

#131DA0
(19,29,160)
#121B92
(18,27,146)
#111984
(17,25,132)
#101776
(16,23,118)
#0F1568
(15,21,104)
#0E135A
(14,19,90)
#0D114C
(13,17,76)
#0C0F3E
(12,15,62)
#0B0D30
(11,13,48)
#0A0B22
(10,11,34)
#090914
(9,9,20)
#000000
(0,0,0)

Tints of #131DA0

#131DA0
(19,29,160)
#2831A8
(40,49,168)
#3D45B0
(61,69,176)
#5259B8
(82,89,184)
#676DC0
(103,109,192)
#7C81C8
(124,129,200)
#9195D0
(145,149,208)
#A6A9D8
(166,169,216)
#BBBDE0
(187,189,224)
#D0D1E8
(208,209,232)
#E5E5F0
(229,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131DA0 color. Also use rgb(19,29,160) instead hex code.

Text Font Color

.myTextColor { color: #131DA0; }

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

This text font color is #131DA0.


Background Color

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

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

This div background color is #131DA0.


Border color

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

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

This div border color is #131DA0.


Opacity

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

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

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

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

This text has shadow with #131DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131DA0 on black background.


Color preview on white background

This text has color #131DA0 on white background.



Black color preview on #131DA0 background

This text has black color on #131DA0 background.


White color preview on #131DA0 background

This text has white color on #131DA0 background.