COLOR #1F4D6E

HEX: #1F4D6E
RGB: (31,77,110)

Color info

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

RGB color model

#1F4D6E color RGB value is (31,77,110).

  • red value is 31;
  • green value is 77;
  • blue value is 110.
RGB:
(31,77,110)
(12%,30%,43%)

RGB channels and saturation

R 31 of 255 = 12%
G 77 of 255 = 30%
B 110 of 255 = 43%

31
77
110

R + G + B ~ 28%. #1F4D6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 77 + 110 = 218 (100%)
R 31 of 218 ~ 14.22%
G 77 of 218 ~ 35.32%
B 110 of 218 ~ 50.46%

%14.22
%35.32
%50.46

CMYK color model

#1F4D6E color CMYK value is (72,30,0,57).

  • cyan value is 71.82%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(72,30,0,57)
C72M30Y0K57 
(72%,30%,0%,57%)
(0.72/0.30/0.00/0.57)	

CMYK percentages

%71.82
%30
%0
%56.86

Codes

Color #1F4D6E in popluar color models

1F4D6E
RGB3177110
HSL205°56.03%27.65%
HSB/HSV205°71.82%43.14%
CMYK71.82%30.00%0.00%
56.86%

Color #1F4D6E in popluar number systems.

HEX1F4D6E
Decimal3177110
Binary1111110011011101110
Octal37115156

Shades and tints

Shades of #1F4D6E

#1F4D6E
(31,77,110)
#1D4664
(29,70,100)
#1B3F5A
(27,63,90)
#193850
(25,56,80)
#173146
(23,49,70)
#152A3C
(21,42,60)
#132332
(19,35,50)
#111C28
(17,28,40)
#0F151E
(15,21,30)
#0D0E14
(13,14,20)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #1F4D6E

#1F4D6E
(31,77,110)
#335D7B
(51,93,123)
#476D88
(71,109,136)
#5B7D95
(91,125,149)
#6F8DA2
(111,141,162)
#839DAF
(131,157,175)
#97ADBC
(151,173,188)
#ABBDC9
(171,189,201)
#BFCDD6
(191,205,214)
#D3DDE3
(211,221,227)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4D6E color. Also use rgb(31,77,110) instead hex code.

Text Font Color

.myTextColor { color: #1F4D6E; }

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

This text font color is #1F4D6E.


Background Color

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

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

This div background color is #1F4D6E.


Border color

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

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

This div border color is #1F4D6E.


Opacity

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

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

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

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

This text has shadow with #1F4D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4D6E on black background.


Color preview on white background

This text has color #1F4D6E on white background.



Black color preview on #1F4D6E background

This text has black color on #1F4D6E background.


White color preview on #1F4D6E background

This text has white color on #1F4D6E background.