COLOR #0E3893

HEX: #0E3893 RGB: (14,56,147)

Color info

#0E3893 contains mainly blue color. Web safe color of #0E3893 is #003399 (or #039).

RGB color model

#0E3893 color RGB value is (14,56,147).

RGB: (14,56,147) (5%, 22%, 58%)

RGB channels and saturation

R 14 of 255 = 5%
G 56 of 255 = 22%
B 147 of 255 = 58%

14
56
147

R + G + B ~ 28%. #0E3893 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 56 + 147 = 217 (100%)
R 14 of 217 ~ 6.45%
G 56 of 217 ~ 25.81%
B 147 of 217 ~ 67.74'%

%25.81
%67.74

CMYK color model

#0E3893 color CMYK value is (90,62,0,42).

  • cyan value is 90.48%
  • magenta value is 61.90%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (90,62,0,42)
C90M62Y0K42 (90%, 62%, 0%, 42%)
(0.90 / 0.62 / 0.00 / 0.42)

CMYK percentages

%90.48
%61.9
%0
%42.35

Codes

Color #0E3893 in popluar color models

0E 38 93
RGB 14 56 147
HSL 221° 82.61% 31.57%
HSB/HSV 221° 90.48% 57.65%
CMYK 90.48% 61.90% 0.00%
42.35%

Color #0E3893 in popluar number systems.

HEX 0E 38 93
Decimal 14 56 147
Binary 1110 111000 10010011
Octal 16 70 223

Shades and tints

Shades of #0E3893

#0E3893
(14,56,147)
#0D3386
(13,51,134)
#0C2E79
(12,46,121)
#0B296C
(11,41,108)
#0A245F
(10,36,95)
#091F52
(9,31,82)
#081A45
(8,26,69)
#071538
(7,21,56)
#06102B
(6,16,43)
#050B1E
(5,11,30)
#040611
(4,6,17)
#000000
(0,0,0)

Tints of #0E3893

#0E3893
(14,56,147)
#234A9C
(35,74,156)
#385CA5
(56,92,165)
#4D6EAE
(77,110,174)
#6280B7
(98,128,183)
#7792C0
(119,146,192)
#8CA4C9
(140,164,201)
#A1B6D2
(161,182,210)
#B6C8DB
(182,200,219)
#CBDAE4
(203,218,228)
#E0ECED
(224,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3893 color. Also use rgb(14,56,147) instead hex code.

Text Font Color

.myTextColor { color: #0E3893; }

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

This text font color is #0E3893.

Background Color

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

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

This div background color is #0E3893.

Border color

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

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

This div border color is #0E3893.

Opacity

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

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

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

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

This text has shadow with #0E3893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E3893.

Preview

Color preview on black background

This text has color #0E3893 on black background.


Color preview on white background

This text has color #0E3893 on white background.


Black color preview on #0E3893 background

This text has black color on #0E3893 background.


White color preview on #0E3893 background

This text has white color on #0E3893 background.


Related colors

Complementary color

Complementary color for #hex is #F1C76C.


I love getcolorcode.com

Triadic colors

1 #930E38 and #38930E with #0E3893 are triadic colors.

2 #93380E and #380E93 with #0E3893 are triadic colors.