COLOR #1F5385

HEX: #1F5385
RGB: (31,83,133)

Color info

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

RGB color model

#1F5385 color RGB value is (31,83,133).

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

RGB channels and saturation

R 31 of 255 = 12%
G 83 of 255 = 33%
B 133 of 255 = 52%

31
83
133

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

Portions of RGB colors in percentages

R + G + B =
31 + 83 + 133 = 247 (100%)
R 31 of 247 ~ 12.55%
G 83 of 247 ~ 33.6%
B 133 of 247 ~ 53.85%

%12.55
%33.6
%53.85

CMYK color model

#1F5385 color CMYK value is (77,38,0,48).

  • cyan value is 76.69%
  • magenta value is 37.59%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(77,38,0,48)
C77M38Y0K48 
(77%,38%,0%,48%)
(0.77/0.38/0.00/0.48)	

CMYK percentages

%76.69
%37.59
%0
%47.84

Codes

Color #1F5385 in popluar color models

1F5385
RGB3183133
HSL209°62.20%32.16%
HSB/HSV209°76.69%52.16%
CMYK76.69%37.59%0.00%
47.84%

Color #1F5385 in popluar number systems.

HEX1F5385
Decimal3183133
Binary11111101001110000101
Octal37123205

Shades and tints

Shades of #1F5385

#1F5385
(31,83,133)
#1D4C79
(29,76,121)
#1B456D
(27,69,109)
#193E61
(25,62,97)
#173755
(23,55,85)
#153049
(21,48,73)
#13293D
(19,41,61)
#112231
(17,34,49)
#0F1B25
(15,27,37)
#0D1419
(13,20,25)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #1F5385

#1F5385
(31,83,133)
#336290
(51,98,144)
#47719B
(71,113,155)
#5B80A6
(91,128,166)
#6F8FB1
(111,143,177)
#839EBC
(131,158,188)
#97ADC7
(151,173,199)
#ABBCD2
(171,188,210)
#BFCBDD
(191,203,221)
#D3DAE8
(211,218,232)
#E7E9F3
(231,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F5385; }

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

This text font color is #1F5385.


Background Color

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

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

This div background color is #1F5385.


Border color

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

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

This div border color is #1F5385.


Opacity

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

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

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

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

This text has shadow with #1F5385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5385 on black background.


Color preview on white background

This text has color #1F5385 on white background.



Black color preview on #1F5385 background

This text has black color on #1F5385 background.


White color preview on #1F5385 background

This text has white color on #1F5385 background.