COLOR #131339

HEX: #131339
RGB: (19,19,57)

Color info

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

RGB color model

#131339 color RGB value is (19,19,57).

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

RGB channels and saturation

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

19
19
57

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

Portions of RGB colors in percentages

R + G + B =
19 + 19 + 57 = 95 (100%)
R 19 of 95 ~ 20%
G 19 of 95 ~ 20%
B 57 of 95 ~ 60%

%20
%20
%60

CMYK color model

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

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

CMYK percentages

%66.67
%66.67
%0
%77.65

Codes

Color #131339 in popluar color models

131339
RGB191957
HSL240°50.00%14.90%
HSB/HSV240°66.67%22.35%
CMYK66.67%66.67%0.00%
77.65%

Color #131339 in popluar number systems.

HEX131339
Decimal191957
Binary1001110011111001
Octal232371

Shades and tints

Shades of #131339

#131339
(19,19,57)
#121234
(18,18,52)
#11112F
(17,17,47)
#10102A
(16,16,42)
#0F0F25
(15,15,37)
#0E0E20
(14,14,32)
#0D0D1B
(13,13,27)
#0C0C16
(12,12,22)
#0B0B11
(11,11,17)
#0A0A0C
(10,10,12)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #131339

#131339
(19,19,57)
#28284B
(40,40,75)
#3D3D5D
(61,61,93)
#52526F
(82,82,111)
#676781
(103,103,129)
#7C7C93
(124,124,147)
#9191A5
(145,145,165)
#A6A6B7
(166,166,183)
#BBBBC9
(187,187,201)
#D0D0DB
(208,208,219)
#E5E5ED
(229,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131339; }

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

This text font color is #131339.


Background Color

.myBgColor { background-color: #131339; }

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

This div background color is #131339.


Border color

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

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

This div border color is #131339.


Opacity

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

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

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

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

This text has shadow with #131339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131339 on black background.


Color preview on white background

This text has color #131339 on white background.



Black color preview on #131339 background

This text has black color on #131339 background.


White color preview on #131339 background

This text has white color on #131339 background.