COLOR #0E1221

HEX: #0E1221
RGB: (14,18,33)

Color info

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

RGB color model

#0E1221 color RGB value is (14,18,33).

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

RGB channels and saturation

R 14 of 255 = 5%
G 18 of 255 = 7%
B 33 of 255 = 13%

14
18
33

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

Portions of RGB colors in percentages

R + G + B =
14 + 18 + 33 = 65 (100%)
R 14 of 65 ~ 21.54%
G 18 of 65 ~ 27.69%
B 33 of 65 ~ 50.77%

%21.54
%27.69
%50.77

CMYK color model

#0E1221 color CMYK value is (58,45,0,87).

  • cyan value is 57.58%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(58,45,0,87)
C58M45Y0K87 
(58%,45%,0%,87%)
(0.58/0.45/0.00/0.87)	

CMYK percentages

%57.58
%45.45
%0
%87.06

Codes

Color #0E1221 in popluar color models

0E1221
RGB141833
HSL227°40.43%9.22%
HSB/HSV227°57.58%12.94%
CMYK57.58%45.45%0.00%
87.06%

Color #0E1221 in popluar number systems.

HEX0E1221
Decimal141833
Binary111010010100001
Octal162241

Shades and tints

Shades of #0E1221

#0E1221
(14,18,33)
#0D111E
(13,17,30)
#0C101B
(12,16,27)
#0B0F18
(11,15,24)
#0A0E15
(10,14,21)
#090D12
(9,13,18)
#080C0F
(8,12,15)
#070B0C
(7,11,12)
#060A09
(6,10,9)
#050906
(5,9,6)
#040803
(4,8,3)
#000000
(0,0,0)

Tints of #0E1221

#0E1221
(14,18,33)
#232735
(35,39,53)
#383C49
(56,60,73)
#4D515D
(77,81,93)
#626671
(98,102,113)
#777B85
(119,123,133)
#8C9099
(140,144,153)
#A1A5AD
(161,165,173)
#B6BAC1
(182,186,193)
#CBCFD5
(203,207,213)
#E0E4E9
(224,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1221 color. Also use rgb(14,18,33) instead hex code.

Text Font Color

.myTextColor { color: #0E1221; }

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

This text font color is #0E1221.


Background Color

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

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

This div background color is #0E1221.


Border color

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

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

This div border color is #0E1221.


Opacity

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

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

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

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

This text has shadow with #0E1221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1221 on black background.


Color preview on white background

This text has color #0E1221 on white background.



Black color preview on #0E1221 background

This text has black color on #0E1221 background.


White color preview on #0E1221 background

This text has white color on #0E1221 background.