COLOR #0E213A

HEX: #0E213A
RGB: (14,33,58)

Color info

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

RGB color model

#0E213A color RGB value is (14,33,58).

  • red value is 14;
  • green value is 33;
  • blue value is 58.
RGB:
(14,33,58)
(5%,13%,23%)

RGB channels and saturation

R 14 of 255 = 5%
G 33 of 255 = 13%
B 58 of 255 = 23%

14
33
58

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

Portions of RGB colors in percentages

R + G + B =
14 + 33 + 58 = 105 (100%)
R 14 of 105 ~ 13.33%
G 33 of 105 ~ 31.43%
B 58 of 105 ~ 55.24%

%13.33
%31.43
%55.24

CMYK color model

#0E213A color CMYK value is (76,43,0,77).

  • cyan value is 75.86%
  • magenta value is 43.10%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(76,43,0,77)
C76M43Y0K77 
(76%,43%,0%,77%)
(0.76/0.43/0.00/0.77)	

CMYK percentages

%75.86
%43.1
%0
%77.25

Codes

Color #0E213A in popluar color models

0E213A
RGB143358
HSL214°61.11%14.12%
HSB/HSV214°75.86%22.75%
CMYK75.86%43.10%0.00%
77.25%

Color #0E213A in popluar number systems.

HEX0E213A
Decimal143358
Binary1110100001111010
Octal164172

Shades and tints

Shades of #0E213A

#0E213A
(14,33,58)
#0D1E35
(13,30,53)
#0C1B30
(12,27,48)
#0B182B
(11,24,43)
#0A1526
(10,21,38)
#091221
(9,18,33)
#080F1C
(8,15,28)
#070C17
(7,12,23)
#060912
(6,9,18)
#05060D
(5,6,13)
#040308
(4,3,8)
#000000
(0,0,0)

Tints of #0E213A

#0E213A
(14,33,58)
#23354B
(35,53,75)
#38495C
(56,73,92)
#4D5D6D
(77,93,109)
#62717E
(98,113,126)
#77858F
(119,133,143)
#8C99A0
(140,153,160)
#A1ADB1
(161,173,177)
#B6C1C2
(182,193,194)
#CBD5D3
(203,213,211)
#E0E9E4
(224,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E213A; }

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

This text font color is #0E213A.


Background Color

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

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

This div background color is #0E213A.


Border color

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

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

This div border color is #0E213A.


Opacity

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

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

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

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

This text has shadow with #0E213A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E213A on black background.


Color preview on white background

This text has color #0E213A on white background.



Black color preview on #0E213A background

This text has black color on #0E213A background.


White color preview on #0E213A background

This text has white color on #0E213A background.