COLOR #0E116D

HEX: #0E116D RGB: (14,17,109)

Color info

#0E116D contains mainly blue color. Web safe color of #0E116D is #000066 (or #006).

RGB color model

#0E116D color RGB value is (14,17,109).

RGB: (14,17,109) (5%, 7%, 43%)

RGB channels and saturation

R 14 of 255 = 5%
G 17 of 255 = 7%
B 109 of 255 = 43%

14
17
109

R + G + B ~ 18%. #0E116D is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 17 + 109 = 140 (100%)
R 14 of 140 ~ 10%
G 17 of 140 ~ 12.14%
B 109 of 140 ~ 77.86'%

%10
%12.14
%77.86

CMYK color model

#0E116D color CMYK value is (87,84,0,57).

  • cyan value is 87.16%
  • magenta value is 84.40%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (87,84,0,57) C87M84Y0K57 (87%,84%,0%,57%) (0.87/0.84/0.00/0.57) 

CMYK percentages

%87.16
%84.4
%0
%57.25

Codes

Color #0E116D in popluar color models

0E 11 6D
RGB 14 17 109
HSL 238° 77.24% 24.12%
HSB/HSV 238° 87.16% 42.75%
CMYK 87.16% 84.40% 0.00%
57.25%

Color #0E116D in popluar number systems.

HEX 0E 11 6D
Decimal 14 17 109
Binary 1110 10001 1101101
Octal 16 21 155

Shades and tints

Shades of #0E116D

#0E116D
(14,17,109)
#0D1064
(13,16,100)
#0C0F5B
(12,15,91)
#0B0E52
(11,14,82)
#0A0D49
(10,13,73)
#090C40
(9,12,64)
#080B37
(8,11,55)
#070A2E
(7,10,46)
#060925
(6,9,37)
#05081C
(5,8,28)
#040713
(4,7,19)
#000000
(0,0,0)

Tints of #0E116D

#0E116D
(14,17,109)
#23267A
(35,38,122)
#383B87
(56,59,135)
#4D5094
(77,80,148)
#6265A1
(98,101,161)
#777AAE
(119,122,174)
#8C8FBB
(140,143,187)
#A1A4C8
(161,164,200)
#B6B9D5
(182,185,213)
#CBCEE2
(203,206,226)
#E0E3EF
(224,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E116D color. Also use rgb(14,17,109) instead hex code.

Text Font Color

.myTextColor { color: #0E116D; }

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

This text font color is #0E116D.

Background Color

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

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

This div background color is #0E116D.

Border color

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

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

This div border color is #0E116D.

Opacity

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

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

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

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

This text has shadow with #0E116D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E116D.

Preview

Color preview on black background

This text has color #0E116D on black background.


Color preview on white background

This text has color #0E116D on white background.


Black color preview on #0E116D background

This text has black color on #0E116D background.


White color preview on #0E116D background

This text has white color on #0E116D background.


Related colors

Complementary color

Complementary color for #hex is #F1EE92.


I love getcolorcode.com

Triadic colors

1 #6D0E11 and #116D0E with #0E116D are triadic colors.

2 #6D110E and #110E6D with #0E116D are triadic colors.