COLOR #0E274F

HEX: #0E274F
RGB: (14,39,79)

Color info

#0E274F contains mainly green and blue colors. Web safe color of #0E274F is #003366 (or #036).

RGB color model

#0E274F color RGB value is (14,39,79).

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

RGB channels and saturation

R 14 of 255 = 5%
G 39 of 255 = 15%
B 79 of 255 = 31%

14
39
79

R + G + B ~ 17%. #0E274F is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 39 + 79 = 132 (100%)
R 14 of 132 ~ 10.61%
G 39 of 132 ~ 29.55%
B 79 of 132 ~ 59.85%

%10.61
%29.55
%59.85

CMYK color model

#0E274F color CMYK value is (82,51,0,69).

  • cyan value is 82.28%
  • magenta value is 50.63%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(82,51,0,69)
C82M51Y0K69 
(82%,51%,0%,69%)
(0.82/0.51/0.00/0.69)	

CMYK percentages

%82.28
%50.63
%0
%69.02

Codes

Color #0E274F in popluar color models

0E274F
RGB143979
HSL217°69.89%18.24%
HSB/HSV217°82.28%30.98%
CMYK82.28%50.63%0.00%
69.02%

Color #0E274F in popluar number systems.

HEX0E274F
Decimal143979
Binary11101001111001111
Octal1647117

Shades and tints

Shades of #0E274F

#0E274F
(14,39,79)
#0D2448
(13,36,72)
#0C2141
(12,33,65)
#0B1E3A
(11,30,58)
#0A1B33
(10,27,51)
#09182C
(9,24,44)
#081525
(8,21,37)
#07121E
(7,18,30)
#060F17
(6,15,23)
#050C10
(5,12,16)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #0E274F

#0E274F
(14,39,79)
#233A5F
(35,58,95)
#384D6F
(56,77,111)
#4D607F
(77,96,127)
#62738F
(98,115,143)
#77869F
(119,134,159)
#8C99AF
(140,153,175)
#A1ACBF
(161,172,191)
#B6BFCF
(182,191,207)
#CBD2DF
(203,210,223)
#E0E5EF
(224,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E274F; }

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

This text font color is #0E274F.


Background Color

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

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

This div background color is #0E274F.


Border color

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

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

This div border color is #0E274F.


Opacity

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

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

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

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

This text has shadow with #0E274F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E274F on black background.


Color preview on white background

This text has color #0E274F on white background.



Black color preview on #0E274F background

This text has black color on #0E274F background.


White color preview on #0E274F background

This text has white color on #0E274F background.