COLOR #1F3876

HEX: #1F3876 RGB: (31,56,118)

Color info

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

RGB color model

#1F3876 color RGB value is (31,56,118).

RGB: (31,56,118) (12%, 22%, 46%)

RGB channels and saturation

R 31 of 255 = 12%
G 56 of 255 = 22%
B 118 of 255 = 46%

31
56
118

R + G + B ~ 27%. #1F3876 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 56 + 118 = 205 (100%)
R 31 of 205 ~ 15.12%
G 56 of 205 ~ 27.32%
B 118 of 205 ~ 57.56'%

%15.12
%27.32
%57.56

CMYK color model

#1F3876 color CMYK value is (74,53,0,54).

  • cyan value is 73.73%
  • magenta value is 52.54%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (74,53,0,54)
C74M53Y0K54 (74%, 53%, 0%, 54%)
(0.74 / 0.53 / 0.00 / 0.54)

CMYK percentages

%73.73
%52.54
%0
%53.73

Codes

Color #1F3876 in popluar color models

1F 38 76
RGB 31 56 118
HSL 223° 58.39% 29.22%
HSB/HSV 223° 73.73% 46.27%
CMYK 73.73% 52.54% 0.00%
53.73%

Color #1F3876 in popluar number systems.

HEX 1F 38 76
Decimal 31 56 118
Binary 11111 111000 1110110
Octal 37 70 166

Shades and tints

Shades of #1F3876

#1F3876
(31,56,118)
#1D336C
(29,51,108)
#1B2E62
(27,46,98)
#192958
(25,41,88)
#17244E
(23,36,78)
#151F44
(21,31,68)
#131A3A
(19,26,58)
#111530
(17,21,48)
#0F1026
(15,16,38)
#0D0B1C
(13,11,28)
#0B0612
(11,6,18)
#000000
(0,0,0)

Tints of #1F3876

#1F3876
(31,56,118)
#334A82
(51,74,130)
#475C8E
(71,92,142)
#5B6E9A
(91,110,154)
#6F80A6
(111,128,166)
#8392B2
(131,146,178)
#97A4BE
(151,164,190)
#ABB6CA
(171,182,202)
#BFC8D6
(191,200,214)
#D3DAE2
(211,218,226)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F3876 color. Also use rgb(31,56,118) instead hex code.

Text Font Color

.myTextColor { color: #1F3876; }

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

This text font color is #1F3876.

Background Color

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

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

This div background color is #1F3876.

Border color

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

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

This div border color is #1F3876.

Opacity

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

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

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

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

This text has shadow with #1F3876 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F3876.

Preview

Color preview on black background

This text has color #1F3876 on black background.


Color preview on white background

This text has color #1F3876 on white background.


Black color preview on #1F3876 background

This text has black color on #1F3876 background.


White color preview on #1F3876 background

This text has white color on #1F3876 background.


Related colors

Complementary color

Complementary color for #hex is #E0C789.


I love getcolorcode.com

Triadic colors

1 #761F38 and #38761F with #1F3876 are triadic colors.

2 #76381F and #381F76 with #1F3876 are triadic colors.