COLOR #0E1223

HEX: #0E1223
RGB: (14,18,35)

Color info

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

RGB color model

#0E1223 color RGB value is (14,18,35).

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

RGB channels and saturation

R 14 of 255 = 5%
G 18 of 255 = 7%
B 35 of 255 = 14%

14
18
35

R + G + B ~ 9%. #0E1223 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 18 + 35 = 67 (100%)
R 14 of 67 ~ 20.9%
G 18 of 67 ~ 26.87%
B 35 of 67 ~ 52.24%

%20.9
%26.87
%52.24

CMYK color model

#0E1223 color CMYK value is (60,49,0,86).

  • cyan value is 60.00%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(60,49,0,86)
C60M49Y0K86 
(60%,49%,0%,86%)
(0.60/0.49/0.00/0.86)	

CMYK percentages

%60
%48.57
%0
%86.27

Codes

Color #0E1223 in popluar color models

0E1223
RGB141835
HSL229°42.86%9.61%
HSB/HSV229°60.00%13.73%
CMYK60.00%48.57%0.00%
86.27%

Color #0E1223 in popluar number systems.

HEX0E1223
Decimal141835
Binary111010010100011
Octal162243

Shades and tints

Shades of #0E1223

#0E1223
(14,18,35)
#0D1120
(13,17,32)
#0C101D
(12,16,29)
#0B0F1A
(11,15,26)
#0A0E17
(10,14,23)
#090D14
(9,13,20)
#080C11
(8,12,17)
#070B0E
(7,11,14)
#060A0B
(6,10,11)
#050908
(5,9,8)
#040805
(4,8,5)
#000000
(0,0,0)

Tints of #0E1223

#0E1223
(14,18,35)
#232737
(35,39,55)
#383C4B
(56,60,75)
#4D515F
(77,81,95)
#626673
(98,102,115)
#777B87
(119,123,135)
#8C909B
(140,144,155)
#A1A5AF
(161,165,175)
#B6BAC3
(182,186,195)
#CBCFD7
(203,207,215)
#E0E4EB
(224,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1223; }

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

This text font color is #0E1223.


Background Color

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

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

This div background color is #0E1223.


Border color

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

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

This div border color is #0E1223.


Opacity

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

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

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

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

This text has shadow with #0E1223 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1223 on black background.


Color preview on white background

This text has color #0E1223 on white background.



Black color preview on #0E1223 background

This text has black color on #0E1223 background.


White color preview on #0E1223 background

This text has white color on #0E1223 background.