COLOR #0E1443

HEX: #0E1443
RGB: (14,20,67)

Color info

#0E1443 contains red, green and blue colors in about the same proportion. Web safe color of #0E1443 is #000033 (or #003).

RGB color model

#0E1443 color RGB value is (14,20,67).

  • red value is 14;
  • green value is 20;
  • blue value is 67.
RGB:
(14,20,67)
(5%,8%,26%)

RGB channels and saturation

R 14 of 255 = 5%
G 20 of 255 = 8%
B 67 of 255 = 26%

14
20
67

R + G + B ~ 13%. #0E1443 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 20 + 67 = 101 (100%)
R 14 of 101 ~ 13.86%
G 20 of 101 ~ 19.8%
B 67 of 101 ~ 66.34%

%13.86
%19.8
%66.34

CMYK color model

#0E1443 color CMYK value is (79,70,0,74).

  • cyan value is 79.10%
  • magenta value is 70.15%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(79,70,0,74)
C79M70Y0K74 
(79%,70%,0%,74%)
(0.79/0.70/0.00/0.74)	

CMYK percentages

%79.1
%70.15
%0
%73.73

Codes

Color #0E1443 in popluar color models

0E1443
RGB142067
HSL233°65.43%15.88%
HSB/HSV233°79.10%26.27%
CMYK79.10%70.15%0.00%
73.73%

Color #0E1443 in popluar number systems.

HEX0E1443
Decimal142067
Binary1110101001000011
Octal1624103

Shades and tints

Shades of #0E1443

#0E1443
(14,20,67)
#0D133D
(13,19,61)
#0C1237
(12,18,55)
#0B1131
(11,17,49)
#0A102B
(10,16,43)
#090F25
(9,15,37)
#080E1F
(8,14,31)
#070D19
(7,13,25)
#060C13
(6,12,19)
#050B0D
(5,11,13)
#040A07
(4,10,7)
#000000
(0,0,0)

Tints of #0E1443

#0E1443
(14,20,67)
#232954
(35,41,84)
#383E65
(56,62,101)
#4D5376
(77,83,118)
#626887
(98,104,135)
#777D98
(119,125,152)
#8C92A9
(140,146,169)
#A1A7BA
(161,167,186)
#B6BCCB
(182,188,203)
#CBD1DC
(203,209,220)
#E0E6ED
(224,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1443 color. Also use rgb(14,20,67) instead hex code.

Text Font Color

.myTextColor { color: #0E1443; }

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

This text font color is #0E1443.


Background Color

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

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

This div background color is #0E1443.


Border color

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

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

This div border color is #0E1443.


Opacity

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

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

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

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

This text has shadow with #0E1443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1443 on black background.


Color preview on white background

This text has color #0E1443 on white background.



Black color preview on #0E1443 background

This text has black color on #0E1443 background.


White color preview on #0E1443 background

This text has white color on #0E1443 background.