COLOR #000E5C

HEX: #000E5C RGB: (0,14,92)

Color info

#000E5C contains mainly blue color. Web safe color of #000E5C is #000066 (or #006).

RGB color model

#000E5C color RGB value is (0,14,92).

RGB: (0,14,92) (0%, 5%, 36%)

RGB channels and saturation

R 0 of 255 = 0%
G 14 of 255 = 5%
B 92 of 255 = 36%

0
14
92

R + G + B ~ 14%. #000E5C is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 14 + 92 = 106 (100%)
R 0 of 106 ~ 0%
G 14 of 106 ~ 13.21%
B 92 of 106 ~ 86.79'%

%13.21
%86.79

CMYK color model

#000E5C color CMYK value is (100,85,0,64).

  • cyan value is 100.00%
  • magenta value is 84.78%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (100,85,0,64)
C100M85Y0K64 (100%, 85%, 0%, 64%)
(1.00 / 0.85 / 0.00 / 0.64)

CMYK percentages

%100
%84.78
%0
%63.92

Codes

Color #000E5C in popluar color models

00 0E 5C
RGB 0 14 92
HSL 231° 100.00% 18.04%
HSB/HSV 231° 100.00% 36.08%
CMYK 100.00% 84.78% 0.00%
63.92%

Color #000E5C in popluar number systems.

HEX 00 0E 5C
Decimal 0 14 92
Binary 0 1110 1011100
Octal 0 16 134

Shades and tints

Shades of #000E5C

#000E5C
(0,14,92)
#000D54
(0,13,84)
#000C4C
(0,12,76)
#000B44
(0,11,68)
#000A3C
(0,10,60)
#000934
(0,9,52)
#00082C
(0,8,44)
#000724
(0,7,36)
#00061C
(0,6,28)
#000514
(0,5,20)
#00040C
(0,4,12)
#000000
(0,0,0)

Tints of #000E5C

#000E5C
(0,14,92)
#17236A
(23,35,106)
#2E3878
(46,56,120)
#454D86
(69,77,134)
#5C6294
(92,98,148)
#7377A2
(115,119,162)
#8A8CB0
(138,140,176)
#A1A1BE
(161,161,190)
#B8B6CC
(184,182,204)
#CFCBDA
(207,203,218)
#E6E0E8
(230,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000E5C; }

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

This text font color is #000E5C.

Background Color

.myBgColor { background-color: #000E5C; }

<div style="background-color:#000E5C">Inner text</div>

This div background color is #000E5C.

Border color

.myBorderColor { border: 1px solid #000E5C; }

<div style="border:3px solid #000E5C">Div</div>

This div border color is #000E5C.

Opacity

.myOpacity80 { color: #000E5C; opacity: 0.8; }

<p style="color:#000E5C;opacity:0.8;">80%</p>

Text with #000E5C 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 #000E5C;}

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

This text has shadow with #000E5C color.


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

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

This text has shadow with #000E5C primary color and red secondary color.


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

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

This text has shadow with #000E5C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #000E5C.

Preview

Color preview on black background

This text has color #000E5C on black background.


Color preview on white background

This text has color #000E5C on white background.


Black color preview on #000E5C background

This text has black color on #000E5C background.


White color preview on #000E5C background

This text has white color on #000E5C background.


Related colors

Complementary color

Complementary color for #hex is #FFF1A3.


I love getcolorcode.com

Triadic colors

1 #5C000E and #0E5C00 with #000E5C are triadic colors.

2 #5C0E00 and #0E005C with #000E5C are triadic colors.