COLOR #0E0687

HEX: #0E0687
RGB: (14,6,135)

Color info

#0E0687 contains mainly blue color. Web safe color of #0E0687 is #000099 (or #009).

RGB color model

#0E0687 color RGB value is (14,6,135).

  • red value is 14;
  • green value is 6;
  • blue value is 135.
RGB:
(14,6,135)
(5%,2%,53%)

RGB channels and saturation

R 14 of 255 = 5%
G 6 of 255 = 2%
B 135 of 255 = 53%

14
6
135

R + G + B ~ 20%. #0E0687 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 6 + 135 = 155 (100%)
R 14 of 155 ~ 9.03%
G 6 of 155 ~ 3.87%
B 135 of 155 ~ 87.1%

%87.1

CMYK color model

#0E0687 color CMYK value is (90,96,0,47).

  • cyan value is 89.63%
  • magenta value is 95.56%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(90,96,0,47)
C90M96Y0K47 
(90%,96%,0%,47%)
(0.90/0.96/0.00/0.47)	

CMYK percentages

%89.63
%95.56
%0
%47.06

Codes

Color #0E0687 in popluar color models

0E0687
RGB146135
HSL244°91.49%27.65%
HSB/HSV244°95.56%52.94%
CMYK89.63%95.56%0.00%
47.06%

Color #0E0687 in popluar number systems.

HEX0E0687
Decimal146135
Binary111011010000111
Octal166207

Shades and tints

Shades of #0E0687

#0E0687
(14,6,135)
#0D067B
(13,6,123)
#0C066F
(12,6,111)
#0B0663
(11,6,99)
#0A0657
(10,6,87)
#09064B
(9,6,75)
#08063F
(8,6,63)
#070633
(7,6,51)
#060627
(6,6,39)
#05061B
(5,6,27)
#04060F
(4,6,15)
#000000
(0,0,0)

Tints of #0E0687

#0E0687
(14,6,135)
#231C91
(35,28,145)
#38329B
(56,50,155)
#4D48A5
(77,72,165)
#625EAF
(98,94,175)
#7774B9
(119,116,185)
#8C8AC3
(140,138,195)
#A1A0CD
(161,160,205)
#B6B6D7
(182,182,215)
#CBCCE1
(203,204,225)
#E0E2EB
(224,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E0687 color. Also use rgb(14,6,135) instead hex code.

Text Font Color

.myTextColor { color: #0E0687; }

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

This text font color is #0E0687.


Background Color

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

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

This div background color is #0E0687.


Border color

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

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

This div border color is #0E0687.


Opacity

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

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

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

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

This text has shadow with #0E0687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0687 on black background.


Color preview on white background

This text has color #0E0687 on white background.



Black color preview on #0E0687 background

This text has black color on #0E0687 background.


White color preview on #0E0687 background

This text has white color on #0E0687 background.