COLOR #0E598E

HEX: #0E598E
RGB: (14,89,142)

Color info

#0E598E contains mainly green and blue colors. Web safe color of #0E598E is #006699 (or #069).

RGB color model

#0E598E color RGB value is (14,89,142).

  • red value is 14;
  • green value is 89;
  • blue value is 142.
RGB:
(14,89,142)
(5%,35%,56%)

RGB channels and saturation

R 14 of 255 = 5%
G 89 of 255 = 35%
B 142 of 255 = 56%

14
89
142

R + G + B ~ 32%. #0E598E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 89 + 142 = 245 (100%)
R 14 of 245 ~ 5.71%
G 89 of 245 ~ 36.33%
B 142 of 245 ~ 57.96%

%36.33
%57.96

CMYK color model

#0E598E color CMYK value is (90,37,0,44).

  • cyan value is 90.14%
  • magenta value is 37.32%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(90,37,0,44)
C90M37Y0K44 
(90%,37%,0%,44%)
(0.90/0.37/0.00/0.44)	

CMYK percentages

%90.14
%37.32
%0
%44.31

Codes

Color #0E598E in popluar color models

0E598E
RGB1489142
HSL205°82.05%30.59%
HSB/HSV205°90.14%55.69%
CMYK90.14%37.32%0.00%
44.31%

Color #0E598E in popluar number systems.

HEX0E598E
Decimal1489142
Binary1110101100110001110
Octal16131216

Shades and tints

Shades of #0E598E

#0E598E
(14,89,142)
#0D5182
(13,81,130)
#0C4976
(12,73,118)
#0B416A
(11,65,106)
#0A395E
(10,57,94)
#093152
(9,49,82)
#082946
(8,41,70)
#07213A
(7,33,58)
#06192E
(6,25,46)
#051122
(5,17,34)
#040916
(4,9,22)
#000000
(0,0,0)

Tints of #0E598E

#0E598E
(14,89,142)
#236898
(35,104,152)
#3877A2
(56,119,162)
#4D86AC
(77,134,172)
#6295B6
(98,149,182)
#77A4C0
(119,164,192)
#8CB3CA
(140,179,202)
#A1C2D4
(161,194,212)
#B6D1DE
(182,209,222)
#CBE0E8
(203,224,232)
#E0EFF2
(224,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E598E; }

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

This text font color is #0E598E.


Background Color

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

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

This div background color is #0E598E.


Border color

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

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

This div border color is #0E598E.


Opacity

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

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

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

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

This text has shadow with #0E598E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E598E on black background.


Color preview on white background

This text has color #0E598E on white background.



Black color preview on #0E598E background

This text has black color on #0E598E background.


White color preview on #0E598E background

This text has white color on #0E598E background.