COLOR #1F247F

HEX: #1F247F
RGB: (31,36,127)

Color info

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

RGB color model

#1F247F color RGB value is (31,36,127).

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

RGB channels and saturation

R 31 of 255 = 12%
G 36 of 255 = 14%
B 127 of 255 = 50%

31
36
127

R + G + B ~ 25%. #1F247F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 36 + 127 = 194 (100%)
R 31 of 194 ~ 15.98%
G 36 of 194 ~ 18.56%
B 127 of 194 ~ 65.46%

%15.98
%18.56
%65.46

CMYK color model

#1F247F color CMYK value is (76,72,0,50).

  • cyan value is 75.59%
  • magenta value is 71.65%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(76,72,0,50)
C76M72Y0K50 
(76%,72%,0%,50%)
(0.76/0.72/0.00/0.50)	

CMYK percentages

%75.59
%71.65
%0
%50.2

Codes

Color #1F247F in popluar color models

1F247F
RGB3136127
HSL237°60.76%30.98%
HSB/HSV237°75.59%49.80%
CMYK75.59%71.65%0.00%
50.20%

Color #1F247F in popluar number systems.

HEX1F247F
Decimal3136127
Binary111111001001111111
Octal3744177

Shades and tints

Shades of #1F247F

#1F247F
(31,36,127)
#1D2174
(29,33,116)
#1B1E69
(27,30,105)
#191B5E
(25,27,94)
#171853
(23,24,83)
#151548
(21,21,72)
#13123D
(19,18,61)
#110F32
(17,15,50)
#0F0C27
(15,12,39)
#0D091C
(13,9,28)
#0B0611
(11,6,17)
#000000
(0,0,0)

Tints of #1F247F

#1F247F
(31,36,127)
#33378A
(51,55,138)
#474A95
(71,74,149)
#5B5DA0
(91,93,160)
#6F70AB
(111,112,171)
#8383B6
(131,131,182)
#9796C1
(151,150,193)
#ABA9CC
(171,169,204)
#BFBCD7
(191,188,215)
#D3CFE2
(211,207,226)
#E7E2ED
(231,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F247F; }

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

This text font color is #1F247F.


Background Color

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

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

This div background color is #1F247F.


Border color

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

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

This div border color is #1F247F.


Opacity

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

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

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

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

This text has shadow with #1F247F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F247F on black background.


Color preview on white background

This text has color #1F247F on white background.



Black color preview on #1F247F background

This text has black color on #1F247F background.


White color preview on #1F247F background

This text has white color on #1F247F background.