COLOR #1F398C

HEX: #1F398C
RGB: (31,57,140)

Color info

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

RGB color model

#1F398C color RGB value is (31,57,140).

  • red value is 31;
  • green value is 57;
  • blue value is 140.
RGB:
(31,57,140)
(12%,22%,55%)

RGB channels and saturation

R 31 of 255 = 12%
G 57 of 255 = 22%
B 140 of 255 = 55%

31
57
140

R + G + B ~ 30%. #1F398C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 57 + 140 = 228 (100%)
R 31 of 228 ~ 13.6%
G 57 of 228 ~ 25%
B 140 of 228 ~ 61.4%

%13.6
%25
%61.4

CMYK color model

#1F398C color CMYK value is (78,59,0,45).

  • cyan value is 77.86%
  • magenta value is 59.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(78,59,0,45)
C78M59Y0K45 
(78%,59%,0%,45%)
(0.78/0.59/0.00/0.45)	

CMYK percentages

%77.86
%59.29
%0
%45.1

Codes

Color #1F398C in popluar color models

1F398C
RGB3157140
HSL226°63.74%33.53%
HSB/HSV226°77.86%54.90%
CMYK77.86%59.29%0.00%
45.10%

Color #1F398C in popluar number systems.

HEX1F398C
Decimal3157140
Binary1111111100110001100
Octal3771214

Shades and tints

Shades of #1F398C

#1F398C
(31,57,140)
#1D3480
(29,52,128)
#1B2F74
(27,47,116)
#192A68
(25,42,104)
#17255C
(23,37,92)
#152050
(21,32,80)
#131B44
(19,27,68)
#111638
(17,22,56)
#0F112C
(15,17,44)
#0D0C20
(13,12,32)
#0B0714
(11,7,20)
#000000
(0,0,0)

Tints of #1F398C

#1F398C
(31,57,140)
#334B96
(51,75,150)
#475DA0
(71,93,160)
#5B6FAA
(91,111,170)
#6F81B4
(111,129,180)
#8393BE
(131,147,190)
#97A5C8
(151,165,200)
#ABB7D2
(171,183,210)
#BFC9DC
(191,201,220)
#D3DBE6
(211,219,230)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F398C color. Also use rgb(31,57,140) instead hex code.

Text Font Color

.myTextColor { color: #1F398C; }

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

This text font color is #1F398C.


Background Color

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

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

This div background color is #1F398C.


Border color

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

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

This div border color is #1F398C.


Opacity

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

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

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

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

This text has shadow with #1F398C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F398C on black background.


Color preview on white background

This text has color #1F398C on white background.



Black color preview on #1F398C background

This text has black color on #1F398C background.


White color preview on #1F398C background

This text has white color on #1F398C background.