COLOR #0E122D

HEX: #0E122D RGB: (14,18,45)

Color info

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

RGB color model

#0E122D color RGB value is (14,18,45).

RGB: (14,18,45) (5%, 7%, 18%)

RGB channels and saturation

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

14
18
45

R + G + B ~ 10%. #0E122D is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 18 + 45 = 77 (100%)
R 14 of 77 ~ 18.18%
G 18 of 77 ~ 23.38%
B 45 of 77 ~ 58.44'%

%18.18
%23.38
%58.44

CMYK color model

#0E122D color CMYK value is (69,60,0,82).

  • cyan value is 68.89%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 82.35%

CMYK: (69,60,0,82)
C69M60Y0K82 (69%, 60%, 0%, 82%)
(0.69 / 0.60 / 0.00 / 0.82)

CMYK percentages

%68.89
%60
%0
%82.35

Codes

Color #0E122D in popluar color models

0E 12 2D
RGB 14 18 45
HSL 232° 52.54% 11.57%
HSB/HSV 232° 68.89% 17.65%
CMYK 68.89% 60.00% 0.00%
82.35%

Color #0E122D in popluar number systems.

HEX 0E 12 2D
Decimal 14 18 45
Binary 1110 10010 101101
Octal 16 22 55

Shades and tints

Shades of #0E122D

#0E122D
(14,18,45)
#0D1129
(13,17,41)
#0C1025
(12,16,37)
#0B0F21
(11,15,33)
#0A0E1D
(10,14,29)
#090D19
(9,13,25)
#080C15
(8,12,21)
#070B11
(7,11,17)
#060A0D
(6,10,13)
#050909
(5,9,9)
#040805
(4,8,5)
#000000
(0,0,0)

Tints of #0E122D

#0E122D
(14,18,45)
#232740
(35,39,64)
#383C53
(56,60,83)
#4D5166
(77,81,102)
#626679
(98,102,121)
#777B8C
(119,123,140)
#8C909F
(140,144,159)
#A1A5B2
(161,165,178)
#B6BAC5
(182,186,197)
#CBCFD8
(203,207,216)
#E0E4EB
(224,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E122D; }

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

This text font color is #0E122D.

Background Color

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

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

This div background color is #0E122D.

Border color

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

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

This div border color is #0E122D.

Opacity

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

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

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

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

This text has shadow with #0E122D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E122D.

Preview

Color preview on black background

This text has color #0E122D on black background.


Color preview on white background

This text has color #0E122D on white background.


Black color preview on #0E122D background

This text has black color on #0E122D background.


White color preview on #0E122D background

This text has white color on #0E122D background.


Related colors

Complementary color

Complementary color for #hex is #F1EDD2.


I love getcolorcode.com

Triadic colors

1 #2D0E12 and #122D0E with #0E122D are triadic colors.

2 #2D120E and #120E2D with #0E122D are triadic colors.