COLOR #1F4985

HEX: #1F4985
RGB: (31,73,133)

Color info

#1F4985 contains mainly blue color. Web safe color of #1F4985 is #333399 (or #339).

RGB color model

#1F4985 color RGB value is (31,73,133).

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

RGB channels and saturation

R 31 of 255 = 12%
G 73 of 255 = 29%
B 133 of 255 = 52%

31
73
133

R + G + B ~ 31%. #1F4985 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 73 + 133 = 237 (100%)
R 31 of 237 ~ 13.08%
G 73 of 237 ~ 30.8%
B 133 of 237 ~ 56.12%

%13.08
%30.8
%56.12

CMYK color model

#1F4985 color CMYK value is (77,45,0,48).

  • cyan value is 76.69%
  • magenta value is 45.11%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(77,45,0,48)
C77M45Y0K48 
(77%,45%,0%,48%)
(0.77/0.45/0.00/0.48)	

CMYK percentages

%76.69
%45.11
%0
%47.84

Codes

Color #1F4985 in popluar color models

1F4985
RGB3173133
HSL215°62.20%32.16%
HSB/HSV215°76.69%52.16%
CMYK76.69%45.11%0.00%
47.84%

Color #1F4985 in popluar number systems.

HEX1F4985
Decimal3173133
Binary11111100100110000101
Octal37111205

Shades and tints

Shades of #1F4985

#1F4985
(31,73,133)
#1D4379
(29,67,121)
#1B3D6D
(27,61,109)
#193761
(25,55,97)
#173155
(23,49,85)
#152B49
(21,43,73)
#13253D
(19,37,61)
#111F31
(17,31,49)
#0F1925
(15,25,37)
#0D1319
(13,19,25)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #1F4985

#1F4985
(31,73,133)
#335990
(51,89,144)
#47699B
(71,105,155)
#5B79A6
(91,121,166)
#6F89B1
(111,137,177)
#8399BC
(131,153,188)
#97A9C7
(151,169,199)
#ABB9D2
(171,185,210)
#BFC9DD
(191,201,221)
#D3D9E8
(211,217,232)
#E7E9F3
(231,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F4985; }

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

This text font color is #1F4985.


Background Color

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

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

This div background color is #1F4985.


Border color

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

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

This div border color is #1F4985.


Opacity

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

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

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

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

This text has shadow with #1F4985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4985 on black background.


Color preview on white background

This text has color #1F4985 on white background.



Black color preview on #1F4985 background

This text has black color on #1F4985 background.


White color preview on #1F4985 background

This text has white color on #1F4985 background.