COLOR #0E213D

HEX: #0E213D RGB: (14,33,61)

Color info

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

RGB color model

#0E213D color RGB value is (14,33,61).

RGB: (14,33,61) (5%, 13%, 24%)

RGB channels and saturation

R 14 of 255 = 5%
G 33 of 255 = 13%
B 61 of 255 = 24%

14
33
61

R + G + B ~ 14%. #0E213D is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 33 + 61 = 108 (100%)
R 14 of 108 ~ 12.96%
G 33 of 108 ~ 30.56%
B 61 of 108 ~ 56.48'%

%12.96
%30.56
%56.48

CMYK color model

#0E213D color CMYK value is (77,46,0,76).

  • cyan value is 77.05%
  • magenta value is 45.90%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK: (77,46,0,76) C77M46Y0K76 (77%,46%,0%,76%) (0.77/0.46/0.00/0.76) 

CMYK percentages

%77.05
%45.9
%0
%76.08

Codes

Color #0E213D in popluar color models

0E 21 3D
RGB 14 33 61
HSL 216° 62.67% 14.71%
HSB/HSV 216° 77.05% 23.92%
CMYK 77.05% 45.90% 0.00%
76.08%

Color #0E213D in popluar number systems.

HEX 0E 21 3D
Decimal 14 33 61
Binary 1110 100001 111101
Octal 16 41 75

Shades and tints

Shades of #0E213D

#0E213D
(14,33,61)
#0D1E38
(13,30,56)
#0C1B33
(12,27,51)
#0B182E
(11,24,46)
#0A1529
(10,21,41)
#091224
(9,18,36)
#080F1F
(8,15,31)
#070C1A
(7,12,26)
#060915
(6,9,21)
#050610
(5,6,16)
#04030B
(4,3,11)
#000000
(0,0,0)

Tints of #0E213D

#0E213D
(14,33,61)
#23354E
(35,53,78)
#38495F
(56,73,95)
#4D5D70
(77,93,112)
#627181
(98,113,129)
#778592
(119,133,146)
#8C99A3
(140,153,163)
#A1ADB4
(161,173,180)
#B6C1C5
(182,193,197)
#CBD5D6
(203,213,214)
#E0E9E7
(224,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E213D color. Also use rgb(14,33,61) instead hex code.

Text Font Color

.myTextColor { color: #0E213D; }

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

This text font color is #0E213D.

Background Color

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

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

This div background color is #0E213D.

Border color

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

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

This div border color is #0E213D.

Opacity

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

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

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

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

This text has shadow with #0E213D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E213D.

Preview

Color preview on black background

This text has color #0E213D on black background.


Color preview on white background

This text has color #0E213D on white background.


Black color preview on #0E213D background

This text has black color on #0E213D background.


White color preview on #0E213D background

This text has white color on #0E213D background.


Related colors

Complementary color

Complementary color for #hex is #F1DEC2.


I love getcolorcode.com

Triadic colors

1 #3D0E21 and #213D0E with #0E213D are triadic colors.

2 #3D210E and #210E3D with #0E213D are triadic colors.