COLOR #0E274B

HEX: #0E274B
RGB: (14,39,75)

Color info

#0E274B contains mainly green and blue colors. Web safe color of #0E274B is #003333 (or #033).

RGB color model

#0E274B color RGB value is (14,39,75).

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

RGB channels and saturation

R 14 of 255 = 5%
G 39 of 255 = 15%
B 75 of 255 = 29%

14
39
75

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

Portions of RGB colors in percentages

R + G + B =
14 + 39 + 75 = 128 (100%)
R 14 of 128 ~ 10.94%
G 39 of 128 ~ 30.47%
B 75 of 128 ~ 58.59%

%10.94
%30.47
%58.59

CMYK color model

#0E274B color CMYK value is (81,48,0,71).

  • cyan value is 81.33%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(81,48,0,71)
C81M48Y0K71 
(81%,48%,0%,71%)
(0.81/0.48/0.00/0.71)	

CMYK percentages

%81.33
%48
%0
%70.59

Codes

Color #0E274B in popluar color models

0E274B
RGB143975
HSL215°68.54%17.45%
HSB/HSV215°81.33%29.41%
CMYK81.33%48.00%0.00%
70.59%

Color #0E274B in popluar number systems.

HEX0E274B
Decimal143975
Binary11101001111001011
Octal1647113

Shades and tints

Shades of #0E274B

#0E274B
(14,39,75)
#0D2445
(13,36,69)
#0C213F
(12,33,63)
#0B1E39
(11,30,57)
#0A1B33
(10,27,51)
#09182D
(9,24,45)
#081527
(8,21,39)
#071221
(7,18,33)
#060F1B
(6,15,27)
#050C15
(5,12,21)
#04090F
(4,9,15)
#000000
(0,0,0)

Tints of #0E274B

#0E274B
(14,39,75)
#233A5B
(35,58,91)
#384D6B
(56,77,107)
#4D607B
(77,96,123)
#62738B
(98,115,139)
#77869B
(119,134,155)
#8C99AB
(140,153,171)
#A1ACBB
(161,172,187)
#B6BFCB
(182,191,203)
#CBD2DB
(203,210,219)
#E0E5EB
(224,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E274B; }

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

This text font color is #0E274B.


Background Color

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

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

This div background color is #0E274B.


Border color

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

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

This div border color is #0E274B.


Opacity

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

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

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

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

This text has shadow with #0E274B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E274B on black background.


Color preview on white background

This text has color #0E274B on white background.



Black color preview on #0E274B background

This text has black color on #0E274B background.


White color preview on #0E274B background

This text has white color on #0E274B background.