COLOR #0E2B55

HEX: #0E2B55
RGB: (14,43,85)

Color info

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

RGB color model

#0E2B55 color RGB value is (14,43,85).

  • red value is 14;
  • green value is 43;
  • blue value is 85.
RGB:
(14,43,85)
(5%,17%,33%)

RGB channels and saturation

R 14 of 255 = 5%
G 43 of 255 = 17%
B 85 of 255 = 33%

14
43
85

R + G + B ~ 18%. #0E2B55 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 43 + 85 = 142 (100%)
R 14 of 142 ~ 9.86%
G 43 of 142 ~ 30.28%
B 85 of 142 ~ 59.86%

%9.86
%30.28
%59.86

CMYK color model

#0E2B55 color CMYK value is (84,49,0,67).

  • cyan value is 83.53%
  • magenta value is 49.41%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(84,49,0,67)
C84M49Y0K67 
(84%,49%,0%,67%)
(0.84/0.49/0.00/0.67)	

CMYK percentages

%83.53
%49.41
%0
%66.67

Codes

Color #0E2B55 in popluar color models

0E2B55
RGB144385
HSL215°71.72%19.41%
HSB/HSV215°83.53%33.33%
CMYK83.53%49.41%0.00%
66.67%

Color #0E2B55 in popluar number systems.

HEX0E2B55
Decimal144385
Binary11101010111010101
Octal1653125

Shades and tints

Shades of #0E2B55

#0E2B55
(14,43,85)
#0D284E
(13,40,78)
#0C2547
(12,37,71)
#0B2240
(11,34,64)
#0A1F39
(10,31,57)
#091C32
(9,28,50)
#08192B
(8,25,43)
#071624
(7,22,36)
#06131D
(6,19,29)
#051016
(5,16,22)
#040D0F
(4,13,15)
#000000
(0,0,0)

Tints of #0E2B55

#0E2B55
(14,43,85)
#233E64
(35,62,100)
#385173
(56,81,115)
#4D6482
(77,100,130)
#627791
(98,119,145)
#778AA0
(119,138,160)
#8C9DAF
(140,157,175)
#A1B0BE
(161,176,190)
#B6C3CD
(182,195,205)
#CBD6DC
(203,214,220)
#E0E9EB
(224,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2B55; }

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

This text font color is #0E2B55.


Background Color

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

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

This div background color is #0E2B55.


Border color

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

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

This div border color is #0E2B55.


Opacity

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

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

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

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

This text has shadow with #0E2B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2B55 on black background.


Color preview on white background

This text has color #0E2B55 on white background.



Black color preview on #0E2B55 background

This text has black color on #0E2B55 background.


White color preview on #0E2B55 background

This text has white color on #0E2B55 background.