COLOR #0E2748

HEX: #0E2748
RGB: (14,39,72)

Color info

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

RGB color model

#0E2748 color RGB value is (14,39,72).

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

RGB channels and saturation

R 14 of 255 = 5%
G 39 of 255 = 15%
B 72 of 255 = 28%

14
39
72

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

Portions of RGB colors in percentages

R + G + B =
14 + 39 + 72 = 125 (100%)
R 14 of 125 ~ 11.2%
G 39 of 125 ~ 31.2%
B 72 of 125 ~ 57.6%

%11.2
%31.2
%57.6

CMYK color model

#0E2748 color CMYK value is (81,46,0,72).

  • cyan value is 80.56%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(81,46,0,72)
C81M46Y0K72 
(81%,46%,0%,72%)
(0.81/0.46/0.00/0.72)	

CMYK percentages

%80.56
%45.83
%0
%71.76

Codes

Color #0E2748 in popluar color models

0E2748
RGB143972
HSL214°67.44%16.86%
HSB/HSV214°80.56%28.24%
CMYK80.56%45.83%0.00%
71.76%

Color #0E2748 in popluar number systems.

HEX0E2748
Decimal143972
Binary11101001111001000
Octal1647110

Shades and tints

Shades of #0E2748

#0E2748
(14,39,72)
#0D2442
(13,36,66)
#0C213C
(12,33,60)
#0B1E36
(11,30,54)
#0A1B30
(10,27,48)
#09182A
(9,24,42)
#081524
(8,21,36)
#07121E
(7,18,30)
#060F18
(6,15,24)
#050C12
(5,12,18)
#04090C
(4,9,12)
#000000
(0,0,0)

Tints of #0E2748

#0E2748
(14,39,72)
#233A58
(35,58,88)
#384D68
(56,77,104)
#4D6078
(77,96,120)
#627388
(98,115,136)
#778698
(119,134,152)
#8C99A8
(140,153,168)
#A1ACB8
(161,172,184)
#B6BFC8
(182,191,200)
#CBD2D8
(203,210,216)
#E0E5E8
(224,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2748; }

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

This text font color is #0E2748.


Background Color

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

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

This div background color is #0E2748.


Border color

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

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

This div border color is #0E2748.


Opacity

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

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

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

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

This text has shadow with #0E2748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2748 on black background.


Color preview on white background

This text has color #0E2748 on white background.



Black color preview on #0E2748 background

This text has black color on #0E2748 background.


White color preview on #0E2748 background

This text has white color on #0E2748 background.