COLOR #1F4AA0

HEX: #1F4AA0
RGB: (31,74,160)

Color info

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

RGB color model

#1F4AA0 color RGB value is (31,74,160).

  • red value is 31;
  • green value is 74;
  • blue value is 160.
RGB:
(31,74,160)
(12%,29%,63%)

RGB channels and saturation

R 31 of 255 = 12%
G 74 of 255 = 29%
B 160 of 255 = 63%

31
74
160

R + G + B ~ 35%. #1F4AA0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 74 + 160 = 265 (100%)
R 31 of 265 ~ 11.7%
G 74 of 265 ~ 27.92%
B 160 of 265 ~ 60.38%

%11.7
%27.92
%60.38

CMYK color model

#1F4AA0 color CMYK value is (81,54,0,37).

  • cyan value is 80.63%
  • magenta value is 53.75%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(81,54,0,37)
C81M54Y0K37 
(81%,54%,0%,37%)
(0.81/0.54/0.00/0.37)	

CMYK percentages

%80.63
%53.75
%0
%37.25

Codes

Color #1F4AA0 in popluar color models

1F4AA0
RGB3174160
HSL220°67.54%37.45%
HSB/HSV220°80.63%62.75%
CMYK80.63%53.75%0.00%
37.25%

Color #1F4AA0 in popluar number systems.

HEX1F4AA0
Decimal3174160
Binary11111100101010100000
Octal37112240

Shades and tints

Shades of #1F4AA0

#1F4AA0
(31,74,160)
#1D4492
(29,68,146)
#1B3E84
(27,62,132)
#193876
(25,56,118)
#173268
(23,50,104)
#152C5A
(21,44,90)
#13264C
(19,38,76)
#11203E
(17,32,62)
#0F1A30
(15,26,48)
#0D1422
(13,20,34)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #1F4AA0

#1F4AA0
(31,74,160)
#335AA8
(51,90,168)
#476AB0
(71,106,176)
#5B7AB8
(91,122,184)
#6F8AC0
(111,138,192)
#839AC8
(131,154,200)
#97AAD0
(151,170,208)
#ABBAD8
(171,186,216)
#BFCAE0
(191,202,224)
#D3DAE8
(211,218,232)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4AA0 color. Also use rgb(31,74,160) instead hex code.

Text Font Color

.myTextColor { color: #1F4AA0; }

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

This text font color is #1F4AA0.


Background Color

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

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

This div background color is #1F4AA0.


Border color

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

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

This div border color is #1F4AA0.


Opacity

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

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

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

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

This text has shadow with #1F4AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4AA0 on black background.


Color preview on white background

This text has color #1F4AA0 on white background.



Black color preview on #1F4AA0 background

This text has black color on #1F4AA0 background.


White color preview on #1F4AA0 background

This text has white color on #1F4AA0 background.