COLOR #0E41D9

HEX: #0E41D9
RGB: (14,65,217)

Color info

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

RGB color model

#0E41D9 color RGB value is (14,65,217).

  • red value is 14;
  • green value is 65;
  • blue value is 217.
RGB:
(14,65,217)
(5%,25%,85%)

RGB channels and saturation

R 14 of 255 = 5%
G 65 of 255 = 25%
B 217 of 255 = 85%

14
65
217

R + G + B ~ 38%. #0E41D9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 65 + 217 = 296 (100%)
R 14 of 296 ~ 4.73%
G 65 of 296 ~ 21.96%
B 217 of 296 ~ 73.31%

%21.96
%73.31

CMYK color model

#0E41D9 color CMYK value is (94,70,0,15).

  • cyan value is 93.55%
  • magenta value is 70.05%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(94,70,0,15)
C94M70Y0K15 
(94%,70%,0%,15%)
(0.94/0.70/0.00/0.15)	

CMYK percentages

%93.55
%70.05
%0
%14.9

Codes

Color #0E41D9 in popluar color models

0E41D9
RGB1465217
HSL225°87.88%45.29%
HSB/HSV225°93.55%85.10%
CMYK93.55%70.05%0.00%
14.90%

Color #0E41D9 in popluar number systems.

HEX0E41D9
Decimal1465217
Binary1110100000111011001
Octal16101331

Shades and tints

Shades of #0E41D9

#0E41D9
(14,65,217)
#0D3CC6
(13,60,198)
#0C37B3
(12,55,179)
#0B32A0
(11,50,160)
#0A2D8D
(10,45,141)
#09287A
(9,40,122)
#082367
(8,35,103)
#071E54
(7,30,84)
#061941
(6,25,65)
#05142E
(5,20,46)
#040F1B
(4,15,27)
#000000
(0,0,0)

Tints of #0E41D9

#0E41D9
(14,65,217)
#2352DC
(35,82,220)
#3863DF
(56,99,223)
#4D74E2
(77,116,226)
#6285E5
(98,133,229)
#7796E8
(119,150,232)
#8CA7EB
(140,167,235)
#A1B8EE
(161,184,238)
#B6C9F1
(182,201,241)
#CBDAF4
(203,218,244)
#E0EBF7
(224,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E41D9 color. Also use rgb(14,65,217) instead hex code.

Text Font Color

.myTextColor { color: #0E41D9; }

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

This text font color is #0E41D9.


Background Color

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

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

This div background color is #0E41D9.


Border color

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

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

This div border color is #0E41D9.


Opacity

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

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

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

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

This text has shadow with #0E41D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E41D9 on black background.


Color preview on white background

This text has color #0E41D9 on white background.



Black color preview on #0E41D9 background

This text has black color on #0E41D9 background.


White color preview on #0E41D9 background

This text has white color on #0E41D9 background.