COLOR #1F1D48

HEX: #1F1D48 RGB: (31,29,72)

Color info

#1F1D48 contains red, green and blue colors in about the same proportion. Web safe color of #1F1D48 is #333333 (or #333).

RGB color model

#1F1D48 color RGB value is (31,29,72).

RGB: (31,29,72) (12%, 11%, 28%)

RGB channels and saturation

R 31 of 255 = 12%
G 29 of 255 = 11%
B 72 of 255 = 28%

31
29
72

R + G + B ~ 17%. #1F1D48 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 29 + 72 = 132 (100%)
R 31 of 132 ~ 23.48%
G 29 of 132 ~ 21.97%
B 72 of 132 ~ 54.55'%

%23.48
%21.97
%54.55

CMYK color model

#1F1D48 color CMYK value is (57,60,0,72).

  • cyan value is 56.94%
  • magenta value is 59.72%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (57,60,0,72)
C57M60Y0K72 (57%, 60%, 0%, 72%)
(0.57 / 0.60 / 0.00 / 0.72)

CMYK percentages

%56.94
%59.72
%0
%71.76

Codes

Color #1F1D48 in popluar color models

1F 1D 48
RGB 31 29 72
HSL 243° 42.57% 19.80%
HSB/HSV 243° 59.72% 28.24%
CMYK 56.94% 59.72% 0.00%
71.76%

Color #1F1D48 in popluar number systems.

HEX 1F 1D 48
Decimal 31 29 72
Binary 11111 11101 1001000
Octal 37 35 110

Shades and tints

Shades of #1F1D48

#1F1D48
(31,29,72)
#1D1B42
(29,27,66)
#1B193C
(27,25,60)
#191736
(25,23,54)
#171530
(23,21,48)
#15132A
(21,19,42)
#131124
(19,17,36)
#110F1E
(17,15,30)
#0F0D18
(15,13,24)
#0D0B12
(13,11,18)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #1F1D48

#1F1D48
(31,29,72)
#333158
(51,49,88)
#474568
(71,69,104)
#5B5978
(91,89,120)
#6F6D88
(111,109,136)
#838198
(131,129,152)
#9795A8
(151,149,168)
#ABA9B8
(171,169,184)
#BFBDC8
(191,189,200)
#D3D1D8
(211,209,216)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F1D48 color. Also use rgb(31,29,72) instead hex code.

Text Font Color

.myTextColor { color: #1F1D48; }

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

This text font color is #1F1D48.

Background Color

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

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

This div background color is #1F1D48.

Border color

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

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

This div border color is #1F1D48.

Opacity

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

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

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

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

This text has shadow with #1F1D48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F1D48.

Preview

Color preview on black background

This text has color #1F1D48 on black background.


Color preview on white background

This text has color #1F1D48 on white background.


Black color preview on #1F1D48 background

This text has black color on #1F1D48 background.


White color preview on #1F1D48 background

This text has white color on #1F1D48 background.


Related colors

Complementary color

Complementary color for #hex is #E0E2B7.


I love getcolorcode.com

Triadic colors

1 #481F1D and #1D481F with #1F1D48 are triadic colors.

2 #481D1F and #1D1F48 with #1F1D48 are triadic colors.