COLOR #0E0760

HEX: #0E0760
RGB: (14,7,96)

Color info

#0E0760 contains mainly blue color. Web safe color of #0E0760 is #000066 (or #006).

RGB color model

#0E0760 color RGB value is (14,7,96).

  • red value is 14;
  • green value is 7;
  • blue value is 96.
RGB:
(14,7,96)
(5%,3%,38%)

RGB channels and saturation

R 14 of 255 = 5%
G 7 of 255 = 3%
B 96 of 255 = 38%

14
7
96

R + G + B ~ 15%. #0E0760 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 7 + 96 = 117 (100%)
R 14 of 117 ~ 11.97%
G 7 of 117 ~ 5.98%
B 96 of 117 ~ 82.05%

%11.97
%82.05

CMYK color model

#0E0760 color CMYK value is (85,93,0,62).

  • cyan value is 85.42%
  • magenta value is 92.71%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(85,93,0,62)
C85M93Y0K62 
(85%,93%,0%,62%)
(0.85/0.93/0.00/0.62)	

CMYK percentages

%85.42
%92.71
%0
%62.35

Codes

Color #0E0760 in popluar color models

0E0760
RGB14796
HSL245°86.41%20.20%
HSB/HSV245°92.71%37.65%
CMYK85.42%92.71%0.00%
62.35%

Color #0E0760 in popluar number systems.

HEX0E0760
Decimal14796
Binary11101111100000
Octal167140

Shades and tints

Shades of #0E0760

#0E0760
(14,7,96)
#0D0758
(13,7,88)
#0C0750
(12,7,80)
#0B0748
(11,7,72)
#0A0740
(10,7,64)
#090738
(9,7,56)
#080730
(8,7,48)
#070728
(7,7,40)
#060720
(6,7,32)
#050718
(5,7,24)
#040710
(4,7,16)
#000000
(0,0,0)

Tints of #0E0760

#0E0760
(14,7,96)
#231D6E
(35,29,110)
#38337C
(56,51,124)
#4D498A
(77,73,138)
#625F98
(98,95,152)
#7775A6
(119,117,166)
#8C8BB4
(140,139,180)
#A1A1C2
(161,161,194)
#B6B7D0
(182,183,208)
#CBCDDE
(203,205,222)
#E0E3EC
(224,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E0760 color. Also use rgb(14,7,96) instead hex code.

Text Font Color

.myTextColor { color: #0E0760; }

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

This text font color is #0E0760.


Background Color

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

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

This div background color is #0E0760.


Border color

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

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

This div border color is #0E0760.


Opacity

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

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

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

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

This text has shadow with #0E0760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0760 on black background.


Color preview on white background

This text has color #0E0760 on white background.



Black color preview on #0E0760 background

This text has black color on #0E0760 background.


White color preview on #0E0760 background

This text has white color on #0E0760 background.