COLOR #1F3050

HEX: #1F3050 RGB: (31,48,80)

Color info

#1F3050 contains red, green and blue colors in about the same proportion. Web safe color of #1F3050 is #333366 (or #336).

RGB color model

#1F3050 color RGB value is (31,48,80).

RGB: (31,48,80) (12%, 19%, 31%)

RGB channels and saturation

R 31 of 255 = 12%
G 48 of 255 = 19%
B 80 of 255 = 31%

31
48
80

R + G + B ~ 21%. #1F3050 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 48 + 80 = 159 (100%)
R 31 of 159 ~ 19.5%
G 48 of 159 ~ 30.19%
B 80 of 159 ~ 50.31'%

%19.5
%30.19
%50.31

CMYK color model

#1F3050 color CMYK value is (61,40,0,69).

  • cyan value is 61.25%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (61,40,0,69)
C61M40Y0K69 (61%, 40%, 0%, 69%)
(0.61 / 0.40 / 0.00 / 0.69)

CMYK percentages

%61.25
%40
%0
%68.63

Codes

Color #1F3050 in popluar color models

1F 30 50
RGB 31 48 80
HSL 219° 44.14% 21.76%
HSB/HSV 219° 61.25% 31.37%
CMYK 61.25% 40.00% 0.00%
68.63%

Color #1F3050 in popluar number systems.

HEX 1F 30 50
Decimal 31 48 80
Binary 11111 110000 1010000
Octal 37 60 120

Shades and tints

Shades of #1F3050

#1F3050
(31,48,80)
#1D2C49
(29,44,73)
#1B2842
(27,40,66)
#19243B
(25,36,59)
#172034
(23,32,52)
#151C2D
(21,28,45)
#131826
(19,24,38)
#11141F
(17,20,31)
#0F1018
(15,16,24)
#0D0C11
(13,12,17)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #1F3050

#1F3050
(31,48,80)
#33425F
(51,66,95)
#47546E
(71,84,110)
#5B667D
(91,102,125)
#6F788C
(111,120,140)
#838A9B
(131,138,155)
#979CAA
(151,156,170)
#ABAEB9
(171,174,185)
#BFC0C8
(191,192,200)
#D3D2D7
(211,210,215)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F3050 color. Also use rgb(31,48,80) instead hex code.

Text Font Color

.myTextColor { color: #1F3050; }

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

This text font color is #1F3050.

Background Color

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

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

This div background color is #1F3050.

Border color

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

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

This div border color is #1F3050.

Opacity

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

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

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

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

This text has shadow with #1F3050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F3050.

Preview

Color preview on black background

This text has color #1F3050 on black background.


Color preview on white background

This text has color #1F3050 on white background.


Black color preview on #1F3050 background

This text has black color on #1F3050 background.


White color preview on #1F3050 background

This text has white color on #1F3050 background.


Related colors

Complementary color

Complementary color for #hex is #E0CFAF.


I love getcolorcode.com

Triadic colors

1 #501F30 and #30501F with #1F3050 are triadic colors.

2 #50301F and #301F50 with #1F3050 are triadic colors.