COLOR #131539

HEX: #131539
RGB: (19,21,57)

Color info

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

RGB color model

#131539 color RGB value is (19,21,57).

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

RGB channels and saturation

R 19 of 255 = 7%
G 21 of 255 = 8%
B 57 of 255 = 22%

19
21
57

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

Portions of RGB colors in percentages

R + G + B =
19 + 21 + 57 = 97 (100%)
R 19 of 97 ~ 19.59%
G 21 of 97 ~ 21.65%
B 57 of 97 ~ 58.76%

%19.59
%21.65
%58.76

CMYK color model

#131539 color CMYK value is (67,63,0,78).

  • cyan value is 66.67%
  • magenta value is 63.16%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(67,63,0,78)
C67M63Y0K78 
(67%,63%,0%,78%)
(0.67/0.63/0.00/0.78)	

CMYK percentages

%66.67
%63.16
%0
%77.65

Codes

Color #131539 in popluar color models

131539
RGB192157
HSL237°50.00%14.90%
HSB/HSV237°66.67%22.35%
CMYK66.67%63.16%0.00%
77.65%

Color #131539 in popluar number systems.

HEX131539
Decimal192157
Binary1001110101111001
Octal232571

Shades and tints

Shades of #131539

#131539
(19,21,57)
#121434
(18,20,52)
#11132F
(17,19,47)
#10122A
(16,18,42)
#0F1125
(15,17,37)
#0E1020
(14,16,32)
#0D0F1B
(13,15,27)
#0C0E16
(12,14,22)
#0B0D11
(11,13,17)
#0A0C0C
(10,12,12)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #131539

#131539
(19,21,57)
#282A4B
(40,42,75)
#3D3F5D
(61,63,93)
#52546F
(82,84,111)
#676981
(103,105,129)
#7C7E93
(124,126,147)
#9193A5
(145,147,165)
#A6A8B7
(166,168,183)
#BBBDC9
(187,189,201)
#D0D2DB
(208,210,219)
#E5E7ED
(229,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131539; }

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

This text font color is #131539.


Background Color

.myBgColor { background-color: #131539; }

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

This div background color is #131539.


Border color

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

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

This div border color is #131539.


Opacity

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

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

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

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

This text has shadow with #131539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131539 on black background.


Color preview on white background

This text has color #131539 on white background.



Black color preview on #131539 background

This text has black color on #131539 background.


White color preview on #131539 background

This text has white color on #131539 background.