COLOR #0E0C68

HEX: #0E0C68 RGB: (14,12,104)

Color info

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

RGB color model

#0E0C68 color RGB value is (14,12,104).

RGB: (14,12,104) (5%, 5%, 41%)

RGB channels and saturation

R 14 of 255 = 5%
G 12 of 255 = 5%
B 104 of 255 = 41%

14
12
104

R + G + B ~ 17%. #0E0C68 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 12 + 104 = 130 (100%)
R 14 of 130 ~ 10.77%
G 12 of 130 ~ 9.23%
B 104 of 130 ~ 80'%

%10.77
%80

CMYK color model

#0E0C68 color CMYK value is (87,88,0,59).

  • cyan value is 86.54%
  • magenta value is 88.46%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (87,88,0,59)
C87M88Y0K59 (87%, 88%, 0%, 59%)
(0.87 / 0.88 / 0.00 / 0.59)

CMYK percentages

%86.54
%88.46
%0
%59.22

Codes

Color #0E0C68 in popluar color models

0E 0C 68
RGB 14 12 104
HSL 241° 79.31% 22.75%
HSB/HSV 241° 88.46% 40.78%
CMYK 86.54% 88.46% 0.00%
59.22%

Color #0E0C68 in popluar number systems.

HEX 0E 0C 68
Decimal 14 12 104
Binary 1110 1100 1101000
Octal 16 14 150

Shades and tints

Shades of #0E0C68

#0E0C68
(14,12,104)
#0D0B5F
(13,11,95)
#0C0A56
(12,10,86)
#0B094D
(11,9,77)
#0A0844
(10,8,68)
#09073B
(9,7,59)
#080632
(8,6,50)
#070529
(7,5,41)
#060420
(6,4,32)
#050317
(5,3,23)
#04020E
(4,2,14)
#000000
(0,0,0)

Tints of #0E0C68

#0E0C68
(14,12,104)
#232275
(35,34,117)
#383882
(56,56,130)
#4D4E8F
(77,78,143)
#62649C
(98,100,156)
#777AA9
(119,122,169)
#8C90B6
(140,144,182)
#A1A6C3
(161,166,195)
#B6BCD0
(182,188,208)
#CBD2DD
(203,210,221)
#E0E8EA
(224,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0C68; }

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

This text font color is #0E0C68.

Background Color

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

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

This div background color is #0E0C68.

Border color

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

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

This div border color is #0E0C68.

Opacity

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

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

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

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

This text has shadow with #0E0C68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E0C68.

Preview

Color preview on black background

This text has color #0E0C68 on black background.


Color preview on white background

This text has color #0E0C68 on white background.


Black color preview on #0E0C68 background

This text has black color on #0E0C68 background.


White color preview on #0E0C68 background

This text has white color on #0E0C68 background.


Related colors

Complementary color

Complementary color for #hex is #F1F397.


I love getcolorcode.com

Triadic colors

1 #680E0C and #0C680E with #0E0C68 are triadic colors.

2 #680C0E and #0C0E68 with #0E0C68 are triadic colors.