COLOR #0E3B58

HEX: #0E3B58
RGB: (14,59,88)

Color info

#0E3B58 contains mainly green and blue colors. Web safe color of #0E3B58 is #003366 (or #036).

RGB color model

#0E3B58 color RGB value is (14,59,88).

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

RGB channels and saturation

R 14 of 255 = 5%
G 59 of 255 = 23%
B 88 of 255 = 35%

14
59
88

R + G + B ~ 21%. #0E3B58 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 59 + 88 = 161 (100%)
R 14 of 161 ~ 8.7%
G 59 of 161 ~ 36.65%
B 88 of 161 ~ 54.66%

%36.65
%54.66

CMYK color model

#0E3B58 color CMYK value is (84,33,0,65).

  • cyan value is 84.09%
  • magenta value is 32.95%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(84,33,0,65)
C84M33Y0K65 
(84%,33%,0%,65%)
(0.84/0.33/0.00/0.65)	

CMYK percentages

%84.09
%32.95
%0
%65.49

Codes

Color #0E3B58 in popluar color models

0E3B58
RGB145988
HSL204°72.55%20.00%
HSB/HSV204°84.09%34.51%
CMYK84.09%32.95%0.00%
65.49%

Color #0E3B58 in popluar number systems.

HEX0E3B58
Decimal145988
Binary11101110111011000
Octal1673130

Shades and tints

Shades of #0E3B58

#0E3B58
(14,59,88)
#0D3650
(13,54,80)
#0C3148
(12,49,72)
#0B2C40
(11,44,64)
#0A2738
(10,39,56)
#092230
(9,34,48)
#081D28
(8,29,40)
#071820
(7,24,32)
#061318
(6,19,24)
#050E10
(5,14,16)
#040908
(4,9,8)
#000000
(0,0,0)

Tints of #0E3B58

#0E3B58
(14,59,88)
#234C67
(35,76,103)
#385D76
(56,93,118)
#4D6E85
(77,110,133)
#627F94
(98,127,148)
#7790A3
(119,144,163)
#8CA1B2
(140,161,178)
#A1B2C1
(161,178,193)
#B6C3D0
(182,195,208)
#CBD4DF
(203,212,223)
#E0E5EE
(224,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3B58; }

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

This text font color is #0E3B58.


Background Color

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

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

This div background color is #0E3B58.


Border color

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

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

This div border color is #0E3B58.


Opacity

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

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

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

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

This text has shadow with #0E3B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3B58 on black background.


Color preview on white background

This text has color #0E3B58 on white background.



Black color preview on #0E3B58 background

This text has black color on #0E3B58 background.


White color preview on #0E3B58 background

This text has white color on #0E3B58 background.