COLOR #1F3573

HEX: #1F3573
RGB: (31,53,115)

Color info

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

RGB color model

#1F3573 color RGB value is (31,53,115).

  • red value is 31;
  • green value is 53;
  • blue value is 115.
RGB:
(31,53,115)
(12%,21%,45%)

RGB channels and saturation

R 31 of 255 = 12%
G 53 of 255 = 21%
B 115 of 255 = 45%

31
53
115

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

Portions of RGB colors in percentages

R + G + B =
31 + 53 + 115 = 199 (100%)
R 31 of 199 ~ 15.58%
G 53 of 199 ~ 26.63%
B 115 of 199 ~ 57.79%

%15.58
%26.63
%57.79

CMYK color model

#1F3573 color CMYK value is (73,54,0,55).

  • cyan value is 73.04%
  • magenta value is 53.91%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(73,54,0,55)
C73M54Y0K55 
(73%,54%,0%,55%)
(0.73/0.54/0.00/0.55)	

CMYK percentages

%73.04
%53.91
%0
%54.9

Codes

Color #1F3573 in popluar color models

1F3573
RGB3153115
HSL224°57.53%28.63%
HSB/HSV224°73.04%45.10%
CMYK73.04%53.91%0.00%
54.90%

Color #1F3573 in popluar number systems.

HEX1F3573
Decimal3153115
Binary111111101011110011
Octal3765163

Shades and tints

Shades of #1F3573

#1F3573
(31,53,115)
#1D3169
(29,49,105)
#1B2D5F
(27,45,95)
#192955
(25,41,85)
#17254B
(23,37,75)
#152141
(21,33,65)
#131D37
(19,29,55)
#11192D
(17,25,45)
#0F1523
(15,21,35)
#0D1119
(13,17,25)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #1F3573

#1F3573
(31,53,115)
#33477F
(51,71,127)
#47598B
(71,89,139)
#5B6B97
(91,107,151)
#6F7DA3
(111,125,163)
#838FAF
(131,143,175)
#97A1BB
(151,161,187)
#ABB3C7
(171,179,199)
#BFC5D3
(191,197,211)
#D3D7DF
(211,215,223)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F3573 color. Also use rgb(31,53,115) instead hex code.

Text Font Color

.myTextColor { color: #1F3573; }

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

This text font color is #1F3573.


Background Color

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

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

This div background color is #1F3573.


Border color

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

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

This div border color is #1F3573.


Opacity

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

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

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

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

This text has shadow with #1F3573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F3573 on black background.


Color preview on white background

This text has color #1F3573 on white background.



Black color preview on #1F3573 background

This text has black color on #1F3573 background.


White color preview on #1F3573 background

This text has white color on #1F3573 background.