COLOR #131A39

HEX: #131A39 RGB: (19,26,57)

Color info

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

RGB color model

#131A39 color RGB value is (19,26,57).

RGB: (19,26,57) (7%, 10%, 22%)

RGB channels and saturation

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

19
26
57

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

Portions of RGB colors in percentages

R + G + B = 19 + 26 + 57 = 102 (100%)
R 19 of 102 ~ 18.63%
G 26 of 102 ~ 25.49%
B 57 of 102 ~ 55.88'%

%18.63
%25.49
%55.88

CMYK color model

#131A39 color CMYK value is (67,54,0,78).

  • cyan value is 66.67%
  • magenta value is 54.39%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (67,54,0,78)
C67M54Y0K78 (67%, 54%, 0%, 78%)
(0.67 / 0.54 / 0.00 / 0.78)

CMYK percentages

%66.67
%54.39
%0
%77.65

Codes

Color #131A39 in popluar color models

13 1A 39
RGB 19 26 57
HSL 229° 50.00% 14.90%
HSB/HSV 229° 66.67% 22.35%
CMYK 66.67% 54.39% 0.00%
77.65%

Color #131A39 in popluar number systems.

HEX 13 1A 39
Decimal 19 26 57
Binary 10011 11010 111001
Octal 23 32 71

Shades and tints

Shades of #131A39

#131A39
(19,26,57)
#121834
(18,24,52)
#11162F
(17,22,47)
#10142A
(16,20,42)
#0F1225
(15,18,37)
#0E1020
(14,16,32)
#0D0E1B
(13,14,27)
#0C0C16
(12,12,22)
#0B0A11
(11,10,17)
#0A080C
(10,8,12)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #131A39

#131A39
(19,26,57)
#282E4B
(40,46,75)
#3D425D
(61,66,93)
#52566F
(82,86,111)
#676A81
(103,106,129)
#7C7E93
(124,126,147)
#9192A5
(145,146,165)
#A6A6B7
(166,166,183)
#BBBAC9
(187,186,201)
#D0CEDB
(208,206,219)
#E5E2ED
(229,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131A39; }

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

This text font color is #131A39.

Background Color

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

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

This div background color is #131A39.

Border color

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

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

This div border color is #131A39.

Opacity

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

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

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

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

This text has shadow with #131A39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131A39.

Preview

Color preview on black background

This text has color #131A39 on black background.


Color preview on white background

This text has color #131A39 on white background.


Black color preview on #131A39 background

This text has black color on #131A39 background.


White color preview on #131A39 background

This text has white color on #131A39 background.


Related colors

Complementary color

Complementary color for #hex is #ECE5C6.


I love getcolorcode.com

Triadic colors

1 #39131A and #1A3913 with #131A39 are triadic colors.

2 #391A13 and #1A1339 with #131A39 are triadic colors.