COLOR #0E032B

HEX: #0E032B RGB: (14,3,43)

Color info

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

RGB color model

#0E032B color RGB value is (14,3,43).

RGB: (14,3,43) (5%, 1%, 17%)

RGB channels and saturation

R 14 of 255 = 5%
G 3 of 255 = 1%
B 43 of 255 = 17%

14
3
43

R + G + B ~ 8%. #0E032B is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 3 + 43 = 60 (100%)
R 14 of 60 ~ 23.33%
G 3 of 60 ~ 5%
B 43 of 60 ~ 71.67'%

%23.33
%71.67

CMYK color model

#0E032B color CMYK value is (67,93,0,83).

  • cyan value is 67.44%
  • magenta value is 93.02%
  • yellow value is 0.00%
  • key color value is 83.14%

CMYK: (67,93,0,83)
C67M93Y0K83 (67%, 93%, 0%, 83%)
(0.67 / 0.93 / 0.00 / 0.83)

CMYK percentages

%67.44
%93.02
%0
%83.14

Codes

Color #0E032B in popluar color models

0E 03 2B
RGB 14 3 43
HSL 257° 86.96% 9.02%
HSB/HSV 257° 93.02% 16.86%
CMYK 67.44% 93.02% 0.00%
83.14%

Color #0E032B in popluar number systems.

HEX 0E 03 2B
Decimal 14 3 43
Binary 1110 11 101011
Octal 16 3 53

Shades and tints

Shades of #0E032B

#0E032B
(14,3,43)
#0D0328
(13,3,40)
#0C0325
(12,3,37)
#0B0322
(11,3,34)
#0A031F
(10,3,31)
#09031C
(9,3,28)
#080319
(8,3,25)
#070316
(7,3,22)
#060313
(6,3,19)
#050310
(5,3,16)
#04030D
(4,3,13)
#000000
(0,0,0)

Tints of #0E032B

#0E032B
(14,3,43)
#23193E
(35,25,62)
#382F51
(56,47,81)
#4D4564
(77,69,100)
#625B77
(98,91,119)
#77718A
(119,113,138)
#8C879D
(140,135,157)
#A19DB0
(161,157,176)
#B6B3C3
(182,179,195)
#CBC9D6
(203,201,214)
#E0DFE9
(224,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E032B color. Also use rgb(14,3,43) instead hex code.

Text Font Color

.myTextColor { color: #0E032B; }

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

This text font color is #0E032B.

Background Color

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

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

This div background color is #0E032B.

Border color

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

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

This div border color is #0E032B.

Opacity

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

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

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

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

This text has shadow with #0E032B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E032B.

Preview

Color preview on black background

This text has color #0E032B on black background.


Color preview on white background

This text has color #0E032B on white background.


Black color preview on #0E032B background

This text has black color on #0E032B background.


White color preview on #0E032B background

This text has white color on #0E032B background.


Related colors

Complementary color

Complementary color for #hex is #F1FCD4.


I love getcolorcode.com

Triadic colors

1 #2B0E03 and #032B0E with #0E032B are triadic colors.

2 #2B030E and #030E2B with #0E032B are triadic colors.