COLOR #131F5D

HEX: #131F5D
RGB: (19,31,93)

Color info

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

RGB color model

#131F5D color RGB value is (19,31,93).

  • red value is 19;
  • green value is 31;
  • blue value is 93.
RGB:
(19,31,93)
(7%,12%,36%)

RGB channels and saturation

R 19 of 255 = 7%
G 31 of 255 = 12%
B 93 of 255 = 36%

19
31
93

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

Portions of RGB colors in percentages

R + G + B =
19 + 31 + 93 = 143 (100%)
R 19 of 143 ~ 13.29%
G 31 of 143 ~ 21.68%
B 93 of 143 ~ 65.03%

%13.29
%21.68
%65.03

CMYK color model

#131F5D color CMYK value is (80,67,0,64).

  • cyan value is 79.57%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(80,67,0,64)
C80M67Y0K64 
(80%,67%,0%,64%)
(0.80/0.67/0.00/0.64)	

CMYK percentages

%79.57
%66.67
%0
%63.53

Codes

Color #131F5D in popluar color models

131F5D
RGB193193
HSL230°66.07%21.96%
HSB/HSV230°79.57%36.47%
CMYK79.57%66.67%0.00%
63.53%

Color #131F5D in popluar number systems.

HEX131F5D
Decimal193193
Binary10011111111011101
Octal2337135

Shades and tints

Shades of #131F5D

#131F5D
(19,31,93)
#121D55
(18,29,85)
#111B4D
(17,27,77)
#101945
(16,25,69)
#0F173D
(15,23,61)
#0E1535
(14,21,53)
#0D132D
(13,19,45)
#0C1125
(12,17,37)
#0B0F1D
(11,15,29)
#0A0D15
(10,13,21)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #131F5D

#131F5D
(19,31,93)
#28336B
(40,51,107)
#3D4779
(61,71,121)
#525B87
(82,91,135)
#676F95
(103,111,149)
#7C83A3
(124,131,163)
#9197B1
(145,151,177)
#A6ABBF
(166,171,191)
#BBBFCD
(187,191,205)
#D0D3DB
(208,211,219)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131F5D color. Also use rgb(19,31,93) instead hex code.

Text Font Color

.myTextColor { color: #131F5D; }

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

This text font color is #131F5D.


Background Color

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

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

This div background color is #131F5D.


Border color

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

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

This div border color is #131F5D.


Opacity

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

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

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

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

This text has shadow with #131F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131F5D on black background.


Color preview on white background

This text has color #131F5D on white background.



Black color preview on #131F5D background

This text has black color on #131F5D background.


White color preview on #131F5D background

This text has white color on #131F5D background.