COLOR #000E58

HEX: #000E58
RGB: (0,14,88)

Color info

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

RGB color model

#000E58 color RGB value is (0,14,88).

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

RGB channels and saturation

R 0 of 255 = 0%
G 14 of 255 = 5%
B 88 of 255 = 35%

0
14
88

R + G + B ~ 13%. #000E58 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 14 + 88 = 102 (100%)
R 0 of 102 ~ 0%
G 14 of 102 ~ 13.73%
B 88 of 102 ~ 86.27%

%13.73
%86.27

CMYK color model

#000E58 color CMYK value is (100,84,0,65).

  • cyan value is 100.00%
  • magenta value is 84.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(100,84,0,65)
C100M84Y0K65 
(100%,84%,0%,65%)
(1.00/0.84/0.00/0.65)	

CMYK percentages

%100
%84.09
%0
%65.49

Codes

Color #000E58 in popluar color models

000E58
RGB01488
HSL230°100.00%17.25%
HSB/HSV230°100.00%34.51%
CMYK100.00%84.09%0.00%
65.49%

Color #000E58 in popluar number systems.

HEX000E58
Decimal01488
Binary011101011000
Octal016130

Shades and tints

Shades of #000E58

#000E58
(0,14,88)
#000D50
(0,13,80)
#000C48
(0,12,72)
#000B40
(0,11,64)
#000A38
(0,10,56)
#000930
(0,9,48)
#000828
(0,8,40)
#000720
(0,7,32)
#000618
(0,6,24)
#000510
(0,5,16)
#000408
(0,4,8)
#000000
(0,0,0)

Tints of #000E58

#000E58
(0,14,88)
#172367
(23,35,103)
#2E3876
(46,56,118)
#454D85
(69,77,133)
#5C6294
(92,98,148)
#7377A3
(115,119,163)
#8A8CB2
(138,140,178)
#A1A1C1
(161,161,193)
#B8B6D0
(184,182,208)
#CFCBDF
(207,203,223)
#E6E0EE
(230,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000E58; }

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

This text font color is #000E58.


Background Color

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

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

This div background color is #000E58.


Border color

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

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

This div border color is #000E58.


Opacity

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

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

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

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

This text has shadow with #000E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000E58 on black background.


Color preview on white background

This text has color #000E58 on white background.



Black color preview on #000E58 background

This text has black color on #000E58 background.


White color preview on #000E58 background

This text has white color on #000E58 background.