COLOR #131639

HEX: #131639
RGB: (19,22,57)

Color info

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

RGB color model

#131639 color RGB value is (19,22,57).

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

RGB channels and saturation

R 19 of 255 = 7%
G 22 of 255 = 9%
B 57 of 255 = 22%

19
22
57

R + G + B ~ 13%. #131639 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 22 + 57 = 98 (100%)
R 19 of 98 ~ 19.39%
G 22 of 98 ~ 22.45%
B 57 of 98 ~ 58.16%

%19.39
%22.45
%58.16

CMYK color model

#131639 color CMYK value is (67,61,0,78).

  • cyan value is 66.67%
  • magenta value is 61.40%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(67,61,0,78)
C67M61Y0K78 
(67%,61%,0%,78%)
(0.67/0.61/0.00/0.78)	

CMYK percentages

%66.67
%61.4
%0
%77.65

Codes

Color #131639 in popluar color models

131639
RGB192257
HSL235°50.00%14.90%
HSB/HSV235°66.67%22.35%
CMYK66.67%61.40%0.00%
77.65%

Color #131639 in popluar number systems.

HEX131639
Decimal192257
Binary1001110110111001
Octal232671

Shades and tints

Shades of #131639

#131639
(19,22,57)
#121434
(18,20,52)
#11122F
(17,18,47)
#10102A
(16,16,42)
#0F0E25
(15,14,37)
#0E0C20
(14,12,32)
#0D0A1B
(13,10,27)
#0C0816
(12,8,22)
#0B0611
(11,6,17)
#0A040C
(10,4,12)
#090207
(9,2,7)
#000000
(0,0,0)

Tints of #131639

#131639
(19,22,57)
#282B4B
(40,43,75)
#3D405D
(61,64,93)
#52556F
(82,85,111)
#676A81
(103,106,129)
#7C7F93
(124,127,147)
#9194A5
(145,148,165)
#A6A9B7
(166,169,183)
#BBBEC9
(187,190,201)
#D0D3DB
(208,211,219)
#E5E8ED
(229,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131639; }

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

This text font color is #131639.


Background Color

.myBgColor { background-color: #131639; }

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

This div background color is #131639.


Border color

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

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

This div border color is #131639.


Opacity

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

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

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

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

This text has shadow with #131639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131639 on black background.


Color preview on white background

This text has color #131639 on white background.



Black color preview on #131639 background

This text has black color on #131639 background.


White color preview on #131639 background

This text has white color on #131639 background.