COLOR #1F2463

HEX: #1F2463
RGB: (31,36,99)

Color info

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

RGB color model

#1F2463 color RGB value is (31,36,99).

  • red value is 31;
  • green value is 36;
  • blue value is 99.
RGB:
(31,36,99)
(12%,14%,39%)

RGB channels and saturation

R 31 of 255 = 12%
G 36 of 255 = 14%
B 99 of 255 = 39%

31
36
99

R + G + B ~ 22%. #1F2463 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 36 + 99 = 166 (100%)
R 31 of 166 ~ 18.67%
G 36 of 166 ~ 21.69%
B 99 of 166 ~ 59.64%

%18.67
%21.69
%59.64

CMYK color model

#1F2463 color CMYK value is (69,64,0,61).

  • cyan value is 68.69%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(69,64,0,61)
C69M64Y0K61 
(69%,64%,0%,61%)
(0.69/0.64/0.00/0.61)	

CMYK percentages

%68.69
%63.64
%0
%61.18

Codes

Color #1F2463 in popluar color models

1F2463
RGB313699
HSL236°52.31%25.49%
HSB/HSV236°68.69%38.82%
CMYK68.69%63.64%0.00%
61.18%

Color #1F2463 in popluar number systems.

HEX1F2463
Decimal313699
Binary111111001001100011
Octal3744143

Shades and tints

Shades of #1F2463

#1F2463
(31,36,99)
#1D215A
(29,33,90)
#1B1E51
(27,30,81)
#191B48
(25,27,72)
#17183F
(23,24,63)
#151536
(21,21,54)
#13122D
(19,18,45)
#110F24
(17,15,36)
#0F0C1B
(15,12,27)
#0D0912
(13,9,18)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #1F2463

#1F2463
(31,36,99)
#333771
(51,55,113)
#474A7F
(71,74,127)
#5B5D8D
(91,93,141)
#6F709B
(111,112,155)
#8383A9
(131,131,169)
#9796B7
(151,150,183)
#ABA9C5
(171,169,197)
#BFBCD3
(191,188,211)
#D3CFE1
(211,207,225)
#E7E2EF
(231,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F2463 color. Also use rgb(31,36,99) instead hex code.

Text Font Color

.myTextColor { color: #1F2463; }

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

This text font color is #1F2463.


Background Color

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

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

This div background color is #1F2463.


Border color

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

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

This div border color is #1F2463.


Opacity

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

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

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

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

This text has shadow with #1F2463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F2463 on black background.


Color preview on white background

This text has color #1F2463 on white background.



Black color preview on #1F2463 background

This text has black color on #1F2463 background.


White color preview on #1F2463 background

This text has white color on #1F2463 background.