COLOR #1F3C84

HEX: #1F3C84
RGB: (31,60,132)

Color info

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

RGB color model

#1F3C84 color RGB value is (31,60,132).

  • red value is 31;
  • green value is 60;
  • blue value is 132.
RGB:
(31,60,132)
(12%,24%,52%)

RGB channels and saturation

R 31 of 255 = 12%
G 60 of 255 = 24%
B 132 of 255 = 52%

31
60
132

R + G + B ~ 29%. #1F3C84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 60 + 132 = 223 (100%)
R 31 of 223 ~ 13.9%
G 60 of 223 ~ 26.91%
B 132 of 223 ~ 59.19%

%13.9
%26.91
%59.19

CMYK color model

#1F3C84 color CMYK value is (77,55,0,48).

  • cyan value is 76.52%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(77,55,0,48)
C77M55Y0K48 
(77%,55%,0%,48%)
(0.77/0.55/0.00/0.48)	

CMYK percentages

%76.52
%54.55
%0
%48.24

Codes

Color #1F3C84 in popluar color models

1F3C84
RGB3160132
HSL223°61.96%31.96%
HSB/HSV223°76.52%51.76%
CMYK76.52%54.55%0.00%
48.24%

Color #1F3C84 in popluar number systems.

HEX1F3C84
Decimal3160132
Binary1111111110010000100
Octal3774204

Shades and tints

Shades of #1F3C84

#1F3C84
(31,60,132)
#1D3778
(29,55,120)
#1B326C
(27,50,108)
#192D60
(25,45,96)
#172854
(23,40,84)
#152348
(21,35,72)
#131E3C
(19,30,60)
#111930
(17,25,48)
#0F1424
(15,20,36)
#0D0F18
(13,15,24)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #1F3C84

#1F3C84
(31,60,132)
#334D8F
(51,77,143)
#475E9A
(71,94,154)
#5B6FA5
(91,111,165)
#6F80B0
(111,128,176)
#8391BB
(131,145,187)
#97A2C6
(151,162,198)
#ABB3D1
(171,179,209)
#BFC4DC
(191,196,220)
#D3D5E7
(211,213,231)
#E7E6F2
(231,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F3C84; }

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

This text font color is #1F3C84.


Background Color

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

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

This div background color is #1F3C84.


Border color

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

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

This div border color is #1F3C84.


Opacity

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

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

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

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

This text has shadow with #1F3C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F3C84 on black background.


Color preview on white background

This text has color #1F3C84 on white background.



Black color preview on #1F3C84 background

This text has black color on #1F3C84 background.


White color preview on #1F3C84 background

This text has white color on #1F3C84 background.