COLOR #1F1B4E

HEX: #1F1B4E
RGB: (31,27,78)

Color info

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

RGB color model

#1F1B4E color RGB value is (31,27,78).

  • red value is 31;
  • green value is 27;
  • blue value is 78.
RGB:
(31,27,78)
(12%,11%,31%)

RGB channels and saturation

R 31 of 255 = 12%
G 27 of 255 = 11%
B 78 of 255 = 31%

31
27
78

R + G + B ~ 18%. #1F1B4E is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 27 + 78 = 136 (100%)
R 31 of 136 ~ 22.79%
G 27 of 136 ~ 19.85%
B 78 of 136 ~ 57.35%

%22.79
%19.85
%57.35

CMYK color model

#1F1B4E color CMYK value is (60,65,0,69).

  • cyan value is 60.26%
  • magenta value is 65.38%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(60,65,0,69)
C60M65Y0K69 
(60%,65%,0%,69%)
(0.60/0.65/0.00/0.69)	

CMYK percentages

%60.26
%65.38
%0
%69.41

Codes

Color #1F1B4E in popluar color models

1F1B4E
RGB312778
HSL245°48.57%20.59%
HSB/HSV245°65.38%30.59%
CMYK60.26%65.38%0.00%
69.41%

Color #1F1B4E in popluar number systems.

HEX1F1B4E
Decimal312778
Binary11111110111001110
Octal3733116

Shades and tints

Shades of #1F1B4E

#1F1B4E
(31,27,78)
#1D1947
(29,25,71)
#1B1740
(27,23,64)
#191539
(25,21,57)
#171332
(23,19,50)
#15112B
(21,17,43)
#130F24
(19,15,36)
#110D1D
(17,13,29)
#0F0B16
(15,11,22)
#0D090F
(13,9,15)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #1F1B4E

#1F1B4E
(31,27,78)
#332F5E
(51,47,94)
#47436E
(71,67,110)
#5B577E
(91,87,126)
#6F6B8E
(111,107,142)
#837F9E
(131,127,158)
#9793AE
(151,147,174)
#ABA7BE
(171,167,190)
#BFBBCE
(191,187,206)
#D3CFDE
(211,207,222)
#E7E3EE
(231,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F1B4E color. Also use rgb(31,27,78) instead hex code.

Text Font Color

.myTextColor { color: #1F1B4E; }

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

This text font color is #1F1B4E.


Background Color

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

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

This div background color is #1F1B4E.


Border color

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

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

This div border color is #1F1B4E.


Opacity

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

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

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

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

This text has shadow with #1F1B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F1B4E on black background.


Color preview on white background

This text has color #1F1B4E on white background.



Black color preview on #1F1B4E background

This text has black color on #1F1B4E background.


White color preview on #1F1B4E background

This text has white color on #1F1B4E background.