COLOR #131376

HEX: #131376
RGB: (19,19,118)

Color info

#131376 contains mainly blue color. Web safe color of #131376 is #000066 (or #006).

RGB color model

#131376 color RGB value is (19,19,118).

  • red value is 19;
  • green value is 19;
  • blue value is 118.
RGB:
(19,19,118)
(7%,7%,46%)

RGB channels and saturation

R 19 of 255 = 7%
G 19 of 255 = 7%
B 118 of 255 = 46%

19
19
118

R + G + B ~ 20%. #131376 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 19 + 118 = 156 (100%)
R 19 of 156 ~ 12.18%
G 19 of 156 ~ 12.18%
B 118 of 156 ~ 75.64%

%12.18
%12.18
%75.64

CMYK color model

#131376 color CMYK value is (84,84,0,54).

  • cyan value is 83.90%
  • magenta value is 83.90%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(84,84,0,54)
C84M84Y0K54 
(84%,84%,0%,54%)
(0.84/0.84/0.00/0.54)	

CMYK percentages

%83.9
%83.9
%0
%53.73

Codes

Color #131376 in popluar color models

131376
RGB1919118
HSL240°72.26%26.86%
HSB/HSV240°83.90%46.27%
CMYK83.90%83.90%0.00%
53.73%

Color #131376 in popluar number systems.

HEX131376
Decimal1919118
Binary10011100111110110
Octal2323166

Shades and tints

Shades of #131376

#131376
(19,19,118)
#12126C
(18,18,108)
#111162
(17,17,98)
#101058
(16,16,88)
#0F0F4E
(15,15,78)
#0E0E44
(14,14,68)
#0D0D3A
(13,13,58)
#0C0C30
(12,12,48)
#0B0B26
(11,11,38)
#0A0A1C
(10,10,28)
#090912
(9,9,18)
#000000
(0,0,0)

Tints of #131376

#131376
(19,19,118)
#282882
(40,40,130)
#3D3D8E
(61,61,142)
#52529A
(82,82,154)
#6767A6
(103,103,166)
#7C7CB2
(124,124,178)
#9191BE
(145,145,190)
#A6A6CA
(166,166,202)
#BBBBD6
(187,187,214)
#D0D0E2
(208,208,226)
#E5E5EE
(229,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131376; }

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

This text font color is #131376.


Background Color

.myBgColor { background-color: #131376; }

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

This div background color is #131376.


Border color

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

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

This div border color is #131376.


Opacity

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

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

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

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

This text has shadow with #131376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131376 on black background.


Color preview on white background

This text has color #131376 on white background.



Black color preview on #131376 background

This text has black color on #131376 background.


White color preview on #131376 background

This text has white color on #131376 background.