COLOR #0E3970

HEX: #0E3970 RGB: (14,57,112)

Color info

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

RGB color model

#0E3970 color RGB value is (14,57,112).

RGB: (14,57,112) (5%, 22%, 44%)

RGB channels and saturation

R 14 of 255 = 5%
G 57 of 255 = 22%
B 112 of 255 = 44%

14
57
112

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

Portions of RGB colors in percentages

R + G + B = 14 + 57 + 112 = 183 (100%)
R 14 of 183 ~ 7.65%
G 57 of 183 ~ 31.15%
B 112 of 183 ~ 61.2'%

%31.15
%61.2

CMYK color model

#0E3970 color CMYK value is (88,49,0,56).

  • cyan value is 87.50%
  • magenta value is 49.11%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (88,49,0,56)
C88M49Y0K56 (88%, 49%, 0%, 56%)
(0.88 / 0.49 / 0.00 / 0.56)

CMYK percentages

%87.5
%49.11
%0
%56.08

Codes

Color #0E3970 in popluar color models

0E 39 70
RGB 14 57 112
HSL 214° 77.78% 24.71%
HSB/HSV 214° 87.50% 43.92%
CMYK 87.50% 49.11% 0.00%
56.08%

Color #0E3970 in popluar number systems.

HEX 0E 39 70
Decimal 14 57 112
Binary 1110 111001 1110000
Octal 16 71 160

Shades and tints

Shades of #0E3970

#0E3970
(14,57,112)
#0D3466
(13,52,102)
#0C2F5C
(12,47,92)
#0B2A52
(11,42,82)
#0A2548
(10,37,72)
#09203E
(9,32,62)
#081B34
(8,27,52)
#07162A
(7,22,42)
#061120
(6,17,32)
#050C16
(5,12,22)
#04070C
(4,7,12)
#000000
(0,0,0)

Tints of #0E3970

#0E3970
(14,57,112)
#234B7D
(35,75,125)
#385D8A
(56,93,138)
#4D6F97
(77,111,151)
#6281A4
(98,129,164)
#7793B1
(119,147,177)
#8CA5BE
(140,165,190)
#A1B7CB
(161,183,203)
#B6C9D8
(182,201,216)
#CBDBE5
(203,219,229)
#E0EDF2
(224,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3970; }

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

This text font color is #0E3970.

Background Color

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

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

This div background color is #0E3970.

Border color

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

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

This div border color is #0E3970.

Opacity

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

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

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

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

This text has shadow with #0E3970 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E3970.

Preview

Color preview on black background

This text has color #0E3970 on black background.


Color preview on white background

This text has color #0E3970 on white background.


Black color preview on #0E3970 background

This text has black color on #0E3970 background.


White color preview on #0E3970 background

This text has white color on #0E3970 background.


Related colors

Complementary color

Complementary color for #hex is #F1C68F.


I love getcolorcode.com

Triadic colors

1 #700E39 and #39700E with #0E3970 are triadic colors.

2 #70390E and #390E70 with #0E3970 are triadic colors.