COLOR #131C5E

HEX: #131C5E
RGB: (19,28,94)

Color info

#131C5E contains mainly blue color. Web safe color of #131C5E is #003366 (or #036).

RGB color model

#131C5E color RGB value is (19,28,94).

  • red value is 19;
  • green value is 28;
  • blue value is 94.
RGB:
(19,28,94)
(7%,11%,37%)

RGB channels and saturation

R 19 of 255 = 7%
G 28 of 255 = 11%
B 94 of 255 = 37%

19
28
94

R + G + B ~ 18%. #131C5E is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 28 + 94 = 141 (100%)
R 19 of 141 ~ 13.48%
G 28 of 141 ~ 19.86%
B 94 of 141 ~ 66.67%

%13.48
%19.86
%66.67

CMYK color model

#131C5E color CMYK value is (80,70,0,63).

  • cyan value is 79.79%
  • magenta value is 70.21%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(80,70,0,63)
C80M70Y0K63 
(80%,70%,0%,63%)
(0.80/0.70/0.00/0.63)	

CMYK percentages

%79.79
%70.21
%0
%63.14

Codes

Color #131C5E in popluar color models

131C5E
RGB192894
HSL233°66.37%22.16%
HSB/HSV233°79.79%36.86%
CMYK79.79%70.21%0.00%
63.14%

Color #131C5E in popluar number systems.

HEX131C5E
Decimal192894
Binary10011111001011110
Octal2334136

Shades and tints

Shades of #131C5E

#131C5E
(19,28,94)
#121A56
(18,26,86)
#11184E
(17,24,78)
#101646
(16,22,70)
#0F143E
(15,20,62)
#0E1236
(14,18,54)
#0D102E
(13,16,46)
#0C0E26
(12,14,38)
#0B0C1E
(11,12,30)
#0A0A16
(10,10,22)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #131C5E

#131C5E
(19,28,94)
#28306C
(40,48,108)
#3D447A
(61,68,122)
#525888
(82,88,136)
#676C96
(103,108,150)
#7C80A4
(124,128,164)
#9194B2
(145,148,178)
#A6A8C0
(166,168,192)
#BBBCCE
(187,188,206)
#D0D0DC
(208,208,220)
#E5E4EA
(229,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131C5E color. Also use rgb(19,28,94) instead hex code.

Text Font Color

.myTextColor { color: #131C5E; }

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

This text font color is #131C5E.


Background Color

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

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

This div background color is #131C5E.


Border color

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

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

This div border color is #131C5E.


Opacity

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

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

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

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

This text has shadow with #131C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131C5E on black background.


Color preview on white background

This text has color #131C5E on white background.



Black color preview on #131C5E background

This text has black color on #131C5E background.


White color preview on #131C5E background

This text has white color on #131C5E background.