COLOR #1F4CB3

HEX: #1F4CB3
RGB: (31,76,179)

Color info

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

RGB color model

#1F4CB3 color RGB value is (31,76,179).

  • red value is 31;
  • green value is 76;
  • blue value is 179.
RGB:
(31,76,179)
(12%,30%,70%)

RGB channels and saturation

R 31 of 255 = 12%
G 76 of 255 = 30%
B 179 of 255 = 70%

31
76
179

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

Portions of RGB colors in percentages

R + G + B =
31 + 76 + 179 = 286 (100%)
R 31 of 286 ~ 10.84%
G 76 of 286 ~ 26.57%
B 179 of 286 ~ 62.59%

%10.84
%26.57
%62.59

CMYK color model

#1F4CB3 color CMYK value is (83,58,0,30).

  • cyan value is 82.68%
  • magenta value is 57.54%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(83,58,0,30)
C83M58Y0K30 
(83%,58%,0%,30%)
(0.83/0.58/0.00/0.30)	

CMYK percentages

%82.68
%57.54
%0
%29.8

Codes

Color #1F4CB3 in popluar color models

1F4CB3
RGB3176179
HSL222°70.48%41.18%
HSB/HSV222°82.68%70.20%
CMYK82.68%57.54%0.00%
29.80%

Color #1F4CB3 in popluar number systems.

HEX1F4CB3
Decimal3176179
Binary11111100110010110011
Octal37114263

Shades and tints

Shades of #1F4CB3

#1F4CB3
(31,76,179)
#1D46A3
(29,70,163)
#1B4093
(27,64,147)
#193A83
(25,58,131)
#173473
(23,52,115)
#152E63
(21,46,99)
#132853
(19,40,83)
#112243
(17,34,67)
#0F1C33
(15,28,51)
#0D1623
(13,22,35)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #1F4CB3

#1F4CB3
(31,76,179)
#335CB9
(51,92,185)
#476CBF
(71,108,191)
#5B7CC5
(91,124,197)
#6F8CCB
(111,140,203)
#839CD1
(131,156,209)
#97ACD7
(151,172,215)
#ABBCDD
(171,188,221)
#BFCCE3
(191,204,227)
#D3DCE9
(211,220,233)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4CB3 color. Also use rgb(31,76,179) instead hex code.

Text Font Color

.myTextColor { color: #1F4CB3; }

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

This text font color is #1F4CB3.


Background Color

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

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

This div background color is #1F4CB3.


Border color

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

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

This div border color is #1F4CB3.


Opacity

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

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

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

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

This text has shadow with #1F4CB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4CB3 on black background.


Color preview on white background

This text has color #1F4CB3 on white background.



Black color preview on #1F4CB3 background

This text has black color on #1F4CB3 background.


White color preview on #1F4CB3 background

This text has white color on #1F4CB3 background.