COLOR #131437

HEX: #131437
RGB: (19,20,55)

Color info

#131437 contains red, green and blue colors in about the same proportion. Web safe color of #131437 is #000033 (or #003).

RGB color model

#131437 color RGB value is (19,20,55).

  • red value is 19;
  • green value is 20;
  • blue value is 55.
RGB:
(19,20,55)
(7%,8%,22%)

RGB channels and saturation

R 19 of 255 = 7%
G 20 of 255 = 8%
B 55 of 255 = 22%

19
20
55

R + G + B ~ 12%. #131437 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 20 + 55 = 94 (100%)
R 19 of 94 ~ 20.21%
G 20 of 94 ~ 21.28%
B 55 of 94 ~ 58.51%

%20.21
%21.28
%58.51

CMYK color model

#131437 color CMYK value is (65,64,0,78).

  • cyan value is 65.45%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(65,64,0,78)
C65M64Y0K78 
(65%,64%,0%,78%)
(0.65/0.64/0.00/0.78)	

CMYK percentages

%65.45
%63.64
%0
%78.43

Codes

Color #131437 in popluar color models

131437
RGB192055
HSL238°48.65%14.51%
HSB/HSV238°65.45%21.57%
CMYK65.45%63.64%0.00%
78.43%

Color #131437 in popluar number systems.

HEX131437
Decimal192055
Binary1001110100110111
Octal232467

Shades and tints

Shades of #131437

#131437
(19,20,55)
#121332
(18,19,50)
#11122D
(17,18,45)
#101128
(16,17,40)
#0F1023
(15,16,35)
#0E0F1E
(14,15,30)
#0D0E19
(13,14,25)
#0C0D14
(12,13,20)
#0B0C0F
(11,12,15)
#0A0B0A
(10,11,10)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #131437

#131437
(19,20,55)
#282949
(40,41,73)
#3D3E5B
(61,62,91)
#52536D
(82,83,109)
#67687F
(103,104,127)
#7C7D91
(124,125,145)
#9192A3
(145,146,163)
#A6A7B5
(166,167,181)
#BBBCC7
(187,188,199)
#D0D1D9
(208,209,217)
#E5E6EB
(229,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131437; }

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

This text font color is #131437.


Background Color

.myBgColor { background-color: #131437; }

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

This div background color is #131437.


Border color

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

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

This div border color is #131437.


Opacity

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

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

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

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

This text has shadow with #131437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131437 on black background.


Color preview on white background

This text has color #131437 on white background.



Black color preview on #131437 background

This text has black color on #131437 background.


White color preview on #131437 background

This text has white color on #131437 background.