COLOR #1F3279

HEX: #1F3279
RGB: (31,50,121)

Color info

#1F3279 contains mainly blue color. Web safe color of #1F3279 is #333366 (or #336).

RGB color model

#1F3279 color RGB value is (31,50,121).

  • red value is 31;
  • green value is 50;
  • blue value is 121.
RGB:
(31,50,121)
(12%,20%,47%)

RGB channels and saturation

R 31 of 255 = 12%
G 50 of 255 = 20%
B 121 of 255 = 47%

31
50
121

R + G + B ~ 26%. #1F3279 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 50 + 121 = 202 (100%)
R 31 of 202 ~ 15.35%
G 50 of 202 ~ 24.75%
B 121 of 202 ~ 59.9%

%15.35
%24.75
%59.9

CMYK color model

#1F3279 color CMYK value is (74,59,0,53).

  • cyan value is 74.38%
  • magenta value is 58.68%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(74,59,0,53)
C74M59Y0K53 
(74%,59%,0%,53%)
(0.74/0.59/0.00/0.53)	

CMYK percentages

%74.38
%58.68
%0
%52.55

Codes

Color #1F3279 in popluar color models

1F3279
RGB3150121
HSL227°59.21%29.80%
HSB/HSV227°74.38%47.45%
CMYK74.38%58.68%0.00%
52.55%

Color #1F3279 in popluar number systems.

HEX1F3279
Decimal3150121
Binary111111100101111001
Octal3762171

Shades and tints

Shades of #1F3279

#1F3279
(31,50,121)
#1D2E6E
(29,46,110)
#1B2A63
(27,42,99)
#192658
(25,38,88)
#17224D
(23,34,77)
#151E42
(21,30,66)
#131A37
(19,26,55)
#11162C
(17,22,44)
#0F1221
(15,18,33)
#0D0E16
(13,14,22)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #1F3279

#1F3279
(31,50,121)
#334485
(51,68,133)
#475691
(71,86,145)
#5B689D
(91,104,157)
#6F7AA9
(111,122,169)
#838CB5
(131,140,181)
#979EC1
(151,158,193)
#ABB0CD
(171,176,205)
#BFC2D9
(191,194,217)
#D3D4E5
(211,212,229)
#E7E6F1
(231,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F3279 color. Also use rgb(31,50,121) instead hex code.

Text Font Color

.myTextColor { color: #1F3279; }

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

This text font color is #1F3279.


Background Color

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

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

This div background color is #1F3279.


Border color

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

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

This div border color is #1F3279.


Opacity

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

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

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

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

This text has shadow with #1F3279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F3279 on black background.


Color preview on white background

This text has color #1F3279 on white background.



Black color preview on #1F3279 background

This text has black color on #1F3279 background.


White color preview on #1F3279 background

This text has white color on #1F3279 background.