COLOR #0E1136

HEX: #0E1136
RGB: (14,17,54)

Color info

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

RGB color model

#0E1136 color RGB value is (14,17,54).

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

RGB channels and saturation

R 14 of 255 = 5%
G 17 of 255 = 7%
B 54 of 255 = 21%

14
17
54

R + G + B ~ 11%. #0E1136 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 17 + 54 = 85 (100%)
R 14 of 85 ~ 16.47%
G 17 of 85 ~ 20%
B 54 of 85 ~ 63.53%

%16.47
%20
%63.53

CMYK color model

#0E1136 color CMYK value is (74,69,0,79).

  • cyan value is 74.07%
  • magenta value is 68.52%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(74,69,0,79)
C74M69Y0K79 
(74%,69%,0%,79%)
(0.74/0.69/0.00/0.79)	

CMYK percentages

%74.07
%68.52
%0
%78.82

Codes

Color #0E1136 in popluar color models

0E1136
RGB141754
HSL236°58.82%13.33%
HSB/HSV236°74.07%21.18%
CMYK74.07%68.52%0.00%
78.82%

Color #0E1136 in popluar number systems.

HEX0E1136
Decimal141754
Binary111010001110110
Octal162166

Shades and tints

Shades of #0E1136

#0E1136
(14,17,54)
#0D1032
(13,16,50)
#0C0F2E
(12,15,46)
#0B0E2A
(11,14,42)
#0A0D26
(10,13,38)
#090C22
(9,12,34)
#080B1E
(8,11,30)
#070A1A
(7,10,26)
#060916
(6,9,22)
#050812
(5,8,18)
#04070E
(4,7,14)
#000000
(0,0,0)

Tints of #0E1136

#0E1136
(14,17,54)
#232648
(35,38,72)
#383B5A
(56,59,90)
#4D506C
(77,80,108)
#62657E
(98,101,126)
#777A90
(119,122,144)
#8C8FA2
(140,143,162)
#A1A4B4
(161,164,180)
#B6B9C6
(182,185,198)
#CBCED8
(203,206,216)
#E0E3EA
(224,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1136; }

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

This text font color is #0E1136.


Background Color

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

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

This div background color is #0E1136.


Border color

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

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

This div border color is #0E1136.


Opacity

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

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

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

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

This text has shadow with #0E1136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1136 on black background.


Color preview on white background

This text has color #0E1136 on white background.



Black color preview on #0E1136 background

This text has black color on #0E1136 background.


White color preview on #0E1136 background

This text has white color on #0E1136 background.