COLOR #0E4EC3

HEX: #0E4EC3
RGB: (14,78,195)

Color info

#0E4EC3 contains mainly blue color. Web safe color of #0E4EC3 is #0066CC (or #06C).

RGB color model

#0E4EC3 color RGB value is (14,78,195).

  • red value is 14;
  • green value is 78;
  • blue value is 195.
RGB:
(14,78,195)
(5%,31%,76%)

RGB channels and saturation

R 14 of 255 = 5%
G 78 of 255 = 31%
B 195 of 255 = 76%

14
78
195

R + G + B ~ 37%. #0E4EC3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 78 + 195 = 287 (100%)
R 14 of 287 ~ 4.88%
G 78 of 287 ~ 27.18%
B 195 of 287 ~ 67.94%

%27.18
%67.94

CMYK color model

#0E4EC3 color CMYK value is (93,60,0,24).

  • cyan value is 92.82%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(93,60,0,24)
C93M60Y0K24 
(93%,60%,0%,24%)
(0.93/0.60/0.00/0.24)	

CMYK percentages

%92.82
%60
%0
%23.53

Codes

Color #0E4EC3 in popluar color models

0E4EC3
RGB1478195
HSL219°86.60%40.98%
HSB/HSV219°92.82%76.47%
CMYK92.82%60.00%0.00%
23.53%

Color #0E4EC3 in popluar number systems.

HEX0E4EC3
Decimal1478195
Binary1110100111011000011
Octal16116303

Shades and tints

Shades of #0E4EC3

#0E4EC3
(14,78,195)
#0D47B2
(13,71,178)
#0C40A1
(12,64,161)
#0B3990
(11,57,144)
#0A327F
(10,50,127)
#092B6E
(9,43,110)
#08245D
(8,36,93)
#071D4C
(7,29,76)
#06163B
(6,22,59)
#050F2A
(5,15,42)
#040819
(4,8,25)
#000000
(0,0,0)

Tints of #0E4EC3

#0E4EC3
(14,78,195)
#235EC8
(35,94,200)
#386ECD
(56,110,205)
#4D7ED2
(77,126,210)
#628ED7
(98,142,215)
#779EDC
(119,158,220)
#8CAEE1
(140,174,225)
#A1BEE6
(161,190,230)
#B6CEEB
(182,206,235)
#CBDEF0
(203,222,240)
#E0EEF5
(224,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4EC3 color. Also use rgb(14,78,195) instead hex code.

Text Font Color

.myTextColor { color: #0E4EC3; }

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

This text font color is #0E4EC3.


Background Color

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

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

This div background color is #0E4EC3.


Border color

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

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

This div border color is #0E4EC3.


Opacity

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

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

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

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

This text has shadow with #0E4EC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4EC3 on black background.


Color preview on white background

This text has color #0E4EC3 on white background.



Black color preview on #0E4EC3 background

This text has black color on #0E4EC3 background.


White color preview on #0E4EC3 background

This text has white color on #0E4EC3 background.