COLOR #0E113D

HEX: #0E113D
RGB: (14,17,61)

Color info

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

RGB color model

#0E113D color RGB value is (14,17,61).

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

RGB channels and saturation

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

14
17
61

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

Portions of RGB colors in percentages

R + G + B =
14 + 17 + 61 = 92 (100%)
R 14 of 92 ~ 15.22%
G 17 of 92 ~ 18.48%
B 61 of 92 ~ 66.3%

%15.22
%18.48
%66.3

CMYK color model

#0E113D color CMYK value is (77,72,0,76).

  • cyan value is 77.05%
  • magenta value is 72.13%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(77,72,0,76)
C77M72Y0K76 
(77%,72%,0%,76%)
(0.77/0.72/0.00/0.76)	

CMYK percentages

%77.05
%72.13
%0
%76.08

Codes

Color #0E113D in popluar color models

0E113D
RGB141761
HSL236°62.67%14.71%
HSB/HSV236°77.05%23.92%
CMYK77.05%72.13%0.00%
76.08%

Color #0E113D in popluar number systems.

HEX0E113D
Decimal141761
Binary111010001111101
Octal162175

Shades and tints

Shades of #0E113D

#0E113D
(14,17,61)
#0D1038
(13,16,56)
#0C0F33
(12,15,51)
#0B0E2E
(11,14,46)
#0A0D29
(10,13,41)
#090C24
(9,12,36)
#080B1F
(8,11,31)
#070A1A
(7,10,26)
#060915
(6,9,21)
#050810
(5,8,16)
#04070B
(4,7,11)
#000000
(0,0,0)

Tints of #0E113D

#0E113D
(14,17,61)
#23264E
(35,38,78)
#383B5F
(56,59,95)
#4D5070
(77,80,112)
#626581
(98,101,129)
#777A92
(119,122,146)
#8C8FA3
(140,143,163)
#A1A4B4
(161,164,180)
#B6B9C5
(182,185,197)
#CBCED6
(203,206,214)
#E0E3E7
(224,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E113D; }

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

This text font color is #0E113D.


Background Color

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

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

This div background color is #0E113D.


Border color

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

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

This div border color is #0E113D.


Opacity

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

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

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

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

This text has shadow with #0E113D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E113D on black background.


Color preview on white background

This text has color #0E113D on white background.



Black color preview on #0E113D background

This text has black color on #0E113D background.


White color preview on #0E113D background

This text has white color on #0E113D background.