COLOR #1F4277

HEX: #1F4277
RGB: (31,66,119)

Color info

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

RGB color model

#1F4277 color RGB value is (31,66,119).

  • red value is 31;
  • green value is 66;
  • blue value is 119.
RGB:
(31,66,119)
(12%,26%,47%)

RGB channels and saturation

R 31 of 255 = 12%
G 66 of 255 = 26%
B 119 of 255 = 47%

31
66
119

R + G + B ~ 28%. #1F4277 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 66 + 119 = 216 (100%)
R 31 of 216 ~ 14.35%
G 66 of 216 ~ 30.56%
B 119 of 216 ~ 55.09%

%14.35
%30.56
%55.09

CMYK color model

#1F4277 color CMYK value is (74,45,0,53).

  • cyan value is 73.95%
  • magenta value is 44.54%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(74,45,0,53)
C74M45Y0K53 
(74%,45%,0%,53%)
(0.74/0.45/0.00/0.53)	

CMYK percentages

%73.95
%44.54
%0
%53.33

Codes

Color #1F4277 in popluar color models

1F4277
RGB3166119
HSL216°58.67%29.41%
HSB/HSV216°73.95%46.67%
CMYK73.95%44.54%0.00%
53.33%

Color #1F4277 in popluar number systems.

HEX1F4277
Decimal3166119
Binary1111110000101110111
Octal37102167

Shades and tints

Shades of #1F4277

#1F4277
(31,66,119)
#1D3C6D
(29,60,109)
#1B3663
(27,54,99)
#193059
(25,48,89)
#172A4F
(23,42,79)
#152445
(21,36,69)
#131E3B
(19,30,59)
#111831
(17,24,49)
#0F1227
(15,18,39)
#0D0C1D
(13,12,29)
#0B0613
(11,6,19)
#000000
(0,0,0)

Tints of #1F4277

#1F4277
(31,66,119)
#335383
(51,83,131)
#47648F
(71,100,143)
#5B759B
(91,117,155)
#6F86A7
(111,134,167)
#8397B3
(131,151,179)
#97A8BF
(151,168,191)
#ABB9CB
(171,185,203)
#BFCAD7
(191,202,215)
#D3DBE3
(211,219,227)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4277 color. Also use rgb(31,66,119) instead hex code.

Text Font Color

.myTextColor { color: #1F4277; }

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

This text font color is #1F4277.


Background Color

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

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

This div background color is #1F4277.


Border color

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

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

This div border color is #1F4277.


Opacity

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

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

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

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

This text has shadow with #1F4277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4277 on black background.


Color preview on white background

This text has color #1F4277 on white background.



Black color preview on #1F4277 background

This text has black color on #1F4277 background.


White color preview on #1F4277 background

This text has white color on #1F4277 background.