COLOR #0E2848

HEX: #0E2848
RGB: (14,40,72)

Color info

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

RGB color model

#0E2848 color RGB value is (14,40,72).

  • red value is 14;
  • green value is 40;
  • blue value is 72.
RGB:
(14,40,72)
(5%,16%,28%)

RGB channels and saturation

R 14 of 255 = 5%
G 40 of 255 = 16%
B 72 of 255 = 28%

14
40
72

R + G + B ~ 16%. #0E2848 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 40 + 72 = 126 (100%)
R 14 of 126 ~ 11.11%
G 40 of 126 ~ 31.75%
B 72 of 126 ~ 57.14%

%11.11
%31.75
%57.14

CMYK color model

#0E2848 color CMYK value is (81,44,0,72).

  • cyan value is 80.56%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(81,44,0,72)
C81M44Y0K72 
(81%,44%,0%,72%)
(0.81/0.44/0.00/0.72)	

CMYK percentages

%80.56
%44.44
%0
%71.76

Codes

Color #0E2848 in popluar color models

0E2848
RGB144072
HSL213°67.44%16.86%
HSB/HSV213°80.56%28.24%
CMYK80.56%44.44%0.00%
71.76%

Color #0E2848 in popluar number systems.

HEX0E2848
Decimal144072
Binary11101010001001000
Octal1650110

Shades and tints

Shades of #0E2848

#0E2848
(14,40,72)
#0D2542
(13,37,66)
#0C223C
(12,34,60)
#0B1F36
(11,31,54)
#0A1C30
(10,28,48)
#09192A
(9,25,42)
#081624
(8,22,36)
#07131E
(7,19,30)
#061018
(6,16,24)
#050D12
(5,13,18)
#040A0C
(4,10,12)
#000000
(0,0,0)

Tints of #0E2848

#0E2848
(14,40,72)
#233B58
(35,59,88)
#384E68
(56,78,104)
#4D6178
(77,97,120)
#627488
(98,116,136)
#778798
(119,135,152)
#8C9AA8
(140,154,168)
#A1ADB8
(161,173,184)
#B6C0C8
(182,192,200)
#CBD3D8
(203,211,216)
#E0E6E8
(224,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2848 color. Also use rgb(14,40,72) instead hex code.

Text Font Color

.myTextColor { color: #0E2848; }

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

This text font color is #0E2848.


Background Color

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

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

This div background color is #0E2848.


Border color

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

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

This div border color is #0E2848.


Opacity

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

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

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

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

This text has shadow with #0E2848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2848 on black background.


Color preview on white background

This text has color #0E2848 on white background.



Black color preview on #0E2848 background

This text has black color on #0E2848 background.


White color preview on #0E2848 background

This text has white color on #0E2848 background.