COLOR #0E3F6B

HEX: #0E3F6B
RGB: (14,63,107)

Color info

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

RGB color model

#0E3F6B color RGB value is (14,63,107).

  • red value is 14;
  • green value is 63;
  • blue value is 107.
RGB:
(14,63,107)
(5%,25%,42%)

RGB channels and saturation

R 14 of 255 = 5%
G 63 of 255 = 25%
B 107 of 255 = 42%

14
63
107

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

Portions of RGB colors in percentages

R + G + B =
14 + 63 + 107 = 184 (100%)
R 14 of 184 ~ 7.61%
G 63 of 184 ~ 34.24%
B 107 of 184 ~ 58.15%

%34.24
%58.15

CMYK color model

#0E3F6B color CMYK value is (87,41,0,58).

  • cyan value is 86.92%
  • magenta value is 41.12%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(87,41,0,58)
C87M41Y0K58 
(87%,41%,0%,58%)
(0.87/0.41/0.00/0.58)	

CMYK percentages

%86.92
%41.12
%0
%58.04

Codes

Color #0E3F6B in popluar color models

0E3F6B
RGB1463107
HSL208°76.86%23.73%
HSB/HSV208°86.92%41.96%
CMYK86.92%41.12%0.00%
58.04%

Color #0E3F6B in popluar number systems.

HEX0E3F6B
Decimal1463107
Binary11101111111101011
Octal1677153

Shades and tints

Shades of #0E3F6B

#0E3F6B
(14,63,107)
#0D3A62
(13,58,98)
#0C3559
(12,53,89)
#0B3050
(11,48,80)
#0A2B47
(10,43,71)
#09263E
(9,38,62)
#082135
(8,33,53)
#071C2C
(7,28,44)
#061723
(6,23,35)
#05121A
(5,18,26)
#040D11
(4,13,17)
#000000
(0,0,0)

Tints of #0E3F6B

#0E3F6B
(14,63,107)
#235078
(35,80,120)
#386185
(56,97,133)
#4D7292
(77,114,146)
#62839F
(98,131,159)
#7794AC
(119,148,172)
#8CA5B9
(140,165,185)
#A1B6C6
(161,182,198)
#B6C7D3
(182,199,211)
#CBD8E0
(203,216,224)
#E0E9ED
(224,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3F6B color. Also use rgb(14,63,107) instead hex code.

Text Font Color

.myTextColor { color: #0E3F6B; }

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

This text font color is #0E3F6B.


Background Color

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

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

This div background color is #0E3F6B.


Border color

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

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

This div border color is #0E3F6B.


Opacity

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

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

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

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

This text has shadow with #0E3F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3F6B on black background.


Color preview on white background

This text has color #0E3F6B on white background.



Black color preview on #0E3F6B background

This text has black color on #0E3F6B background.


White color preview on #0E3F6B background

This text has white color on #0E3F6B background.