COLOR #0E1138

HEX: #0E1138
RGB: (14,17,56)

Color info

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

RGB color model

#0E1138 color RGB value is (14,17,56).

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

RGB channels and saturation

R 14 of 255 = 5%
G 17 of 255 = 7%
B 56 of 255 = 22%

14
17
56

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

Portions of RGB colors in percentages

R + G + B =
14 + 17 + 56 = 87 (100%)
R 14 of 87 ~ 16.09%
G 17 of 87 ~ 19.54%
B 56 of 87 ~ 64.37%

%16.09
%19.54
%64.37

CMYK color model

#0E1138 color CMYK value is (75,70,0,78).

  • cyan value is 75.00%
  • magenta value is 69.64%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(75,70,0,78)
C75M70Y0K78 
(75%,70%,0%,78%)
(0.75/0.70/0.00/0.78)	

CMYK percentages

%75
%69.64
%0
%78.04

Codes

Color #0E1138 in popluar color models

0E1138
RGB141756
HSL236°60.00%13.73%
HSB/HSV236°75.00%21.96%
CMYK75.00%69.64%0.00%
78.04%

Color #0E1138 in popluar number systems.

HEX0E1138
Decimal141756
Binary111010001111000
Octal162170

Shades and tints

Shades of #0E1138

#0E1138
(14,17,56)
#0D1033
(13,16,51)
#0C0F2E
(12,15,46)
#0B0E29
(11,14,41)
#0A0D24
(10,13,36)
#090C1F
(9,12,31)
#080B1A
(8,11,26)
#070A15
(7,10,21)
#060910
(6,9,16)
#05080B
(5,8,11)
#040706
(4,7,6)
#000000
(0,0,0)

Tints of #0E1138

#0E1138
(14,17,56)
#23264A
(35,38,74)
#383B5C
(56,59,92)
#4D506E
(77,80,110)
#626580
(98,101,128)
#777A92
(119,122,146)
#8C8FA4
(140,143,164)
#A1A4B6
(161,164,182)
#B6B9C8
(182,185,200)
#CBCEDA
(203,206,218)
#E0E3EC
(224,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1138; }

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

This text font color is #0E1138.


Background Color

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

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

This div background color is #0E1138.


Border color

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

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

This div border color is #0E1138.


Opacity

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

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

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

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

This text has shadow with #0E1138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1138 on black background.


Color preview on white background

This text has color #0E1138 on white background.



Black color preview on #0E1138 background

This text has black color on #0E1138 background.


White color preview on #0E1138 background

This text has white color on #0E1138 background.