COLOR #1F2B49

HEX: #1F2B49 RGB: (31,43,73)

Color info

#1F2B49 contains red, green and blue colors in about the same proportion. Web safe color of #1F2B49 is #333333 (or #333).

RGB color model

#1F2B49 color RGB value is (31,43,73).

RGB: (31,43,73) (12%, 17%, 29%)

RGB channels and saturation

R 31 of 255 = 12%
G 43 of 255 = 17%
B 73 of 255 = 29%

31
43
73

R + G + B ~ 19%. #1F2B49 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 43 + 73 = 147 (100%)
R 31 of 147 ~ 21.09%
G 43 of 147 ~ 29.25%
B 73 of 147 ~ 49.66'%

%21.09
%29.25
%49.66

CMYK color model

#1F2B49 color CMYK value is (58,41,0,71).

  • cyan value is 57.53%
  • magenta value is 41.10%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (58,41,0,71)
C58M41Y0K71 (58%, 41%, 0%, 71%)
(0.58 / 0.41 / 0.00 / 0.71)

CMYK percentages

%57.53
%41.1
%0
%71.37

Codes

Color #1F2B49 in popluar color models

1F 2B 49
RGB 31 43 73
HSL 223° 40.38% 20.39%
HSB/HSV 223° 57.53% 28.63%
CMYK 57.53% 41.10% 0.00%
71.37%

Color #1F2B49 in popluar number systems.

HEX 1F 2B 49
Decimal 31 43 73
Binary 11111 101011 1001001
Octal 37 53 111

Shades and tints

Shades of #1F2B49

#1F2B49
(31,43,73)
#1D2843
(29,40,67)
#1B253D
(27,37,61)
#192237
(25,34,55)
#171F31
(23,31,49)
#151C2B
(21,28,43)
#131925
(19,25,37)
#11161F
(17,22,31)
#0F1319
(15,19,25)
#0D1013
(13,16,19)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #1F2B49

#1F2B49
(31,43,73)
#333E59
(51,62,89)
#475169
(71,81,105)
#5B6479
(91,100,121)
#6F7789
(111,119,137)
#838A99
(131,138,153)
#979DA9
(151,157,169)
#ABB0B9
(171,176,185)
#BFC3C9
(191,195,201)
#D3D6D9
(211,214,217)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F2B49 color. Also use rgb(31,43,73) instead hex code.

Text Font Color

.myTextColor { color: #1F2B49; }

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

This text font color is #1F2B49.

Background Color

.myBgColor { background-color: #1F2B49; }

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

This div background color is #1F2B49.

Border color

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

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

This div border color is #1F2B49.

Opacity

.myOpacity80 { color: #1F2B49; opacity: 0.8; }

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

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

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

This text has shadow with #1F2B49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F2B49.

Preview

Color preview on black background

This text has color #1F2B49 on black background.


Color preview on white background

This text has color #1F2B49 on white background.


Black color preview on #1F2B49 background

This text has black color on #1F2B49 background.


White color preview on #1F2B49 background

This text has white color on #1F2B49 background.


Related colors

Complementary color

Complementary color for #hex is #E0D4B6.


I love getcolorcode.com

Triadic colors

1 #491F2B and #2B491F with #1F2B49 are triadic colors.

2 #492B1F and #2B1F49 with #1F2B49 are triadic colors.