COLOR #0E3A82

HEX: #0E3A82
RGB: (14,58,130)

Color info

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

RGB color model

#0E3A82 color RGB value is (14,58,130).

  • red value is 14;
  • green value is 58;
  • blue value is 130.
RGB:
(14,58,130)
(5%,23%,51%)

RGB channels and saturation

R 14 of 255 = 5%
G 58 of 255 = 23%
B 130 of 255 = 51%

14
58
130

R + G + B ~ 26%. #0E3A82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 58 + 130 = 202 (100%)
R 14 of 202 ~ 6.93%
G 58 of 202 ~ 28.71%
B 130 of 202 ~ 64.36%

%28.71
%64.36

CMYK color model

#0E3A82 color CMYK value is (89,55,0,49).

  • cyan value is 89.23%
  • magenta value is 55.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(89,55,0,49)
C89M55Y0K49 
(89%,55%,0%,49%)
(0.89/0.55/0.00/0.49)	

CMYK percentages

%89.23
%55.38
%0
%49.02

Codes

Color #0E3A82 in popluar color models

0E3A82
RGB1458130
HSL217°80.56%28.24%
HSB/HSV217°89.23%50.98%
CMYK89.23%55.38%0.00%
49.02%

Color #0E3A82 in popluar number systems.

HEX0E3A82
Decimal1458130
Binary111011101010000010
Octal1672202

Shades and tints

Shades of #0E3A82

#0E3A82
(14,58,130)
#0D3577
(13,53,119)
#0C306C
(12,48,108)
#0B2B61
(11,43,97)
#0A2656
(10,38,86)
#09214B
(9,33,75)
#081C40
(8,28,64)
#071735
(7,23,53)
#06122A
(6,18,42)
#050D1F
(5,13,31)
#040814
(4,8,20)
#000000
(0,0,0)

Tints of #0E3A82

#0E3A82
(14,58,130)
#234B8D
(35,75,141)
#385C98
(56,92,152)
#4D6DA3
(77,109,163)
#627EAE
(98,126,174)
#778FB9
(119,143,185)
#8CA0C4
(140,160,196)
#A1B1CF
(161,177,207)
#B6C2DA
(182,194,218)
#CBD3E5
(203,211,229)
#E0E4F0
(224,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3A82 color. Also use rgb(14,58,130) instead hex code.

Text Font Color

.myTextColor { color: #0E3A82; }

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

This text font color is #0E3A82.


Background Color

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

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

This div background color is #0E3A82.


Border color

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

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

This div border color is #0E3A82.


Opacity

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

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

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

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

This text has shadow with #0E3A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3A82 on black background.


Color preview on white background

This text has color #0E3A82 on white background.



Black color preview on #0E3A82 background

This text has black color on #0E3A82 background.


White color preview on #0E3A82 background

This text has white color on #0E3A82 background.