COLOR #0E123D

HEX: #0E123D
RGB: (14,18,61)

Color info

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

RGB color model

#0E123D color RGB value is (14,18,61).

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

RGB channels and saturation

R 14 of 255 = 5%
G 18 of 255 = 7%
B 61 of 255 = 24%

14
18
61

R + G + B ~ 12%. #0E123D is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 18 + 61 = 93 (100%)
R 14 of 93 ~ 15.05%
G 18 of 93 ~ 19.35%
B 61 of 93 ~ 65.59%

%15.05
%19.35
%65.59

CMYK color model

#0E123D color CMYK value is (77,70,0,76).

  • cyan value is 77.05%
  • magenta value is 70.49%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(77,70,0,76)
C77M70Y0K76 
(77%,70%,0%,76%)
(0.77/0.70/0.00/0.76)	

CMYK percentages

%77.05
%70.49
%0
%76.08

Codes

Color #0E123D in popluar color models

0E123D
RGB141861
HSL235°62.67%14.71%
HSB/HSV235°77.05%23.92%
CMYK77.05%70.49%0.00%
76.08%

Color #0E123D in popluar number systems.

HEX0E123D
Decimal141861
Binary111010010111101
Octal162275

Shades and tints

Shades of #0E123D

#0E123D
(14,18,61)
#0D1138
(13,17,56)
#0C1033
(12,16,51)
#0B0F2E
(11,15,46)
#0A0E29
(10,14,41)
#090D24
(9,13,36)
#080C1F
(8,12,31)
#070B1A
(7,11,26)
#060A15
(6,10,21)
#050910
(5,9,16)
#04080B
(4,8,11)
#000000
(0,0,0)

Tints of #0E123D

#0E123D
(14,18,61)
#23274E
(35,39,78)
#383C5F
(56,60,95)
#4D5170
(77,81,112)
#626681
(98,102,129)
#777B92
(119,123,146)
#8C90A3
(140,144,163)
#A1A5B4
(161,165,180)
#B6BAC5
(182,186,197)
#CBCFD6
(203,207,214)
#E0E4E7
(224,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E123D; }

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

This text font color is #0E123D.


Background Color

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

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

This div background color is #0E123D.


Border color

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

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

This div border color is #0E123D.


Opacity

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

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

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

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

This text has shadow with #0E123D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E123D on black background.


Color preview on white background

This text has color #0E123D on white background.



Black color preview on #0E123D background

This text has black color on #0E123D background.


White color preview on #0E123D background

This text has white color on #0E123D background.