COLOR #1F4885

HEX: #1F4885
RGB: (31,72,133)

Color info

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

RGB color model

#1F4885 color RGB value is (31,72,133).

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

RGB channels and saturation

R 31 of 255 = 12%
G 72 of 255 = 28%
B 133 of 255 = 52%

31
72
133

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

Portions of RGB colors in percentages

R + G + B =
31 + 72 + 133 = 236 (100%)
R 31 of 236 ~ 13.14%
G 72 of 236 ~ 30.51%
B 133 of 236 ~ 56.36%

%13.14
%30.51
%56.36

CMYK color model

#1F4885 color CMYK value is (77,46,0,48).

  • cyan value is 76.69%
  • magenta value is 45.86%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(77,46,0,48)
C77M46Y0K48 
(77%,46%,0%,48%)
(0.77/0.46/0.00/0.48)	

CMYK percentages

%76.69
%45.86
%0
%47.84

Codes

Color #1F4885 in popluar color models

1F4885
RGB3172133
HSL216°62.20%32.16%
HSB/HSV216°76.69%52.16%
CMYK76.69%45.86%0.00%
47.84%

Color #1F4885 in popluar number systems.

HEX1F4885
Decimal3172133
Binary11111100100010000101
Octal37110205

Shades and tints

Shades of #1F4885

#1F4885
(31,72,133)
#1D4279
(29,66,121)
#1B3C6D
(27,60,109)
#193661
(25,54,97)
#173055
(23,48,85)
#152A49
(21,42,73)
#13243D
(19,36,61)
#111E31
(17,30,49)
#0F1825
(15,24,37)
#0D1219
(13,18,25)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #1F4885

#1F4885
(31,72,133)
#335890
(51,88,144)
#47689B
(71,104,155)
#5B78A6
(91,120,166)
#6F88B1
(111,136,177)
#8398BC
(131,152,188)
#97A8C7
(151,168,199)
#ABB8D2
(171,184,210)
#BFC8DD
(191,200,221)
#D3D8E8
(211,216,232)
#E7E8F3
(231,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F4885; }

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

This text font color is #1F4885.


Background Color

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

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

This div background color is #1F4885.


Border color

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

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

This div border color is #1F4885.


Opacity

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

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

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

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

This text has shadow with #1F4885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4885 on black background.


Color preview on white background

This text has color #1F4885 on white background.



Black color preview on #1F4885 background

This text has black color on #1F4885 background.


White color preview on #1F4885 background

This text has white color on #1F4885 background.