COLOR #1F3C94

HEX: #1F3C94 RGB: (31,60,148)

Color info

#1F3C94 contains mainly blue color. Web safe color of #1F3C94 is #333399 (or #339).

RGB color model

#1F3C94 color RGB value is (31,60,148).

RGB: (31,60,148) (12%, 24%, 58%)

RGB channels and saturation

R 31 of 255 = 12%
G 60 of 255 = 24%
B 148 of 255 = 58%

31
60
148

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

Portions of RGB colors in percentages

R + G + B = 31 + 60 + 148 = 239 (100%)
R 31 of 239 ~ 12.97%
G 60 of 239 ~ 25.1%
B 148 of 239 ~ 61.92'%

%12.97
%25.1
%61.92

CMYK color model

#1F3C94 color CMYK value is (79,59,0,42).

  • cyan value is 79.05%
  • magenta value is 59.46%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (79,59,0,42)
C79M59Y0K42 (79%, 59%, 0%, 42%)
(0.79 / 0.59 / 0.00 / 0.42)

CMYK percentages

%79.05
%59.46
%0
%41.96

Codes

Color #1F3C94 in popluar color models

1F 3C 94
RGB 31 60 148
HSL 225° 65.36% 35.10%
HSB/HSV 225° 79.05% 58.04%
CMYK 79.05% 59.46% 0.00%
41.96%

Color #1F3C94 in popluar number systems.

HEX 1F 3C 94
Decimal 31 60 148
Binary 11111 111100 10010100
Octal 37 74 224

Shades and tints

Shades of #1F3C94

#1F3C94
(31,60,148)
#1D3787
(29,55,135)
#1B327A
(27,50,122)
#192D6D
(25,45,109)
#172860
(23,40,96)
#152353
(21,35,83)
#131E46
(19,30,70)
#111939
(17,25,57)
#0F142C
(15,20,44)
#0D0F1F
(13,15,31)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #1F3C94

#1F3C94
(31,60,148)
#334D9D
(51,77,157)
#475EA6
(71,94,166)
#5B6FAF
(91,111,175)
#6F80B8
(111,128,184)
#8391C1
(131,145,193)
#97A2CA
(151,162,202)
#ABB3D3
(171,179,211)
#BFC4DC
(191,196,220)
#D3D5E5
(211,213,229)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F3C94 color. Also use rgb(31,60,148) instead hex code.

Text Font Color

.myTextColor { color: #1F3C94; }

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

This text font color is #1F3C94.

Background Color

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

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

This div background color is #1F3C94.

Border color

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

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

This div border color is #1F3C94.

Opacity

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

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

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

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

This text has shadow with #1F3C94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F3C94.

Preview

Color preview on black background

This text has color #1F3C94 on black background.


Color preview on white background

This text has color #1F3C94 on white background.


Black color preview on #1F3C94 background

This text has black color on #1F3C94 background.


White color preview on #1F3C94 background

This text has white color on #1F3C94 background.


Related colors

Complementary color

Complementary color for #hex is #E0C36B.


I love getcolorcode.com

Triadic colors

1 #941F3C and #3C941F with #1F3C94 are triadic colors.

2 #943C1F and #3C1F94 with #1F3C94 are triadic colors.