COLOR #1F1D59

HEX: #1F1D59
RGB: (31,29,89)

Color info

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

RGB color model

#1F1D59 color RGB value is (31,29,89).

  • red value is 31;
  • green value is 29;
  • blue value is 89.
RGB:
(31,29,89)
(12%,11%,35%)

RGB channels and saturation

R 31 of 255 = 12%
G 29 of 255 = 11%
B 89 of 255 = 35%

31
29
89

R + G + B ~ 19%. #1F1D59 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 29 + 89 = 149 (100%)
R 31 of 149 ~ 20.81%
G 29 of 149 ~ 19.46%
B 89 of 149 ~ 59.73%

%20.81
%19.46
%59.73

CMYK color model

#1F1D59 color CMYK value is (65,67,0,65).

  • cyan value is 65.17%
  • magenta value is 67.42%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(65,67,0,65)
C65M67Y0K65 
(65%,67%,0%,65%)
(0.65/0.67/0.00/0.65)	

CMYK percentages

%65.17
%67.42
%0
%65.1

Codes

Color #1F1D59 in popluar color models

1F1D59
RGB312989
HSL242°50.85%23.14%
HSB/HSV242°67.42%34.90%
CMYK65.17%67.42%0.00%
65.10%

Color #1F1D59 in popluar number systems.

HEX1F1D59
Decimal312989
Binary11111111011011001
Octal3735131

Shades and tints

Shades of #1F1D59

#1F1D59
(31,29,89)
#1D1B51
(29,27,81)
#1B1949
(27,25,73)
#191741
(25,23,65)
#171539
(23,21,57)
#151331
(21,19,49)
#131129
(19,17,41)
#110F21
(17,15,33)
#0F0D19
(15,13,25)
#0D0B11
(13,11,17)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #1F1D59

#1F1D59
(31,29,89)
#333168
(51,49,104)
#474577
(71,69,119)
#5B5986
(91,89,134)
#6F6D95
(111,109,149)
#8381A4
(131,129,164)
#9795B3
(151,149,179)
#ABA9C2
(171,169,194)
#BFBDD1
(191,189,209)
#D3D1E0
(211,209,224)
#E7E5EF
(231,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1D59; }

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

This text font color is #1F1D59.


Background Color

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

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

This div background color is #1F1D59.


Border color

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

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

This div border color is #1F1D59.


Opacity

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

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

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

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

This text has shadow with #1F1D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F1D59 on black background.


Color preview on white background

This text has color #1F1D59 on white background.



Black color preview on #1F1D59 background

This text has black color on #1F1D59 background.


White color preview on #1F1D59 background

This text has white color on #1F1D59 background.