COLOR #1F698D

HEX: #1F698D
RGB: (31,105,141)

Color info

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

RGB color model

#1F698D color RGB value is (31,105,141).

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

RGB channels and saturation

R 31 of 255 = 12%
G 105 of 255 = 41%
B 141 of 255 = 55%

31
105
141

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

Portions of RGB colors in percentages

R + G + B =
31 + 105 + 141 = 277 (100%)
R 31 of 277 ~ 11.19%
G 105 of 277 ~ 37.91%
B 141 of 277 ~ 50.9%

%11.19
%37.91
%50.9

CMYK color model

#1F698D color CMYK value is (78,26,0,45).

  • cyan value is 78.01%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(78,26,0,45)
C78M26Y0K45 
(78%,26%,0%,45%)
(0.78/0.26/0.00/0.45)	

CMYK percentages

%78.01
%25.53
%0
%44.71

Codes

Color #1F698D in popluar color models

1F698D
RGB31105141
HSL200°63.95%33.73%
HSB/HSV200°78.01%55.29%
CMYK78.01%25.53%0.00%
44.71%

Color #1F698D in popluar number systems.

HEX1F698D
Decimal31105141
Binary11111110100110001101
Octal37151215

Shades and tints

Shades of #1F698D

#1F698D
(31,105,141)
#1D6081
(29,96,129)
#1B5775
(27,87,117)
#194E69
(25,78,105)
#17455D
(23,69,93)
#153C51
(21,60,81)
#133345
(19,51,69)
#112A39
(17,42,57)
#0F212D
(15,33,45)
#0D1821
(13,24,33)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #1F698D

#1F698D
(31,105,141)
#337697
(51,118,151)
#4783A1
(71,131,161)
#5B90AB
(91,144,171)
#6F9DB5
(111,157,181)
#83AABF
(131,170,191)
#97B7C9
(151,183,201)
#ABC4D3
(171,196,211)
#BFD1DD
(191,209,221)
#D3DEE7
(211,222,231)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F698D; }

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

This text font color is #1F698D.


Background Color

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

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

This div background color is #1F698D.


Border color

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

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

This div border color is #1F698D.


Opacity

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

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

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

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

This text has shadow with #1F698D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F698D on black background.


Color preview on white background

This text has color #1F698D on white background.



Black color preview on #1F698D background

This text has black color on #1F698D background.


White color preview on #1F698D background

This text has white color on #1F698D background.