COLOR #1F376D

HEX: #1F376D RGB: (31,55,109)

Color info

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

RGB color model

#1F376D color RGB value is (31,55,109).

RGB: (31,55,109) (12%, 22%, 43%)

RGB channels and saturation

R 31 of 255 = 12%
G 55 of 255 = 22%
B 109 of 255 = 43%

31
55
109

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

Portions of RGB colors in percentages

R + G + B = 31 + 55 + 109 = 195 (100%)
R 31 of 195 ~ 15.9%
G 55 of 195 ~ 28.21%
B 109 of 195 ~ 55.9'%

%15.9
%28.21
%55.9

CMYK color model

#1F376D color CMYK value is (72,50,0,57).

  • cyan value is 71.56%
  • magenta value is 49.54%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (72,50,0,57) C72M50Y0K57 (72%,50%,0%,57%) (0.72/0.50/0.00/0.57) 

CMYK percentages

%71.56
%49.54
%0
%57.25

Codes

Color #1F376D in popluar color models

1F 37 6D
RGB 31 55 109
HSL 222° 55.71% 27.45%
HSB/HSV 222° 71.56% 42.75%
CMYK 71.56% 49.54% 0.00%
57.25%

Color #1F376D in popluar number systems.

HEX 1F 37 6D
Decimal 31 55 109
Binary 11111 110111 1101101
Octal 37 67 155

Shades and tints

Shades of #1F376D

#1F376D
(31,55,109)
#1D3264
(29,50,100)
#1B2D5B
(27,45,91)
#192852
(25,40,82)
#172349
(23,35,73)
#151E40
(21,30,64)
#131937
(19,25,55)
#11142E
(17,20,46)
#0F0F25
(15,15,37)
#0D0A1C
(13,10,28)
#0B0513
(11,5,19)
#000000
(0,0,0)

Tints of #1F376D

#1F376D
(31,55,109)
#33497A
(51,73,122)
#475B87
(71,91,135)
#5B6D94
(91,109,148)
#6F7FA1
(111,127,161)
#8391AE
(131,145,174)
#97A3BB
(151,163,187)
#ABB5C8
(171,181,200)
#BFC7D5
(191,199,213)
#D3D9E2
(211,217,226)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F376D color. Also use rgb(31,55,109) instead hex code.

Text Font Color

.myTextColor { color: #1F376D; }

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

This text font color is #1F376D.

Background Color

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

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

This div background color is #1F376D.

Border color

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

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

This div border color is #1F376D.

Opacity

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

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

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

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

This text has shadow with #1F376D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F376D.

Preview

Color preview on black background

This text has color #1F376D on black background.


Color preview on white background

This text has color #1F376D on white background.


Black color preview on #1F376D background

This text has black color on #1F376D background.


White color preview on #1F376D background

This text has white color on #1F376D background.


Related colors

Complementary color

Complementary color for #hex is #E0C892.


I love getcolorcode.com

Triadic colors

1 #6D1F37 and #376D1F with #1F376D are triadic colors.

2 #6D371F and #371F6D with #1F376D are triadic colors.