COLOR #0E2B41

HEX: #0E2B41 RGB: (14,43,65)

Color info

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

RGB color model

#0E2B41 color RGB value is (14,43,65).

RGB: (14,43,65) (5%, 17%, 25%)

RGB channels and saturation

R 14 of 255 = 5%
G 43 of 255 = 17%
B 65 of 255 = 25%

14
43
65

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

Portions of RGB colors in percentages

R + G + B = 14 + 43 + 65 = 122 (100%)
R 14 of 122 ~ 11.48%
G 43 of 122 ~ 35.25%
B 65 of 122 ~ 53.28'%

%11.48
%35.25
%53.28

CMYK color model

#0E2B41 color CMYK value is (78,34,0,75).

  • cyan value is 78.46%
  • magenta value is 33.85%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (78,34,0,75)
C78M34Y0K75 (78%, 34%, 0%, 75%)
(0.78 / 0.34 / 0.00 / 0.75)

CMYK percentages

%78.46
%33.85
%0
%74.51

Codes

Color #0E2B41 in popluar color models

0E 2B 41
RGB 14 43 65
HSL 206° 64.56% 15.49%
HSB/HSV 206° 78.46% 25.49%
CMYK 78.46% 33.85% 0.00%
74.51%

Color #0E2B41 in popluar number systems.

HEX 0E 2B 41
Decimal 14 43 65
Binary 1110 101011 1000001
Octal 16 53 101

Shades and tints

Shades of #0E2B41

#0E2B41
(14,43,65)
#0D283C
(13,40,60)
#0C2537
(12,37,55)
#0B2232
(11,34,50)
#0A1F2D
(10,31,45)
#091C28
(9,28,40)
#081923
(8,25,35)
#07161E
(7,22,30)
#061319
(6,19,25)
#051014
(5,16,20)
#040D0F
(4,13,15)
#000000
(0,0,0)

Tints of #0E2B41

#0E2B41
(14,43,65)
#233E52
(35,62,82)
#385163
(56,81,99)
#4D6474
(77,100,116)
#627785
(98,119,133)
#778A96
(119,138,150)
#8C9DA7
(140,157,167)
#A1B0B8
(161,176,184)
#B6C3C9
(182,195,201)
#CBD6DA
(203,214,218)
#E0E9EB
(224,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2B41; }

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

This text font color is #0E2B41.

Background Color

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

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

This div background color is #0E2B41.

Border color

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

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

This div border color is #0E2B41.

Opacity

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

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

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

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

This text has shadow with #0E2B41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E2B41.

Preview

Color preview on black background

This text has color #0E2B41 on black background.


Color preview on white background

This text has color #0E2B41 on white background.


Black color preview on #0E2B41 background

This text has black color on #0E2B41 background.


White color preview on #0E2B41 background

This text has white color on #0E2B41 background.


Related colors

Complementary color

Complementary color for #hex is #F1D4BE.


I love getcolorcode.com

Triadic colors

1 #410E2B and #2B410E with #0E2B41 are triadic colors.

2 #412B0E and #2B0E41 with #0E2B41 are triadic colors.