COLOR #0E1120

HEX: #0E1120
RGB: (14,17,32)

Color info

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

RGB color model

#0E1120 color RGB value is (14,17,32).

  • red value is 14;
  • green value is 17;
  • blue value is 32.
RGB:
(14,17,32)
(5%,7%,13%)

RGB channels and saturation

R 14 of 255 = 5%
G 17 of 255 = 7%
B 32 of 255 = 13%

14
17
32

R + G + B ~ 8%. #0E1120 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 17 + 32 = 63 (100%)
R 14 of 63 ~ 22.22%
G 17 of 63 ~ 26.98%
B 32 of 63 ~ 50.79%

%22.22
%26.98
%50.79

CMYK color model

#0E1120 color CMYK value is (56,47,0,87).

  • cyan value is 56.25%
  • magenta value is 46.88%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(56,47,0,87)
C56M47Y0K87 
(56%,47%,0%,87%)
(0.56/0.47/0.00/0.87)	

CMYK percentages

%56.25
%46.88
%0
%87.45

Codes

Color #0E1120 in popluar color models

0E1120
RGB141732
HSL230°39.13%9.02%
HSB/HSV230°56.25%12.55%
CMYK56.25%46.88%0.00%
87.45%

Color #0E1120 in popluar number systems.

HEX0E1120
Decimal141732
Binary111010001100000
Octal162140

Shades and tints

Shades of #0E1120

#0E1120
(14,17,32)
#0D101E
(13,16,30)
#0C0F1C
(12,15,28)
#0B0E1A
(11,14,26)
#0A0D18
(10,13,24)
#090C16
(9,12,22)
#080B14
(8,11,20)
#070A12
(7,10,18)
#060910
(6,9,16)
#05080E
(5,8,14)
#04070C
(4,7,12)
#000000
(0,0,0)

Tints of #0E1120

#0E1120
(14,17,32)
#232634
(35,38,52)
#383B48
(56,59,72)
#4D505C
(77,80,92)
#626570
(98,101,112)
#777A84
(119,122,132)
#8C8F98
(140,143,152)
#A1A4AC
(161,164,172)
#B6B9C0
(182,185,192)
#CBCED4
(203,206,212)
#E0E3E8
(224,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1120 color. Also use rgb(14,17,32) instead hex code.

Text Font Color

.myTextColor { color: #0E1120; }

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

This text font color is #0E1120.


Background Color

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

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

This div background color is #0E1120.


Border color

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

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

This div border color is #0E1120.


Opacity

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

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

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

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

This text has shadow with #0E1120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1120 on black background.


Color preview on white background

This text has color #0E1120 on white background.



Black color preview on #0E1120 background

This text has black color on #0E1120 background.


White color preview on #0E1120 background

This text has white color on #0E1120 background.