COLOR #0E395E

HEX: #0E395E
RGB: (14,57,94)

Color info

#0E395E contains mainly green and blue colors. Web safe color of #0E395E is #003366 (or #036).

RGB color model

#0E395E color RGB value is (14,57,94).

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

RGB channels and saturation

R 14 of 255 = 5%
G 57 of 255 = 22%
B 94 of 255 = 37%

14
57
94

R + G + B ~ 21%. #0E395E is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 57 + 94 = 165 (100%)
R 14 of 165 ~ 8.48%
G 57 of 165 ~ 34.55%
B 94 of 165 ~ 56.97%

%34.55
%56.97

CMYK color model

#0E395E color CMYK value is (85,39,0,63).

  • cyan value is 85.11%
  • magenta value is 39.36%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(85,39,0,63)
C85M39Y0K63 
(85%,39%,0%,63%)
(0.85/0.39/0.00/0.63)	

CMYK percentages

%85.11
%39.36
%0
%63.14

Codes

Color #0E395E in popluar color models

0E395E
RGB145794
HSL208°74.07%21.18%
HSB/HSV208°85.11%36.86%
CMYK85.11%39.36%0.00%
63.14%

Color #0E395E in popluar number systems.

HEX0E395E
Decimal145794
Binary11101110011011110
Octal1671136

Shades and tints

Shades of #0E395E

#0E395E
(14,57,94)
#0D3456
(13,52,86)
#0C2F4E
(12,47,78)
#0B2A46
(11,42,70)
#0A253E
(10,37,62)
#092036
(9,32,54)
#081B2E
(8,27,46)
#071626
(7,22,38)
#06111E
(6,17,30)
#050C16
(5,12,22)
#04070E
(4,7,14)
#000000
(0,0,0)

Tints of #0E395E

#0E395E
(14,57,94)
#234B6C
(35,75,108)
#385D7A
(56,93,122)
#4D6F88
(77,111,136)
#628196
(98,129,150)
#7793A4
(119,147,164)
#8CA5B2
(140,165,178)
#A1B7C0
(161,183,192)
#B6C9CE
(182,201,206)
#CBDBDC
(203,219,220)
#E0EDEA
(224,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E395E; }

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

This text font color is #0E395E.


Background Color

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

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

This div background color is #0E395E.


Border color

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

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

This div border color is #0E395E.


Opacity

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

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

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

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

This text has shadow with #0E395E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E395E on black background.


Color preview on white background

This text has color #0E395E on white background.



Black color preview on #0E395E background

This text has black color on #0E395E background.


White color preview on #0E395E background

This text has white color on #0E395E background.