COLOR #1F6990

HEX: #1F6990
RGB: (31,105,144)

Color info

#1F6990 contains mainly green and blue colors. Web safe color of #1F6990 is #336699 (or #369).

RGB color model

#1F6990 color RGB value is (31,105,144).

  • red value is 31;
  • green value is 105;
  • blue value is 144.
RGB:
(31,105,144)
(12%,41%,56%)

RGB channels and saturation

R 31 of 255 = 12%
G 105 of 255 = 41%
B 144 of 255 = 56%

31
105
144

R + G + B ~ 36%. #1F6990 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 105 + 144 = 280 (100%)
R 31 of 280 ~ 11.07%
G 105 of 280 ~ 37.5%
B 144 of 280 ~ 51.43%

%11.07
%37.5
%51.43

CMYK color model

#1F6990 color CMYK value is (78,27,0,44).

  • cyan value is 78.47%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(78,27,0,44)
C78M27Y0K44 
(78%,27%,0%,44%)
(0.78/0.27/0.00/0.44)	

CMYK percentages

%78.47
%27.08
%0
%43.53

Codes

Color #1F6990 in popluar color models

1F6990
RGB31105144
HSL201°64.57%34.31%
HSB/HSV201°78.47%56.47%
CMYK78.47%27.08%0.00%
43.53%

Color #1F6990 in popluar number systems.

HEX1F6990
Decimal31105144
Binary11111110100110010000
Octal37151220

Shades and tints

Shades of #1F6990

#1F6990
(31,105,144)
#1D6083
(29,96,131)
#1B5776
(27,87,118)
#194E69
(25,78,105)
#17455C
(23,69,92)
#153C4F
(21,60,79)
#133342
(19,51,66)
#112A35
(17,42,53)
#0F2128
(15,33,40)
#0D181B
(13,24,27)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #1F6990

#1F6990
(31,105,144)
#33769A
(51,118,154)
#4783A4
(71,131,164)
#5B90AE
(91,144,174)
#6F9DB8
(111,157,184)
#83AAC2
(131,170,194)
#97B7CC
(151,183,204)
#ABC4D6
(171,196,214)
#BFD1E0
(191,209,224)
#D3DEEA
(211,222,234)
#E7EBF4
(231,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F6990 color. Also use rgb(31,105,144) instead hex code.

Text Font Color

.myTextColor { color: #1F6990; }

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

This text font color is #1F6990.


Background Color

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

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

This div background color is #1F6990.


Border color

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

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

This div border color is #1F6990.


Opacity

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

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

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

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

This text has shadow with #1F6990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F6990 on black background.


Color preview on white background

This text has color #1F6990 on white background.



Black color preview on #1F6990 background

This text has black color on #1F6990 background.


White color preview on #1F6990 background

This text has white color on #1F6990 background.