COLOR #1F4372

HEX: #1F4372 RGB: (31,67,114)

Color info

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

RGB color model

#1F4372 color RGB value is (31,67,114).

RGB: (31,67,114) (12%, 26%, 45%)

RGB channels and saturation

R 31 of 255 = 12%
G 67 of 255 = 26%
B 114 of 255 = 45%

31
67
114

R + G + B ~ 28%. #1F4372 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 67 + 114 = 212 (100%)
R 31 of 212 ~ 14.62%
G 67 of 212 ~ 31.6%
B 114 of 212 ~ 53.77'%

%14.62
%31.6
%53.77

CMYK color model

#1F4372 color CMYK value is (73,41,0,55).

  • cyan value is 72.81%
  • magenta value is 41.23%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK: (73,41,0,55) C73M41Y0K55 (73%,41%,0%,55%) (0.73/0.41/0.00/0.55) 

CMYK percentages

%72.81
%41.23
%0
%55.29

Codes

Color #1F4372 in popluar color models

1F 43 72
RGB 31 67 114
HSL 214° 57.24% 28.43%
HSB/HSV 214° 72.81% 44.71%
CMYK 72.81% 41.23% 0.00%
55.29%

Color #1F4372 in popluar number systems.

HEX 1F 43 72
Decimal 31 67 114
Binary 11111 1000011 1110010
Octal 37 103 162

Shades and tints

Shades of #1F4372

#1F4372
(31,67,114)
#1D3D68
(29,61,104)
#1B375E
(27,55,94)
#193154
(25,49,84)
#172B4A
(23,43,74)
#152540
(21,37,64)
#131F36
(19,31,54)
#11192C
(17,25,44)
#0F1322
(15,19,34)
#0D0D18
(13,13,24)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #1F4372

#1F4372
(31,67,114)
#33547E
(51,84,126)
#47658A
(71,101,138)
#5B7696
(91,118,150)
#6F87A2
(111,135,162)
#8398AE
(131,152,174)
#97A9BA
(151,169,186)
#ABBAC6
(171,186,198)
#BFCBD2
(191,203,210)
#D3DCDE
(211,220,222)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4372 color. Also use rgb(31,67,114) instead hex code.

Text Font Color

.myTextColor { color: #1F4372; }

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

This text font color is #1F4372.

Background Color

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

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

This div background color is #1F4372.

Border color

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

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

This div border color is #1F4372.

Opacity

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

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

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

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

This text has shadow with #1F4372 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F4372.

Preview

Color preview on black background

This text has color #1F4372 on black background.


Color preview on white background

This text has color #1F4372 on white background.


Black color preview on #1F4372 background

This text has black color on #1F4372 background.


White color preview on #1F4372 background

This text has white color on #1F4372 background.


Related colors

Complementary color

Complementary color for #hex is #E0BC8D.


I love getcolorcode.com

Triadic colors

1 #721F43 and #43721F with #1F4372 are triadic colors.

2 #72431F and #431F72 with #1F4372 are triadic colors.