COLOR #0E0E74

HEX: #0E0E74 RGB: (14,14,116)

Color info

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

RGB color model

#0E0E74 color RGB value is (14,14,116).

RGB: (14,14,116) (5%, 5%, 45%)

RGB channels and saturation

R 14 of 255 = 5%
G 14 of 255 = 5%
B 116 of 255 = 45%

14
14
116

R + G + B ~ 18%. #0E0E74 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 14 + 116 = 144 (100%)
R 14 of 144 ~ 9.72%
G 14 of 144 ~ 9.72%
B 116 of 144 ~ 80.56'%

%80.56

CMYK color model

#0E0E74 color CMYK value is (88,88,0,55).

  • cyan value is 87.93%
  • magenta value is 87.93%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (88,88,0,55)
C88M88Y0K55 (88%, 88%, 0%, 55%)
(0.88 / 0.88 / 0.00 / 0.55)

CMYK percentages

%87.93
%87.93
%0
%54.51

Codes

Color #0E0E74 in popluar color models

0E 0E 74
RGB 14 14 116
HSL 240° 78.46% 25.49%
HSB/HSV 240° 87.93% 45.49%
CMYK 87.93% 87.93% 0.00%
54.51%

Color #0E0E74 in popluar number systems.

HEX 0E 0E 74
Decimal 14 14 116
Binary 1110 1110 1110100
Octal 16 16 164

Shades and tints

Shades of #0E0E74

#0E0E74
(14,14,116)
#0D0D6A
(13,13,106)
#0C0C60
(12,12,96)
#0B0B56
(11,11,86)
#0A0A4C
(10,10,76)
#090942
(9,9,66)
#080838
(8,8,56)
#07072E
(7,7,46)
#060624
(6,6,36)
#05051A
(5,5,26)
#040410
(4,4,16)
#000000
(0,0,0)

Tints of #0E0E74

#0E0E74
(14,14,116)
#232380
(35,35,128)
#38388C
(56,56,140)
#4D4D98
(77,77,152)
#6262A4
(98,98,164)
#7777B0
(119,119,176)
#8C8CBC
(140,140,188)
#A1A1C8
(161,161,200)
#B6B6D4
(182,182,212)
#CBCBE0
(203,203,224)
#E0E0EC
(224,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0E74; }

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

This text font color is #0E0E74.

Background Color

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

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

This div background color is #0E0E74.

Border color

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

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

This div border color is #0E0E74.

Opacity

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

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

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

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

This text has shadow with #0E0E74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E0E74.

Preview

Color preview on black background

This text has color #0E0E74 on black background.


Color preview on white background

This text has color #0E0E74 on white background.


Black color preview on #0E0E74 background

This text has black color on #0E0E74 background.


White color preview on #0E0E74 background

This text has white color on #0E0E74 background.


Related colors

Complementary color

Complementary color for #hex is #F1F18B.


I love getcolorcode.com