COLOR #0E243A

HEX: #0E243A
RGB: (14,36,58)

Color info

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

RGB color model

#0E243A color RGB value is (14,36,58).

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

RGB channels and saturation

R 14 of 255 = 5%
G 36 of 255 = 14%
B 58 of 255 = 23%

14
36
58

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

Portions of RGB colors in percentages

R + G + B =
14 + 36 + 58 = 108 (100%)
R 14 of 108 ~ 12.96%
G 36 of 108 ~ 33.33%
B 58 of 108 ~ 53.7%

%12.96
%33.33
%53.7

CMYK color model

#0E243A color CMYK value is (76,38,0,77).

  • cyan value is 75.86%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(76,38,0,77)
C76M38Y0K77 
(76%,38%,0%,77%)
(0.76/0.38/0.00/0.77)	

CMYK percentages

%75.86
%37.93
%0
%77.25

Codes

Color #0E243A in popluar color models

0E243A
RGB143658
HSL210°61.11%14.12%
HSB/HSV210°75.86%22.75%
CMYK75.86%37.93%0.00%
77.25%

Color #0E243A in popluar number systems.

HEX0E243A
Decimal143658
Binary1110100100111010
Octal164472

Shades and tints

Shades of #0E243A

#0E243A
(14,36,58)
#0D2135
(13,33,53)
#0C1E30
(12,30,48)
#0B1B2B
(11,27,43)
#0A1826
(10,24,38)
#091521
(9,21,33)
#08121C
(8,18,28)
#070F17
(7,15,23)
#060C12
(6,12,18)
#05090D
(5,9,13)
#040608
(4,6,8)
#000000
(0,0,0)

Tints of #0E243A

#0E243A
(14,36,58)
#23374B
(35,55,75)
#384A5C
(56,74,92)
#4D5D6D
(77,93,109)
#62707E
(98,112,126)
#77838F
(119,131,143)
#8C96A0
(140,150,160)
#A1A9B1
(161,169,177)
#B6BCC2
(182,188,194)
#CBCFD3
(203,207,211)
#E0E2E4
(224,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E243A; }

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

This text font color is #0E243A.


Background Color

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

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

This div background color is #0E243A.


Border color

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

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

This div border color is #0E243A.


Opacity

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

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

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

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

This text has shadow with #0E243A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E243A on black background.


Color preview on white background

This text has color #0E243A on white background.



Black color preview on #0E243A background

This text has black color on #0E243A background.


White color preview on #0E243A background

This text has white color on #0E243A background.