COLOR #131F3D

HEX: #131F3D RGB: (19,31,61)

Color info

#131F3D contains red, green and blue colors in about the same proportion. Web safe color of #131F3D is #003333 (or #033).

RGB color model

#131F3D color RGB value is (19,31,61).

RGB: (19,31,61) (7%, 12%, 24%)

RGB channels and saturation

R 19 of 255 = 7%
G 31 of 255 = 12%
B 61 of 255 = 24%

19
31
61

R + G + B ~ 14%. #131F3D is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 31 + 61 = 111 (100%)
R 19 of 111 ~ 17.12%
G 31 of 111 ~ 27.93%
B 61 of 111 ~ 54.95'%

%17.12
%27.93
%54.95

CMYK color model

#131F3D color CMYK value is (69,49,0,76).

  • cyan value is 68.85%
  • magenta value is 49.18%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (69,49,0,76)
C69M49Y0K76 (69%, 49%, 0%, 76%)
(0.69 / 0.49 / 0.00 / 0.76)

CMYK percentages

%68.85
%49.18
%0
%76.08

Codes

Color #131F3D in popluar color models

13 1F 3D
RGB 19 31 61
HSL 223° 52.50% 15.69%
HSB/HSV 223° 68.85% 23.92%
CMYK 68.85% 49.18% 0.00%
76.08%

Color #131F3D in popluar number systems.

HEX 13 1F 3D
Decimal 19 31 61
Binary 10011 11111 111101
Octal 23 37 75

Shades and tints

Shades of #131F3D

#131F3D
(19,31,61)
#121D38
(18,29,56)
#111B33
(17,27,51)
#10192E
(16,25,46)
#0F1729
(15,23,41)
#0E1524
(14,21,36)
#0D131F
(13,19,31)
#0C111A
(12,17,26)
#0B0F15
(11,15,21)
#0A0D10
(10,13,16)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #131F3D

#131F3D
(19,31,61)
#28334E
(40,51,78)
#3D475F
(61,71,95)
#525B70
(82,91,112)
#676F81
(103,111,129)
#7C8392
(124,131,146)
#9197A3
(145,151,163)
#A6ABB4
(166,171,180)
#BBBFC5
(187,191,197)
#D0D3D6
(208,211,214)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131F3D color. Also use rgb(19,31,61) instead hex code.

Text Font Color

.myTextColor { color: #131F3D; }

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

This text font color is #131F3D.

Background Color

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

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

This div background color is #131F3D.

Border color

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

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

This div border color is #131F3D.

Opacity

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

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

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

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

This text has shadow with #131F3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131F3D.

Preview

Color preview on black background

This text has color #131F3D on black background.


Color preview on white background

This text has color #131F3D on white background.


Black color preview on #131F3D background

This text has black color on #131F3D background.


White color preview on #131F3D background

This text has white color on #131F3D background.


Related colors

Complementary color

Complementary color for #hex is #ECE0C2.


I love getcolorcode.com

Triadic colors

1 #3D131F and #1F3D13 with #131F3D are triadic colors.

2 #3D1F13 and #1F133D with #131F3D are triadic colors.