COLOR #1F5490

HEX: #1F5490
RGB: (31,84,144)

Color info

#1F5490 contains mainly blue color. Web safe color of #1F5490 is #336699 (or #369).

RGB color model

#1F5490 color RGB value is (31,84,144).

  • red value is 31;
  • green value is 84;
  • blue value is 144.
RGB:
(31,84,144)
(12%,33%,56%)

RGB channels and saturation

R 31 of 255 = 12%
G 84 of 255 = 33%
B 144 of 255 = 56%

31
84
144

R + G + B ~ 34%. #1F5490 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 84 + 144 = 259 (100%)
R 31 of 259 ~ 11.97%
G 84 of 259 ~ 32.43%
B 144 of 259 ~ 55.6%

%11.97
%32.43
%55.6

CMYK color model

#1F5490 color CMYK value is (78,42,0,44).

  • cyan value is 78.47%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(78,42,0,44)
C78M42Y0K44 
(78%,42%,0%,44%)
(0.78/0.42/0.00/0.44)	

CMYK percentages

%78.47
%41.67
%0
%43.53

Codes

Color #1F5490 in popluar color models

1F5490
RGB3184144
HSL212°64.57%34.31%
HSB/HSV212°78.47%56.47%
CMYK78.47%41.67%0.00%
43.53%

Color #1F5490 in popluar number systems.

HEX1F5490
Decimal3184144
Binary11111101010010010000
Octal37124220

Shades and tints

Shades of #1F5490

#1F5490
(31,84,144)
#1D4D83
(29,77,131)
#1B4676
(27,70,118)
#193F69
(25,63,105)
#17385C
(23,56,92)
#15314F
(21,49,79)
#132A42
(19,42,66)
#112335
(17,35,53)
#0F1C28
(15,28,40)
#0D151B
(13,21,27)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #1F5490

#1F5490
(31,84,144)
#33639A
(51,99,154)
#4772A4
(71,114,164)
#5B81AE
(91,129,174)
#6F90B8
(111,144,184)
#839FC2
(131,159,194)
#97AECC
(151,174,204)
#ABBDD6
(171,189,214)
#BFCCE0
(191,204,224)
#D3DBEA
(211,219,234)
#E7EAF4
(231,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F5490 color. Also use rgb(31,84,144) instead hex code.

Text Font Color

.myTextColor { color: #1F5490; }

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

This text font color is #1F5490.


Background Color

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

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

This div background color is #1F5490.


Border color

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

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

This div border color is #1F5490.


Opacity

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

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

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

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

This text has shadow with #1F5490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5490 on black background.


Color preview on white background

This text has color #1F5490 on white background.



Black color preview on #1F5490 background

This text has black color on #1F5490 background.


White color preview on #1F5490 background

This text has white color on #1F5490 background.