COLOR #1F3B5E

HEX: #1F3B5E
RGB: (31,59,94)

Color info

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

RGB color model

#1F3B5E color RGB value is (31,59,94).

  • red value is 31;
  • green value is 59;
  • blue value is 94.
RGB:
(31,59,94)
(12%,23%,37%)

RGB channels and saturation

R 31 of 255 = 12%
G 59 of 255 = 23%
B 94 of 255 = 37%

31
59
94

R + G + B ~ 24%. #1F3B5E is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 59 + 94 = 184 (100%)
R 31 of 184 ~ 16.85%
G 59 of 184 ~ 32.07%
B 94 of 184 ~ 51.09%

%16.85
%32.07
%51.09

CMYK color model

#1F3B5E color CMYK value is (67,37,0,63).

  • cyan value is 67.02%
  • magenta value is 37.23%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(67,37,0,63)
C67M37Y0K63 
(67%,37%,0%,63%)
(0.67/0.37/0.00/0.63)	

CMYK percentages

%67.02
%37.23
%0
%63.14

Codes

Color #1F3B5E in popluar color models

1F3B5E
RGB315994
HSL213°50.40%24.51%
HSB/HSV213°67.02%36.86%
CMYK67.02%37.23%0.00%
63.14%

Color #1F3B5E in popluar number systems.

HEX1F3B5E
Decimal315994
Binary111111110111011110
Octal3773136

Shades and tints

Shades of #1F3B5E

#1F3B5E
(31,59,94)
#1D3656
(29,54,86)
#1B314E
(27,49,78)
#192C46
(25,44,70)
#17273E
(23,39,62)
#152236
(21,34,54)
#131D2E
(19,29,46)
#111826
(17,24,38)
#0F131E
(15,19,30)
#0D0E16
(13,14,22)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #1F3B5E

#1F3B5E
(31,59,94)
#334C6C
(51,76,108)
#475D7A
(71,93,122)
#5B6E88
(91,110,136)
#6F7F96
(111,127,150)
#8390A4
(131,144,164)
#97A1B2
(151,161,178)
#ABB2C0
(171,178,192)
#BFC3CE
(191,195,206)
#D3D4DC
(211,212,220)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F3B5E color. Also use rgb(31,59,94) instead hex code.

Text Font Color

.myTextColor { color: #1F3B5E; }

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

This text font color is #1F3B5E.


Background Color

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

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

This div background color is #1F3B5E.


Border color

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

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

This div border color is #1F3B5E.


Opacity

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

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

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

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

This text has shadow with #1F3B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F3B5E on black background.


Color preview on white background

This text has color #1F3B5E on white background.



Black color preview on #1F3B5E background

This text has black color on #1F3B5E background.


White color preview on #1F3B5E background

This text has white color on #1F3B5E background.