COLOR #0E589B

HEX: #0E589B
RGB: (14,88,155)

Color info

#0E589B contains mainly blue color. Web safe color of #0E589B is #006699 (or #069).

RGB color model

#0E589B color RGB value is (14,88,155).

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

RGB channels and saturation

R 14 of 255 = 5%
G 88 of 255 = 35%
B 155 of 255 = 61%

14
88
155

R + G + B ~ 34%. #0E589B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 88 + 155 = 257 (100%)
R 14 of 257 ~ 5.45%
G 88 of 257 ~ 34.24%
B 155 of 257 ~ 60.31%

%34.24
%60.31

CMYK color model

#0E589B color CMYK value is (91,43,0,39).

  • cyan value is 90.97%
  • magenta value is 43.23%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(91,43,0,39)
C91M43Y0K39 
(91%,43%,0%,39%)
(0.91/0.43/0.00/0.39)	

CMYK percentages

%90.97
%43.23
%0
%39.22

Codes

Color #0E589B in popluar color models

0E589B
RGB1488155
HSL209°83.43%33.14%
HSB/HSV209°90.97%60.78%
CMYK90.97%43.23%0.00%
39.22%

Color #0E589B in popluar number systems.

HEX0E589B
Decimal1488155
Binary1110101100010011011
Octal16130233

Shades and tints

Shades of #0E589B

#0E589B
(14,88,155)
#0D508D
(13,80,141)
#0C487F
(12,72,127)
#0B4071
(11,64,113)
#0A3863
(10,56,99)
#093055
(9,48,85)
#082847
(8,40,71)
#072039
(7,32,57)
#06182B
(6,24,43)
#05101D
(5,16,29)
#04080F
(4,8,15)
#000000
(0,0,0)

Tints of #0E589B

#0E589B
(14,88,155)
#2367A4
(35,103,164)
#3876AD
(56,118,173)
#4D85B6
(77,133,182)
#6294BF
(98,148,191)
#77A3C8
(119,163,200)
#8CB2D1
(140,178,209)
#A1C1DA
(161,193,218)
#B6D0E3
(182,208,227)
#CBDFEC
(203,223,236)
#E0EEF5
(224,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E589B; }

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

This text font color is #0E589B.


Background Color

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

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

This div background color is #0E589B.


Border color

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

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

This div border color is #0E589B.


Opacity

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

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

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

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

This text has shadow with #0E589B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E589B on black background.


Color preview on white background

This text has color #0E589B on white background.



Black color preview on #0E589B background

This text has black color on #0E589B background.


White color preview on #0E589B background

This text has white color on #0E589B background.