COLOR #1F5680

HEX: #1F5680
RGB: (31,86,128)

Color info

#1F5680 contains mainly green and blue colors. Web safe color of #1F5680 is #336666 (or #366).

RGB color model

#1F5680 color RGB value is (31,86,128).

  • red value is 31;
  • green value is 86;
  • blue value is 128.
RGB:
(31,86,128)
(12%,34%,50%)

RGB channels and saturation

R 31 of 255 = 12%
G 86 of 255 = 34%
B 128 of 255 = 50%

31
86
128

R + G + B ~ 32%. #1F5680 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 86 + 128 = 245 (100%)
R 31 of 245 ~ 12.65%
G 86 of 245 ~ 35.1%
B 128 of 245 ~ 52.24%

%12.65
%35.1
%52.24

CMYK color model

#1F5680 color CMYK value is (76,33,0,50).

  • cyan value is 75.78%
  • magenta value is 32.81%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(76,33,0,50)
C76M33Y0K50 
(76%,33%,0%,50%)
(0.76/0.33/0.00/0.50)	

CMYK percentages

%75.78
%32.81
%0
%49.8

Codes

Color #1F5680 in popluar color models

1F5680
RGB3186128
HSL206°61.01%31.18%
HSB/HSV206°75.78%50.20%
CMYK75.78%32.81%0.00%
49.80%

Color #1F5680 in popluar number systems.

HEX1F5680
Decimal3186128
Binary11111101011010000000
Octal37126200

Shades and tints

Shades of #1F5680

#1F5680
(31,86,128)
#1D4F75
(29,79,117)
#1B486A
(27,72,106)
#19415F
(25,65,95)
#173A54
(23,58,84)
#153349
(21,51,73)
#132C3E
(19,44,62)
#112533
(17,37,51)
#0F1E28
(15,30,40)
#0D171D
(13,23,29)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #1F5680

#1F5680
(31,86,128)
#33658B
(51,101,139)
#477496
(71,116,150)
#5B83A1
(91,131,161)
#6F92AC
(111,146,172)
#83A1B7
(131,161,183)
#97B0C2
(151,176,194)
#ABBFCD
(171,191,205)
#BFCED8
(191,206,216)
#D3DDE3
(211,221,227)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F5680 color. Also use rgb(31,86,128) instead hex code.

Text Font Color

.myTextColor { color: #1F5680; }

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

This text font color is #1F5680.


Background Color

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

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

This div background color is #1F5680.


Border color

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

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

This div border color is #1F5680.


Opacity

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

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

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

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

This text has shadow with #1F5680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5680 on black background.


Color preview on white background

This text has color #1F5680 on white background.



Black color preview on #1F5680 background

This text has black color on #1F5680 background.


White color preview on #1F5680 background

This text has white color on #1F5680 background.