COLOR #000E7C

HEX: #000E7C
RGB: (0,14,124)

Color info

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

RGB color model

#000E7C color RGB value is (0,14,124).

  • red value is 0;
  • green value is 14;
  • blue value is 124.
RGB:
(0,14,124)
(0%,5%,49%)

RGB channels and saturation

R 0 of 255 = 0%
G 14 of 255 = 5%
B 124 of 255 = 49%

0
14
124

R + G + B ~ 18%. #000E7C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 14 + 124 = 138 (100%)
R 0 of 138 ~ 0%
G 14 of 138 ~ 10.14%
B 124 of 138 ~ 89.86%

%10.14
%89.86

CMYK color model

#000E7C color CMYK value is (100,89,0,51).

  • cyan value is 100.00%
  • magenta value is 88.71%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(100,89,0,51)
C100M89Y0K51 
(100%,89%,0%,51%)
(1.00/0.89/0.00/0.51)	

CMYK percentages

%100
%88.71
%0
%51.37

Codes

Color #000E7C in popluar color models

000E7C
RGB014124
HSL233°100.00%24.31%
HSB/HSV233°100.00%48.63%
CMYK100.00%88.71%0.00%
51.37%

Color #000E7C in popluar number systems.

HEX000E7C
Decimal014124
Binary011101111100
Octal016174

Shades and tints

Shades of #000E7C

#000E7C
(0,14,124)
#000D71
(0,13,113)
#000C66
(0,12,102)
#000B5B
(0,11,91)
#000A50
(0,10,80)
#000945
(0,9,69)
#00083A
(0,8,58)
#00072F
(0,7,47)
#000624
(0,6,36)
#000519
(0,5,25)
#00040E
(0,4,14)
#000000
(0,0,0)

Tints of #000E7C

#000E7C
(0,14,124)
#172387
(23,35,135)
#2E3892
(46,56,146)
#454D9D
(69,77,157)
#5C62A8
(92,98,168)
#7377B3
(115,119,179)
#8A8CBE
(138,140,190)
#A1A1C9
(161,161,201)
#B8B6D4
(184,182,212)
#CFCBDF
(207,203,223)
#E6E0EA
(230,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000E7C; }

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

This text font color is #000E7C.


Background Color

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

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

This div background color is #000E7C.


Border color

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

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

This div border color is #000E7C.


Opacity

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

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

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

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

This text has shadow with #000E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000E7C on black background.


Color preview on white background

This text has color #000E7C on white background.



Black color preview on #000E7C background

This text has black color on #000E7C background.


White color preview on #000E7C background

This text has white color on #000E7C background.