COLOR #1F609D

HEX: #1F609D
RGB: (31,96,157)

Color info

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

RGB color model

#1F609D color RGB value is (31,96,157).

  • red value is 31;
  • green value is 96;
  • blue value is 157.
RGB:
(31,96,157)
(12%,38%,62%)

RGB channels and saturation

R 31 of 255 = 12%
G 96 of 255 = 38%
B 157 of 255 = 62%

31
96
157

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

Portions of RGB colors in percentages

R + G + B =
31 + 96 + 157 = 284 (100%)
R 31 of 284 ~ 10.92%
G 96 of 284 ~ 33.8%
B 157 of 284 ~ 55.28%

%10.92
%33.8
%55.28

CMYK color model

#1F609D color CMYK value is (80,39,0,38).

  • cyan value is 80.25%
  • magenta value is 38.85%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(80,39,0,38)
C80M39Y0K38 
(80%,39%,0%,38%)
(0.80/0.39/0.00/0.38)	

CMYK percentages

%80.25
%38.85
%0
%38.43

Codes

Color #1F609D in popluar color models

1F609D
RGB3196157
HSL209°67.02%36.86%
HSB/HSV209°80.25%61.57%
CMYK80.25%38.85%0.00%
38.43%

Color #1F609D in popluar number systems.

HEX1F609D
Decimal3196157
Binary11111110000010011101
Octal37140235

Shades and tints

Shades of #1F609D

#1F609D
(31,96,157)
#1D588F
(29,88,143)
#1B5081
(27,80,129)
#194873
(25,72,115)
#174065
(23,64,101)
#153857
(21,56,87)
#133049
(19,48,73)
#11283B
(17,40,59)
#0F202D
(15,32,45)
#0D181F
(13,24,31)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #1F609D

#1F609D
(31,96,157)
#336EA5
(51,110,165)
#477CAD
(71,124,173)
#5B8AB5
(91,138,181)
#6F98BD
(111,152,189)
#83A6C5
(131,166,197)
#97B4CD
(151,180,205)
#ABC2D5
(171,194,213)
#BFD0DD
(191,208,221)
#D3DEE5
(211,222,229)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F609D color. Also use rgb(31,96,157) instead hex code.

Text Font Color

.myTextColor { color: #1F609D; }

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

This text font color is #1F609D.


Background Color

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

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

This div background color is #1F609D.


Border color

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

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

This div border color is #1F609D.


Opacity

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

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

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

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

This text has shadow with #1F609D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F609D on black background.


Color preview on white background

This text has color #1F609D on white background.



Black color preview on #1F609D background

This text has black color on #1F609D background.


White color preview on #1F609D background

This text has white color on #1F609D background.