COLOR #0E3E6E

HEX: #0E3E6E
RGB: (14,62,110)

Color info

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

RGB color model

#0E3E6E color RGB value is (14,62,110).

  • red value is 14;
  • green value is 62;
  • blue value is 110.
RGB:
(14,62,110)
(5%,24%,43%)

RGB channels and saturation

R 14 of 255 = 5%
G 62 of 255 = 24%
B 110 of 255 = 43%

14
62
110

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

Portions of RGB colors in percentages

R + G + B =
14 + 62 + 110 = 186 (100%)
R 14 of 186 ~ 7.53%
G 62 of 186 ~ 33.33%
B 110 of 186 ~ 59.14%

%33.33
%59.14

CMYK color model

#0E3E6E color CMYK value is (87,44,0,57).

  • cyan value is 87.27%
  • magenta value is 43.64%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(87,44,0,57)
C87M44Y0K57 
(87%,44%,0%,57%)
(0.87/0.44/0.00/0.57)	

CMYK percentages

%87.27
%43.64
%0
%56.86

Codes

Color #0E3E6E in popluar color models

0E3E6E
RGB1462110
HSL210°77.42%24.31%
HSB/HSV210°87.27%43.14%
CMYK87.27%43.64%0.00%
56.86%

Color #0E3E6E in popluar number systems.

HEX0E3E6E
Decimal1462110
Binary11101111101101110
Octal1676156

Shades and tints

Shades of #0E3E6E

#0E3E6E
(14,62,110)
#0D3964
(13,57,100)
#0C345A
(12,52,90)
#0B2F50
(11,47,80)
#0A2A46
(10,42,70)
#09253C
(9,37,60)
#082032
(8,32,50)
#071B28
(7,27,40)
#06161E
(6,22,30)
#051114
(5,17,20)
#040C0A
(4,12,10)
#000000
(0,0,0)

Tints of #0E3E6E

#0E3E6E
(14,62,110)
#234F7B
(35,79,123)
#386088
(56,96,136)
#4D7195
(77,113,149)
#6282A2
(98,130,162)
#7793AF
(119,147,175)
#8CA4BC
(140,164,188)
#A1B5C9
(161,181,201)
#B6C6D6
(182,198,214)
#CBD7E3
(203,215,227)
#E0E8F0
(224,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3E6E color. Also use rgb(14,62,110) instead hex code.

Text Font Color

.myTextColor { color: #0E3E6E; }

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

This text font color is #0E3E6E.


Background Color

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

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

This div background color is #0E3E6E.


Border color

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

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

This div border color is #0E3E6E.


Opacity

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

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

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

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

This text has shadow with #0E3E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3E6E on black background.


Color preview on white background

This text has color #0E3E6E on white background.



Black color preview on #0E3E6E background

This text has black color on #0E3E6E background.


White color preview on #0E3E6E background

This text has white color on #0E3E6E background.