COLOR #1F475B

HEX: #1F475B RGB: (31,71,91)

Color info

#1F475B contains mainly green and blue colors. Web safe color of #1F475B is #333366 (or #336).

RGB color model

#1F475B color RGB value is (31,71,91).

RGB: (31,71,91) (12%, 28%, 36%)

RGB channels and saturation

R 31 of 255 = 12%
G 71 of 255 = 28%
B 91 of 255 = 36%

31
71
91

R + G + B ~ 25%. #1F475B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 71 + 91 = 193 (100%)
R 31 of 193 ~ 16.06%
G 71 of 193 ~ 36.79%
B 91 of 193 ~ 47.15'%

%16.06
%36.79
%47.15

CMYK color model

#1F475B color CMYK value is (66,22,0,64).

  • cyan value is 65.93%
  • magenta value is 21.98%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (66,22,0,64)
C66M22Y0K64 (66%, 22%, 0%, 64%)
(0.66 / 0.22 / 0.00 / 0.64)

CMYK percentages

%65.93
%21.98
%0
%64.31

Codes

Color #1F475B in popluar color models

1F 47 5B
RGB 31 71 91
HSL 200° 49.18% 23.92%
HSB/HSV 200° 65.93% 35.69%
CMYK 65.93% 21.98% 0.00%
64.31%

Color #1F475B in popluar number systems.

HEX 1F 47 5B
Decimal 31 71 91
Binary 11111 1000111 1011011
Octal 37 107 133

Shades and tints

Shades of #1F475B

#1F475B
(31,71,91)
#1D4153
(29,65,83)
#1B3B4B
(27,59,75)
#193543
(25,53,67)
#172F3B
(23,47,59)
#152933
(21,41,51)
#13232B
(19,35,43)
#111D23
(17,29,35)
#0F171B
(15,23,27)
#0D1113
(13,17,19)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #1F475B

#1F475B
(31,71,91)
#335769
(51,87,105)
#476777
(71,103,119)
#5B7785
(91,119,133)
#6F8793
(111,135,147)
#8397A1
(131,151,161)
#97A7AF
(151,167,175)
#ABB7BD
(171,183,189)
#BFC7CB
(191,199,203)
#D3D7D9
(211,215,217)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F475B color. Also use rgb(31,71,91) instead hex code.

Text Font Color

.myTextColor { color: #1F475B; }

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

This text font color is #1F475B.

Background Color

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

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

This div background color is #1F475B.

Border color

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

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

This div border color is #1F475B.

Opacity

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

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

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

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

This text has shadow with #1F475B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F475B.

Preview

Color preview on black background

This text has color #1F475B on black background.


Color preview on white background

This text has color #1F475B on white background.


Black color preview on #1F475B background

This text has black color on #1F475B background.


White color preview on #1F475B background

This text has white color on #1F475B background.


Related colors

Complementary color

Complementary color for #hex is #E0B8A4.


I love getcolorcode.com

Triadic colors

1 #5B1F47 and #475B1F with #1F475B are triadic colors.

2 #5B471F and #471F5B with #1F475B are triadic colors.