COLOR #0E5F98

HEX: #0E5F98 RGB: (14,95,152)

Color info

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

RGB color model

#0E5F98 color RGB value is (14,95,152).

RGB: (14,95,152) (5%, 37%, 60%)

RGB channels and saturation

R 14 of 255 = 5%
G 95 of 255 = 37%
B 152 of 255 = 60%

14
95
152

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

Portions of RGB colors in percentages

R + G + B = 14 + 95 + 152 = 261 (100%)
R 14 of 261 ~ 5.36%
G 95 of 261 ~ 36.4%
B 152 of 261 ~ 58.24'%

%36.4
%58.24

CMYK color model

#0E5F98 color CMYK value is (91,38,0,40).

  • cyan value is 90.79%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (91,38,0,40)
C91M38Y0K40 (91%, 38%, 0%, 40%)
(0.91 / 0.38 / 0.00 / 0.40)

CMYK percentages

%90.79
%37.5
%0
%40.39

Codes

Color #0E5F98 in popluar color models

0E 5F 98
RGB 14 95 152
HSL 205° 83.13% 32.55%
HSB/HSV 205° 90.79% 59.61%
CMYK 90.79% 37.50% 0.00%
40.39%

Color #0E5F98 in popluar number systems.

HEX 0E 5F 98
Decimal 14 95 152
Binary 1110 1011111 10011000
Octal 16 137 230

Shades and tints

Shades of #0E5F98

#0E5F98
(14,95,152)
#0D578B
(13,87,139)
#0C4F7E
(12,79,126)
#0B4771
(11,71,113)
#0A3F64
(10,63,100)
#093757
(9,55,87)
#082F4A
(8,47,74)
#07273D
(7,39,61)
#061F30
(6,31,48)
#051723
(5,23,35)
#040F16
(4,15,22)
#000000
(0,0,0)

Tints of #0E5F98

#0E5F98
(14,95,152)
#236DA1
(35,109,161)
#387BAA
(56,123,170)
#4D89B3
(77,137,179)
#6297BC
(98,151,188)
#77A5C5
(119,165,197)
#8CB3CE
(140,179,206)
#A1C1D7
(161,193,215)
#B6CFE0
(182,207,224)
#CBDDE9
(203,221,233)
#E0EBF2
(224,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5F98 color. Also use rgb(14,95,152) instead hex code.

Text Font Color

.myTextColor { color: #0E5F98; }

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

This text font color is #0E5F98.

Background Color

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

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

This div background color is #0E5F98.

Border color

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

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

This div border color is #0E5F98.

Opacity

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

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

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

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

This text has shadow with #0E5F98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E5F98.

Preview

Color preview on black background

This text has color #0E5F98 on black background.


Color preview on white background

This text has color #0E5F98 on white background.


Black color preview on #0E5F98 background

This text has black color on #0E5F98 background.


White color preview on #0E5F98 background

This text has white color on #0E5F98 background.


Related colors

Complementary color

Complementary color for #hex is #F1A067.


I love getcolorcode.com

Triadic colors

1 #980E5F and #5F980E with #0E5F98 are triadic colors.

2 #985F0E and #5F0E98 with #0E5F98 are triadic colors.