COLOR #1F467D

HEX: #1F467D
RGB: (31,70,125)

Color info

#1F467D contains mainly green and blue colors. Web safe color of #1F467D is #333366 (or #336).

RGB color model

#1F467D color RGB value is (31,70,125).

  • red value is 31;
  • green value is 70;
  • blue value is 125.
RGB:
(31,70,125)
(12%,27%,49%)

RGB channels and saturation

R 31 of 255 = 12%
G 70 of 255 = 27%
B 125 of 255 = 49%

31
70
125

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

Portions of RGB colors in percentages

R + G + B =
31 + 70 + 125 = 226 (100%)
R 31 of 226 ~ 13.72%
G 70 of 226 ~ 30.97%
B 125 of 226 ~ 55.31%

%13.72
%30.97
%55.31

CMYK color model

#1F467D color CMYK value is (75,44,0,51).

  • cyan value is 75.20%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(75,44,0,51)
C75M44Y0K51 
(75%,44%,0%,51%)
(0.75/0.44/0.00/0.51)	

CMYK percentages

%75.2
%44
%0
%50.98

Codes

Color #1F467D in popluar color models

1F467D
RGB3170125
HSL215°60.26%30.59%
HSB/HSV215°75.20%49.02%
CMYK75.20%44.00%0.00%
50.98%

Color #1F467D in popluar number systems.

HEX1F467D
Decimal3170125
Binary1111110001101111101
Octal37106175

Shades and tints

Shades of #1F467D

#1F467D
(31,70,125)
#1D4072
(29,64,114)
#1B3A67
(27,58,103)
#19345C
(25,52,92)
#172E51
(23,46,81)
#152846
(21,40,70)
#13223B
(19,34,59)
#111C30
(17,28,48)
#0F1625
(15,22,37)
#0D101A
(13,16,26)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #1F467D

#1F467D
(31,70,125)
#335688
(51,86,136)
#476693
(71,102,147)
#5B769E
(91,118,158)
#6F86A9
(111,134,169)
#8396B4
(131,150,180)
#97A6BF
(151,166,191)
#ABB6CA
(171,182,202)
#BFC6D5
(191,198,213)
#D3D6E0
(211,214,224)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F467D color. Also use rgb(31,70,125) instead hex code.

Text Font Color

.myTextColor { color: #1F467D; }

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

This text font color is #1F467D.


Background Color

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

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

This div background color is #1F467D.


Border color

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

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

This div border color is #1F467D.


Opacity

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

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

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

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

This text has shadow with #1F467D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F467D on black background.


Color preview on white background

This text has color #1F467D on white background.



Black color preview on #1F467D background

This text has black color on #1F467D background.


White color preview on #1F467D background

This text has white color on #1F467D background.