COLOR #131DA8

HEX: #131DA8
RGB: (19,29,168)

Color info

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

RGB color model

#131DA8 color RGB value is (19,29,168).

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

RGB channels and saturation

R 19 of 255 = 7%
G 29 of 255 = 11%
B 168 of 255 = 66%

19
29
168

R + G + B ~ 28%. #131DA8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 29 + 168 = 216 (100%)
R 19 of 216 ~ 8.8%
G 29 of 216 ~ 13.43%
B 168 of 216 ~ 77.78%

%13.43
%77.78

CMYK color model

#131DA8 color CMYK value is (89,83,0,34).

  • cyan value is 88.69%
  • magenta value is 82.74%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(89,83,0,34)
C89M83Y0K34 
(89%,83%,0%,34%)
(0.89/0.83/0.00/0.34)	

CMYK percentages

%88.69
%82.74
%0
%34.12

Codes

Color #131DA8 in popluar color models

131DA8
RGB1929168
HSL236°79.68%36.67%
HSB/HSV236°88.69%65.88%
CMYK88.69%82.74%0.00%
34.12%

Color #131DA8 in popluar number systems.

HEX131DA8
Decimal1929168
Binary100111110110101000
Octal2335250

Shades and tints

Shades of #131DA8

#131DA8
(19,29,168)
#121B99
(18,27,153)
#11198A
(17,25,138)
#10177B
(16,23,123)
#0F156C
(15,21,108)
#0E135D
(14,19,93)
#0D114E
(13,17,78)
#0C0F3F
(12,15,63)
#0B0D30
(11,13,48)
#0A0B21
(10,11,33)
#090912
(9,9,18)
#000000
(0,0,0)

Tints of #131DA8

#131DA8
(19,29,168)
#2831AF
(40,49,175)
#3D45B6
(61,69,182)
#5259BD
(82,89,189)
#676DC4
(103,109,196)
#7C81CB
(124,129,203)
#9195D2
(145,149,210)
#A6A9D9
(166,169,217)
#BBBDE0
(187,189,224)
#D0D1E7
(208,209,231)
#E5E5EE
(229,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131DA8; }

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

This text font color is #131DA8.


Background Color

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

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

This div background color is #131DA8.


Border color

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

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

This div border color is #131DA8.


Opacity

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

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

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

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

This text has shadow with #131DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131DA8 on black background.


Color preview on white background

This text has color #131DA8 on white background.



Black color preview on #131DA8 background

This text has black color on #131DA8 background.


White color preview on #131DA8 background

This text has white color on #131DA8 background.