COLOR #0E1E5E

HEX: #0E1E5E
RGB: (14,30,94)

Color info

#0E1E5E contains mainly blue color. Web safe color of #0E1E5E is #003366 (or #036).

RGB color model

#0E1E5E color RGB value is (14,30,94).

  • red value is 14;
  • green value is 30;
  • blue value is 94.
RGB:
(14,30,94)
(5%,12%,37%)

RGB channels and saturation

R 14 of 255 = 5%
G 30 of 255 = 12%
B 94 of 255 = 37%

14
30
94

R + G + B ~ 18%. #0E1E5E is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 30 + 94 = 138 (100%)
R 14 of 138 ~ 10.14%
G 30 of 138 ~ 21.74%
B 94 of 138 ~ 68.12%

%10.14
%21.74
%68.12

CMYK color model

#0E1E5E color CMYK value is (85,68,0,63).

  • cyan value is 85.11%
  • magenta value is 68.09%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(85,68,0,63)
C85M68Y0K63 
(85%,68%,0%,63%)
(0.85/0.68/0.00/0.63)	

CMYK percentages

%85.11
%68.09
%0
%63.14

Codes

Color #0E1E5E in popluar color models

0E1E5E
RGB143094
HSL228°74.07%21.18%
HSB/HSV228°85.11%36.86%
CMYK85.11%68.09%0.00%
63.14%

Color #0E1E5E in popluar number systems.

HEX0E1E5E
Decimal143094
Binary1110111101011110
Octal1636136

Shades and tints

Shades of #0E1E5E

#0E1E5E
(14,30,94)
#0D1C56
(13,28,86)
#0C1A4E
(12,26,78)
#0B1846
(11,24,70)
#0A163E
(10,22,62)
#091436
(9,20,54)
#08122E
(8,18,46)
#071026
(7,16,38)
#060E1E
(6,14,30)
#050C16
(5,12,22)
#040A0E
(4,10,14)
#000000
(0,0,0)

Tints of #0E1E5E

#0E1E5E
(14,30,94)
#23326C
(35,50,108)
#38467A
(56,70,122)
#4D5A88
(77,90,136)
#626E96
(98,110,150)
#7782A4
(119,130,164)
#8C96B2
(140,150,178)
#A1AAC0
(161,170,192)
#B6BECE
(182,190,206)
#CBD2DC
(203,210,220)
#E0E6EA
(224,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1E5E color. Also use rgb(14,30,94) instead hex code.

Text Font Color

.myTextColor { color: #0E1E5E; }

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

This text font color is #0E1E5E.


Background Color

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

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

This div background color is #0E1E5E.


Border color

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

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

This div border color is #0E1E5E.


Opacity

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

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

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

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

This text has shadow with #0E1E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1E5E on black background.


Color preview on white background

This text has color #0E1E5E on white background.



Black color preview on #0E1E5E background

This text has black color on #0E1E5E background.


White color preview on #0E1E5E background

This text has white color on #0E1E5E background.