COLOR #0E38E3

HEX: #0E38E3
RGB: (14,56,227)

Color info

#0E38E3 contains mainly blue color. Web safe color of #0E38E3 is #0033CC (or #03C).

RGB color model

#0E38E3 color RGB value is (14,56,227).

  • red value is 14;
  • green value is 56;
  • blue value is 227.
RGB:
(14,56,227)
(5%,22%,89%)

RGB channels and saturation

R 14 of 255 = 5%
G 56 of 255 = 22%
B 227 of 255 = 89%

14
56
227

R + G + B ~ 39%. #0E38E3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 56 + 227 = 297 (100%)
R 14 of 297 ~ 4.71%
G 56 of 297 ~ 18.86%
B 227 of 297 ~ 76.43%

%18.86
%76.43

CMYK color model

#0E38E3 color CMYK value is (94,75,0,11).

  • cyan value is 93.83%
  • magenta value is 75.33%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(94,75,0,11)
C94M75Y0K11 
(94%,75%,0%,11%)
(0.94/0.75/0.00/0.11)	

CMYK percentages

%93.83
%75.33
%0
%10.98

Codes

Color #0E38E3 in popluar color models

0E38E3
RGB1456227
HSL228°88.38%47.25%
HSB/HSV228°93.83%89.02%
CMYK93.83%75.33%0.00%
10.98%

Color #0E38E3 in popluar number systems.

HEX0E38E3
Decimal1456227
Binary111011100011100011
Octal1670343

Shades and tints

Shades of #0E38E3

#0E38E3
(14,56,227)
#0D33CF
(13,51,207)
#0C2EBB
(12,46,187)
#0B29A7
(11,41,167)
#0A2493
(10,36,147)
#091F7F
(9,31,127)
#081A6B
(8,26,107)
#071557
(7,21,87)
#061043
(6,16,67)
#050B2F
(5,11,47)
#04061B
(4,6,27)
#000000
(0,0,0)

Tints of #0E38E3

#0E38E3
(14,56,227)
#234AE5
(35,74,229)
#385CE7
(56,92,231)
#4D6EE9
(77,110,233)
#6280EB
(98,128,235)
#7792ED
(119,146,237)
#8CA4EF
(140,164,239)
#A1B6F1
(161,182,241)
#B6C8F3
(182,200,243)
#CBDAF5
(203,218,245)
#E0ECF7
(224,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E38E3; }

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

This text font color is #0E38E3.


Background Color

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

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

This div background color is #0E38E3.


Border color

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

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

This div border color is #0E38E3.


Opacity

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

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

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

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

This text has shadow with #0E38E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E38E3 on black background.


Color preview on white background

This text has color #0E38E3 on white background.



Black color preview on #0E38E3 background

This text has black color on #0E38E3 background.


White color preview on #0E38E3 background

This text has white color on #0E38E3 background.