COLOR #0E0227

HEX: #0E0227 RGB: (14,2,39)

Color info

#0E0227 contains red, green and blue colors in about the same proportion. Web safe color of #0E0227 is #000033 (or #003).

RGB color model

#0E0227 color RGB value is (14,2,39).

RGB: (14,2,39) (5%, 1%, 15%)

RGB channels and saturation

R 14 of 255 = 5%
G 2 of 255 = 1%
B 39 of 255 = 15%

14
2
39

R + G + B ~ 7%. #0E0227 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 2 + 39 = 55 (100%)
R 14 of 55 ~ 25.45%
G 2 of 55 ~ 3.64%
B 39 of 55 ~ 70.91'%

%25.45
%70.91

CMYK color model

#0E0227 color CMYK value is (64,95,0,85).

  • cyan value is 64.10%
  • magenta value is 94.87%
  • yellow value is 0.00%
  • key color value is 84.71%

CMYK: (64,95,0,85)
C64M95Y0K85 (64%, 95%, 0%, 85%)
(0.64 / 0.95 / 0.00 / 0.85)

CMYK percentages

%64.1
%94.87
%0
%84.71

Codes

Color #0E0227 in popluar color models

0E 02 27
RGB 14 2 39
HSL 259° 90.24% 8.04%
HSB/HSV 259° 94.87% 15.29%
CMYK 64.10% 94.87% 0.00%
84.71%

Color #0E0227 in popluar number systems.

HEX 0E 02 27
Decimal 14 2 39
Binary 1110 10 100111
Octal 16 2 47

Shades and tints

Shades of #0E0227

#0E0227
(14,2,39)
#0D0224
(13,2,36)
#0C0221
(12,2,33)
#0B021E
(11,2,30)
#0A021B
(10,2,27)
#090218
(9,2,24)
#080215
(8,2,21)
#070212
(7,2,18)
#06020F
(6,2,15)
#05020C
(5,2,12)
#040209
(4,2,9)
#000000
(0,0,0)

Tints of #0E0227

#0E0227
(14,2,39)
#23193A
(35,25,58)
#38304D
(56,48,77)
#4D4760
(77,71,96)
#625E73
(98,94,115)
#777586
(119,117,134)
#8C8C99
(140,140,153)
#A1A3AC
(161,163,172)
#B6BABF
(182,186,191)
#CBD1D2
(203,209,210)
#E0E8E5
(224,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0227; }

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

This text font color is #0E0227.

Background Color

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

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

This div background color is #0E0227.

Border color

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

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

This div border color is #0E0227.

Opacity

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

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

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

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

This text has shadow with #0E0227 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E0227.

Preview

Color preview on black background

This text has color #0E0227 on black background.


Color preview on white background

This text has color #0E0227 on white background.


Black color preview on #0E0227 background

This text has black color on #0E0227 background.


White color preview on #0E0227 background

This text has white color on #0E0227 background.


Related colors

Complementary color

Complementary color for #hex is #F1FDD8.


I love getcolorcode.com

Triadic colors

1 #270E02 and #02270E with #0E0227 are triadic colors.

2 #27020E and #020E27 with #0E0227 are triadic colors.