COLOR #1F5693

HEX: #1F5693
RGB: (31,86,147)

Color info

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

RGB color model

#1F5693 color RGB value is (31,86,147).

  • red value is 31;
  • green value is 86;
  • blue value is 147.
RGB:
(31,86,147)
(12%,34%,58%)

RGB channels and saturation

R 31 of 255 = 12%
G 86 of 255 = 34%
B 147 of 255 = 58%

31
86
147

R + G + B ~ 35%. #1F5693 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 86 + 147 = 264 (100%)
R 31 of 264 ~ 11.74%
G 86 of 264 ~ 32.58%
B 147 of 264 ~ 55.68%

%11.74
%32.58
%55.68

CMYK color model

#1F5693 color CMYK value is (79,41,0,42).

  • cyan value is 78.91%
  • magenta value is 41.50%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(79,41,0,42)
C79M41Y0K42 
(79%,41%,0%,42%)
(0.79/0.41/0.00/0.42)	

CMYK percentages

%78.91
%41.5
%0
%42.35

Codes

Color #1F5693 in popluar color models

1F5693
RGB3186147
HSL212°65.17%34.90%
HSB/HSV212°78.91%57.65%
CMYK78.91%41.50%0.00%
42.35%

Color #1F5693 in popluar number systems.

HEX1F5693
Decimal3186147
Binary11111101011010010011
Octal37126223

Shades and tints

Shades of #1F5693

#1F5693
(31,86,147)
#1D4F86
(29,79,134)
#1B4879
(27,72,121)
#19416C
(25,65,108)
#173A5F
(23,58,95)
#153352
(21,51,82)
#132C45
(19,44,69)
#112538
(17,37,56)
#0F1E2B
(15,30,43)
#0D171E
(13,23,30)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #1F5693

#1F5693
(31,86,147)
#33659C
(51,101,156)
#4774A5
(71,116,165)
#5B83AE
(91,131,174)
#6F92B7
(111,146,183)
#83A1C0
(131,161,192)
#97B0C9
(151,176,201)
#ABBFD2
(171,191,210)
#BFCEDB
(191,206,219)
#D3DDE4
(211,221,228)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F5693 color. Also use rgb(31,86,147) instead hex code.

Text Font Color

.myTextColor { color: #1F5693; }

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

This text font color is #1F5693.


Background Color

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

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

This div background color is #1F5693.


Border color

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

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

This div border color is #1F5693.


Opacity

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

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

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

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

This text has shadow with #1F5693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F5693 on black background.


Color preview on white background

This text has color #1F5693 on white background.



Black color preview on #1F5693 background

This text has black color on #1F5693 background.


White color preview on #1F5693 background

This text has white color on #1F5693 background.