COLOR #0E2342

HEX: #0E2342 RGB: (14,35,66)

Color info

#0E2342 contains red, green and blue colors in about the same proportion. Web safe color of #0E2342 is #003333 (or #033).

RGB color model

#0E2342 color RGB value is (14,35,66).

RGB: (14,35,66) (5%, 14%, 26%)

RGB channels and saturation

R 14 of 255 = 5%
G 35 of 255 = 14%
B 66 of 255 = 26%

14
35
66

R + G + B ~ 15%. #0E2342 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 35 + 66 = 115 (100%)
R 14 of 115 ~ 12.17%
G 35 of 115 ~ 30.43%
B 66 of 115 ~ 57.39'%

%12.17
%30.43
%57.39

CMYK color model

#0E2342 color CMYK value is (79,47,0,74).

  • cyan value is 78.79%
  • magenta value is 46.97%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (79,47,0,74)
C79M47Y0K74 (79%, 47%, 0%, 74%)
(0.79 / 0.47 / 0.00 / 0.74)

CMYK percentages

%78.79
%46.97
%0
%74.12

Codes

Color #0E2342 in popluar color models

0E 23 42
RGB 14 35 66
HSL 216° 65.00% 15.69%
HSB/HSV 216° 78.79% 25.88%
CMYK 78.79% 46.97% 0.00%
74.12%

Color #0E2342 in popluar number systems.

HEX 0E 23 42
Decimal 14 35 66
Binary 1110 100011 1000010
Octal 16 43 102

Shades and tints

Shades of #0E2342

#0E2342
(14,35,66)
#0D203C
(13,32,60)
#0C1D36
(12,29,54)
#0B1A30
(11,26,48)
#0A172A
(10,23,42)
#091424
(9,20,36)
#08111E
(8,17,30)
#070E18
(7,14,24)
#060B12
(6,11,18)
#05080C
(5,8,12)
#040506
(4,5,6)
#000000
(0,0,0)

Tints of #0E2342

#0E2342
(14,35,66)
#233753
(35,55,83)
#384B64
(56,75,100)
#4D5F75
(77,95,117)
#627386
(98,115,134)
#778797
(119,135,151)
#8C9BA8
(140,155,168)
#A1AFB9
(161,175,185)
#B6C3CA
(182,195,202)
#CBD7DB
(203,215,219)
#E0EBEC
(224,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2342 color. Also use rgb(14,35,66) instead hex code.

Text Font Color

.myTextColor { color: #0E2342; }

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

This text font color is #0E2342.

Background Color

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

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

This div background color is #0E2342.

Border color

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

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

This div border color is #0E2342.

Opacity

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

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

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

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

This text has shadow with #0E2342 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2342.

Preview

Color preview on black background

This text has color #0E2342 on black background.


Color preview on white background

This text has color #0E2342 on white background.


Black color preview on #0E2342 background

This text has black color on #0E2342 background.


White color preview on #0E2342 background

This text has white color on #0E2342 background.


Related colors

Complementary color

Complementary color for #hex is #F1DCBD.


I love getcolorcode.com

Triadic colors

1 #420E23 and #23420E with #0E2342 are triadic colors.

2 #42230E and #230E42 with #0E2342 are triadic colors.