COLOR #0E1237

HEX: #0E1237
RGB: (14,18,55)

Color info

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

RGB color model

#0E1237 color RGB value is (14,18,55).

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

RGB channels and saturation

R 14 of 255 = 5%
G 18 of 255 = 7%
B 55 of 255 = 22%

14
18
55

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

Portions of RGB colors in percentages

R + G + B =
14 + 18 + 55 = 87 (100%)
R 14 of 87 ~ 16.09%
G 18 of 87 ~ 20.69%
B 55 of 87 ~ 63.22%

%16.09
%20.69
%63.22

CMYK color model

#0E1237 color CMYK value is (75,67,0,78).

  • cyan value is 74.55%
  • magenta value is 67.27%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(75,67,0,78)
C75M67Y0K78 
(75%,67%,0%,78%)
(0.75/0.67/0.00/0.78)	

CMYK percentages

%74.55
%67.27
%0
%78.43

Codes

Color #0E1237 in popluar color models

0E1237
RGB141855
HSL234°59.42%13.53%
HSB/HSV234°74.55%21.57%
CMYK74.55%67.27%0.00%
78.43%

Color #0E1237 in popluar number systems.

HEX0E1237
Decimal141855
Binary111010010110111
Octal162267

Shades and tints

Shades of #0E1237

#0E1237
(14,18,55)
#0D1132
(13,17,50)
#0C102D
(12,16,45)
#0B0F28
(11,15,40)
#0A0E23
(10,14,35)
#090D1E
(9,13,30)
#080C19
(8,12,25)
#070B14
(7,11,20)
#060A0F
(6,10,15)
#05090A
(5,9,10)
#040805
(4,8,5)
#000000
(0,0,0)

Tints of #0E1237

#0E1237
(14,18,55)
#232749
(35,39,73)
#383C5B
(56,60,91)
#4D516D
(77,81,109)
#62667F
(98,102,127)
#777B91
(119,123,145)
#8C90A3
(140,144,163)
#A1A5B5
(161,165,181)
#B6BAC7
(182,186,199)
#CBCFD9
(203,207,217)
#E0E4EB
(224,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1237; }

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

This text font color is #0E1237.


Background Color

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

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

This div background color is #0E1237.


Border color

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

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

This div border color is #0E1237.


Opacity

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

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

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

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

This text has shadow with #0E1237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1237 on black background.


Color preview on white background

This text has color #0E1237 on white background.



Black color preview on #0E1237 background

This text has black color on #0E1237 background.


White color preview on #0E1237 background

This text has white color on #0E1237 background.