COLOR #1F4AB4

HEX: #1F4AB4 RGB: (31,74,180)

Color info

#1F4AB4 contains mainly blue color. Web safe color of #1F4AB4 is #3333CC (or #33C).

RGB color model

#1F4AB4 color RGB value is (31,74,180).

RGB: (31,74,180) (12%, 29%, 71%)

RGB channels and saturation

R 31 of 255 = 12%
G 74 of 255 = 29%
B 180 of 255 = 71%

31
74
180

R + G + B ~ 37%. #1F4AB4 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 74 + 180 = 285 (100%)
R 31 of 285 ~ 10.88%
G 74 of 285 ~ 25.96%
B 180 of 285 ~ 63.16'%

%10.88
%25.96
%63.16

CMYK color model

#1F4AB4 color CMYK value is (83,59,0,29).

  • cyan value is 82.78%
  • magenta value is 58.89%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK: (83,59,0,29) C83M59Y0K29 (83%,59%,0%,29%) (0.83/0.59/0.00/0.29) 

CMYK percentages

%82.78
%58.89
%0
%29.41

Codes

Color #1F4AB4 in popluar color models

1F 4A B4
RGB 31 74 180
HSL 223° 70.62% 41.37%
HSB/HSV 223° 82.78% 70.59%
CMYK 82.78% 58.89% 0.00%
29.41%

Color #1F4AB4 in popluar number systems.

HEX 1F 4A B4
Decimal 31 74 180
Binary 11111 1001010 10110100
Octal 37 112 264

Shades and tints

Shades of #1F4AB4

#1F4AB4
(31,74,180)
#1D44A4
(29,68,164)
#1B3E94
(27,62,148)
#193884
(25,56,132)
#173274
(23,50,116)
#152C64
(21,44,100)
#132654
(19,38,84)
#112044
(17,32,68)
#0F1A34
(15,26,52)
#0D1424
(13,20,36)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #1F4AB4

#1F4AB4
(31,74,180)
#335ABA
(51,90,186)
#476AC0
(71,106,192)
#5B7AC6
(91,122,198)
#6F8ACC
(111,138,204)
#839AD2
(131,154,210)
#97AAD8
(151,170,216)
#ABBADE
(171,186,222)
#BFCAE4
(191,202,228)
#D3DAEA
(211,218,234)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F4AB4; }

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

This text font color is #1F4AB4.

Background Color

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

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

This div background color is #1F4AB4.

Border color

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

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

This div border color is #1F4AB4.

Opacity

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

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

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

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

This text has shadow with #1F4AB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F4AB4.

Preview

Color preview on black background

This text has color #1F4AB4 on black background.


Color preview on white background

This text has color #1F4AB4 on white background.


Black color preview on #1F4AB4 background

This text has black color on #1F4AB4 background.


White color preview on #1F4AB4 background

This text has white color on #1F4AB4 background.


Related colors

Complementary color

Complementary color for #hex is #E0B54B.


I love getcolorcode.com

Triadic colors

1 #B41F4A and #4AB41F with #1F4AB4 are triadic colors.

2 #B44A1F and #4A1FB4 with #1F4AB4 are triadic colors.