COLOR #0E3196

HEX: #0E3196
RGB: (14,49,150)

Color info

#0E3196 contains mainly blue color. Web safe color of #0E3196 is #003399 (or #039).

RGB color model

#0E3196 color RGB value is (14,49,150).

  • red value is 14;
  • green value is 49;
  • blue value is 150.
RGB:
(14,49,150)
(5%,19%,59%)

RGB channels and saturation

R 14 of 255 = 5%
G 49 of 255 = 19%
B 150 of 255 = 59%

14
49
150

R + G + B ~ 28%. #0E3196 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 49 + 150 = 213 (100%)
R 14 of 213 ~ 6.57%
G 49 of 213 ~ 23%
B 150 of 213 ~ 70.42%

%23
%70.42

CMYK color model

#0E3196 color CMYK value is (91,67,0,41).

  • cyan value is 90.67%
  • magenta value is 67.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(91,67,0,41)
C91M67Y0K41 
(91%,67%,0%,41%)
(0.91/0.67/0.00/0.41)	

CMYK percentages

%90.67
%67.33
%0
%41.18

Codes

Color #0E3196 in popluar color models

0E3196
RGB1449150
HSL225°82.93%32.16%
HSB/HSV225°90.67%58.82%
CMYK90.67%67.33%0.00%
41.18%

Color #0E3196 in popluar number systems.

HEX0E3196
Decimal1449150
Binary111011000110010110
Octal1661226

Shades and tints

Shades of #0E3196

#0E3196
(14,49,150)
#0D2D89
(13,45,137)
#0C297C
(12,41,124)
#0B256F
(11,37,111)
#0A2162
(10,33,98)
#091D55
(9,29,85)
#081948
(8,25,72)
#07153B
(7,21,59)
#06112E
(6,17,46)
#050D21
(5,13,33)
#040914
(4,9,20)
#000000
(0,0,0)

Tints of #0E3196

#0E3196
(14,49,150)
#23439F
(35,67,159)
#3855A8
(56,85,168)
#4D67B1
(77,103,177)
#6279BA
(98,121,186)
#778BC3
(119,139,195)
#8C9DCC
(140,157,204)
#A1AFD5
(161,175,213)
#B6C1DE
(182,193,222)
#CBD3E7
(203,211,231)
#E0E5F0
(224,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3196 color. Also use rgb(14,49,150) instead hex code.

Text Font Color

.myTextColor { color: #0E3196; }

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

This text font color is #0E3196.


Background Color

.myBgColor { background-color: #0E3196; }

<div style="background-color:#0E3196">Inner text</div>

This div background color is #0E3196.


Border color

.myBorderColor { border: 1px solid #0E3196; }

<div style="border:3px solid #0E3196">Div</div>

This div border color is #0E3196.


Opacity

.myOpacity80 { color: #0E3196; opacity: 0.8; }

<p style="color:#0E3196;opacity:0.8;">80%</p>

Text with #0E3196 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 #0E3196;}

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

This text has shadow with #0E3196 color.

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

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

This text has shadow with #0E3196 primary color and red secondary color.


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

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

This text has shadow with #0E3196 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3196 on black background.


Color preview on white background

This text has color #0E3196 on white background.



Black color preview on #0E3196 background

This text has black color on #0E3196 background.


White color preview on #0E3196 background

This text has white color on #0E3196 background.