COLOR #0E01E4

HEX: #0E01E4
RGB: (14,1,228)

Color info

#0E01E4 contains mainly blue color. Web safe color of #0E01E4 is #0000CC (or #00C).

RGB color model

#0E01E4 color RGB value is (14,1,228).

  • red value is 14;
  • green value is 1;
  • blue value is 228.
RGB:
(14,1,228)
(5%,0%,89%)

RGB channels and saturation

R 14 of 255 = 5%
G 1 of 255 = 0%
B 228 of 255 = 89%

14
1
228

R + G + B ~ 31%. #0E01E4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 1 + 228 = 243 (100%)
R 14 of 243 ~ 5.76%
G 1 of 243 ~ 0.41%
B 228 of 243 ~ 93.83%

%93.83

CMYK color model

#0E01E4 color CMYK value is (94,100,0,11).

  • cyan value is 93.86%
  • magenta value is 99.56%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(94,100,0,11)
C94M100Y0K11 
(94%,100%,0%,11%)
(0.94/1.00/0.00/0.11)	

CMYK percentages

%93.86
%99.56
%0
%10.59

Codes

Color #0E01E4 in popluar color models

0E01E4
RGB141228
HSL243°99.13%44.90%
HSB/HSV243°99.56%89.41%
CMYK93.86%99.56%0.00%
10.59%

Color #0E01E4 in popluar number systems.

HEX0E01E4
Decimal141228
Binary1110111100100
Octal161344

Shades and tints

Shades of #0E01E4

#0E01E4
(14,1,228)
#0D01D0
(13,1,208)
#0C01BC
(12,1,188)
#0B01A8
(11,1,168)
#0A0194
(10,1,148)
#090180
(9,1,128)
#08016C
(8,1,108)
#070158
(7,1,88)
#060144
(6,1,68)
#050130
(5,1,48)
#04011C
(4,1,28)
#000000
(0,0,0)

Tints of #0E01E4

#0E01E4
(14,1,228)
#2318E6
(35,24,230)
#382FE8
(56,47,232)
#4D46EA
(77,70,234)
#625DEC
(98,93,236)
#7774EE
(119,116,238)
#8C8BF0
(140,139,240)
#A1A2F2
(161,162,242)
#B6B9F4
(182,185,244)
#CBD0F6
(203,208,246)
#E0E7F8
(224,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E01E4 color. Also use rgb(14,1,228) instead hex code.

Text Font Color

.myTextColor { color: #0E01E4; }

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

This text font color is #0E01E4.


Background Color

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

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

This div background color is #0E01E4.


Border color

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

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

This div border color is #0E01E4.


Opacity

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

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

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

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

This text has shadow with #0E01E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E01E4 on black background.


Color preview on white background

This text has color #0E01E4 on white background.



Black color preview on #0E01E4 background

This text has black color on #0E01E4 background.


White color preview on #0E01E4 background

This text has white color on #0E01E4 background.