COLOR #1F46B5

HEX: #1F46B5
RGB: (31,70,181)

Color info

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

RGB color model

#1F46B5 color RGB value is (31,70,181).

  • red value is 31;
  • green value is 70;
  • blue value is 181.
RGB:
(31,70,181)
(12%,27%,71%)

RGB channels and saturation

R 31 of 255 = 12%
G 70 of 255 = 27%
B 181 of 255 = 71%

31
70
181

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

Portions of RGB colors in percentages

R + G + B =
31 + 70 + 181 = 282 (100%)
R 31 of 282 ~ 10.99%
G 70 of 282 ~ 24.82%
B 181 of 282 ~ 64.18%

%10.99
%24.82
%64.18

CMYK color model

#1F46B5 color CMYK value is (83,61,0,29).

  • cyan value is 82.87%
  • magenta value is 61.33%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(83,61,0,29)
C83M61Y0K29 
(83%,61%,0%,29%)
(0.83/0.61/0.00/0.29)	

CMYK percentages

%82.87
%61.33
%0
%29.02

Codes

Color #1F46B5 in popluar color models

1F46B5
RGB3170181
HSL224°70.75%41.57%
HSB/HSV224°82.87%70.98%
CMYK82.87%61.33%0.00%
29.02%

Color #1F46B5 in popluar number systems.

HEX1F46B5
Decimal3170181
Binary11111100011010110101
Octal37106265

Shades and tints

Shades of #1F46B5

#1F46B5
(31,70,181)
#1D40A5
(29,64,165)
#1B3A95
(27,58,149)
#193485
(25,52,133)
#172E75
(23,46,117)
#152865
(21,40,101)
#132255
(19,34,85)
#111C45
(17,28,69)
#0F1635
(15,22,53)
#0D1025
(13,16,37)
#0B0A15
(11,10,21)
#000000
(0,0,0)

Tints of #1F46B5

#1F46B5
(31,70,181)
#3356BB
(51,86,187)
#4766C1
(71,102,193)
#5B76C7
(91,118,199)
#6F86CD
(111,134,205)
#8396D3
(131,150,211)
#97A6D9
(151,166,217)
#ABB6DF
(171,182,223)
#BFC6E5
(191,198,229)
#D3D6EB
(211,214,235)
#E7E6F1
(231,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F46B5 color. Also use rgb(31,70,181) instead hex code.

Text Font Color

.myTextColor { color: #1F46B5; }

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

This text font color is #1F46B5.


Background Color

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

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

This div background color is #1F46B5.


Border color

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

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

This div border color is #1F46B5.


Opacity

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

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

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

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

This text has shadow with #1F46B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F46B5 on black background.


Color preview on white background

This text has color #1F46B5 on white background.



Black color preview on #1F46B5 background

This text has black color on #1F46B5 background.


White color preview on #1F46B5 background

This text has white color on #1F46B5 background.