COLOR #1F5785

HEX: #1F5785
RGB: (31,87,133)

Color info

#1F5785 contains mainly green and blue colors. Web safe color of #1F5785 is #336699 (or #369).

RGB color model

#1F5785 color RGB value is (31,87,133).

  • red value is 31;
  • green value is 87;
  • blue value is 133.
RGB:
(31,87,133)
(12%,34%,52%)

RGB channels and saturation

R 31 of 255 = 12%
G 87 of 255 = 34%
B 133 of 255 = 52%

31
87
133

R + G + B ~ 33%. #1F5785 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 87 + 133 = 251 (100%)
R 31 of 251 ~ 12.35%
G 87 of 251 ~ 34.66%
B 133 of 251 ~ 52.99%

%12.35
%34.66
%52.99

CMYK color model

#1F5785 color CMYK value is (77,35,0,48).

  • cyan value is 76.69%
  • magenta value is 34.59%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(77,35,0,48)
C77M35Y0K48 
(77%,35%,0%,48%)
(0.77/0.35/0.00/0.48)	

CMYK percentages

%76.69
%34.59
%0
%47.84

Codes

Color #1F5785 in popluar color models

1F5785
RGB3187133
HSL207°62.20%32.16%
HSB/HSV207°76.69%52.16%
CMYK76.69%34.59%0.00%
47.84%

Color #1F5785 in popluar number systems.

HEX1F5785
Decimal3187133
Binary11111101011110000101
Octal37127205

Shades and tints

Shades of #1F5785

#1F5785
(31,87,133)
#1D5079
(29,80,121)
#1B496D
(27,73,109)
#194261
(25,66,97)
#173B55
(23,59,85)
#153449
(21,52,73)
#132D3D
(19,45,61)
#112631
(17,38,49)
#0F1F25
(15,31,37)
#0D1819
(13,24,25)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #1F5785

#1F5785
(31,87,133)
#336690
(51,102,144)
#47759B
(71,117,155)
#5B84A6
(91,132,166)
#6F93B1
(111,147,177)
#83A2BC
(131,162,188)
#97B1C7
(151,177,199)
#ABC0D2
(171,192,210)
#BFCFDD
(191,207,221)
#D3DEE8
(211,222,232)
#E7EDF3
(231,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F5785 color. Also use rgb(31,87,133) instead hex code.

Text Font Color

.myTextColor { color: #1F5785; }

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

This text font color is #1F5785.


Background Color

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

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

This div background color is #1F5785.


Border color

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

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

This div border color is #1F5785.


Opacity

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

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

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

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

This text has shadow with #1F5785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5785 on black background.


Color preview on white background

This text has color #1F5785 on white background.



Black color preview on #1F5785 background

This text has black color on #1F5785 background.


White color preview on #1F5785 background

This text has white color on #1F5785 background.