COLOR #1F4A83

HEX: #1F4A83
RGB: (31,74,131)

Color info

#1F4A83 contains mainly green and blue colors. Web safe color of #1F4A83 is #333399 (or #339).

RGB color model

#1F4A83 color RGB value is (31,74,131).

  • red value is 31;
  • green value is 74;
  • blue value is 131.
RGB:
(31,74,131)
(12%,29%,51%)

RGB channels and saturation

R 31 of 255 = 12%
G 74 of 255 = 29%
B 131 of 255 = 51%

31
74
131

R + G + B ~ 31%. #1F4A83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 74 + 131 = 236 (100%)
R 31 of 236 ~ 13.14%
G 74 of 236 ~ 31.36%
B 131 of 236 ~ 55.51%

%13.14
%31.36
%55.51

CMYK color model

#1F4A83 color CMYK value is (76,44,0,49).

  • cyan value is 76.34%
  • magenta value is 43.51%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(76,44,0,49)
C76M44Y0K49 
(76%,44%,0%,49%)
(0.76/0.44/0.00/0.49)	

CMYK percentages

%76.34
%43.51
%0
%48.63

Codes

Color #1F4A83 in popluar color models

1F4A83
RGB3174131
HSL214°61.73%31.76%
HSB/HSV214°76.34%51.37%
CMYK76.34%43.51%0.00%
48.63%

Color #1F4A83 in popluar number systems.

HEX1F4A83
Decimal3174131
Binary11111100101010000011
Octal37112203

Shades and tints

Shades of #1F4A83

#1F4A83
(31,74,131)
#1D4478
(29,68,120)
#1B3E6D
(27,62,109)
#193862
(25,56,98)
#173257
(23,50,87)
#152C4C
(21,44,76)
#132641
(19,38,65)
#112036
(17,32,54)
#0F1A2B
(15,26,43)
#0D1420
(13,20,32)
#0B0E15
(11,14,21)
#000000
(0,0,0)

Tints of #1F4A83

#1F4A83
(31,74,131)
#335A8E
(51,90,142)
#476A99
(71,106,153)
#5B7AA4
(91,122,164)
#6F8AAF
(111,138,175)
#839ABA
(131,154,186)
#97AAC5
(151,170,197)
#ABBAD0
(171,186,208)
#BFCADB
(191,202,219)
#D3DAE6
(211,218,230)
#E7EAF1
(231,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4A83 color. Also use rgb(31,74,131) instead hex code.

Text Font Color

.myTextColor { color: #1F4A83; }

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

This text font color is #1F4A83.


Background Color

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

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

This div background color is #1F4A83.


Border color

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

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

This div border color is #1F4A83.


Opacity

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

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

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

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

This text has shadow with #1F4A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4A83 on black background.


Color preview on white background

This text has color #1F4A83 on white background.



Black color preview on #1F4A83 background

This text has black color on #1F4A83 background.


White color preview on #1F4A83 background

This text has white color on #1F4A83 background.