COLOR #0E3976

HEX: #0E3976
RGB: (14,57,118)

Color info

#0E3976 contains mainly blue color. Web safe color of #0E3976 is #003366 (or #036).

RGB color model

#0E3976 color RGB value is (14,57,118).

  • red value is 14;
  • green value is 57;
  • blue value is 118.
RGB:
(14,57,118)
(5%,22%,46%)

RGB channels and saturation

R 14 of 255 = 5%
G 57 of 255 = 22%
B 118 of 255 = 46%

14
57
118

R + G + B ~ 24%. #0E3976 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 57 + 118 = 189 (100%)
R 14 of 189 ~ 7.41%
G 57 of 189 ~ 30.16%
B 118 of 189 ~ 62.43%

%30.16
%62.43

CMYK color model

#0E3976 color CMYK value is (88,52,0,54).

  • cyan value is 88.14%
  • magenta value is 51.69%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(88,52,0,54)
C88M52Y0K54 
(88%,52%,0%,54%)
(0.88/0.52/0.00/0.54)	

CMYK percentages

%88.14
%51.69
%0
%53.73

Codes

Color #0E3976 in popluar color models

0E3976
RGB1457118
HSL215°78.79%25.88%
HSB/HSV215°88.14%46.27%
CMYK88.14%51.69%0.00%
53.73%

Color #0E3976 in popluar number systems.

HEX0E3976
Decimal1457118
Binary11101110011110110
Octal1671166

Shades and tints

Shades of #0E3976

#0E3976
(14,57,118)
#0D346C
(13,52,108)
#0C2F62
(12,47,98)
#0B2A58
(11,42,88)
#0A254E
(10,37,78)
#092044
(9,32,68)
#081B3A
(8,27,58)
#071630
(7,22,48)
#061126
(6,17,38)
#050C1C
(5,12,28)
#040712
(4,7,18)
#000000
(0,0,0)

Tints of #0E3976

#0E3976
(14,57,118)
#234B82
(35,75,130)
#385D8E
(56,93,142)
#4D6F9A
(77,111,154)
#6281A6
(98,129,166)
#7793B2
(119,147,178)
#8CA5BE
(140,165,190)
#A1B7CA
(161,183,202)
#B6C9D6
(182,201,214)
#CBDBE2
(203,219,226)
#E0EDEE
(224,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3976 color. Also use rgb(14,57,118) instead hex code.

Text Font Color

.myTextColor { color: #0E3976; }

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

This text font color is #0E3976.


Background Color

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

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

This div background color is #0E3976.


Border color

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

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

This div border color is #0E3976.


Opacity

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

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

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

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

This text has shadow with #0E3976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3976 on black background.


Color preview on white background

This text has color #0E3976 on white background.



Black color preview on #0E3976 background

This text has black color on #0E3976 background.


White color preview on #0E3976 background

This text has white color on #0E3976 background.