COLOR #0E2A52

HEX: #0E2A52
RGB: (14,42,82)

Color info

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

RGB color model

#0E2A52 color RGB value is (14,42,82).

  • red value is 14;
  • green value is 42;
  • blue value is 82.
RGB:
(14,42,82)
(5%,16%,32%)

RGB channels and saturation

R 14 of 255 = 5%
G 42 of 255 = 16%
B 82 of 255 = 32%

14
42
82

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

Portions of RGB colors in percentages

R + G + B =
14 + 42 + 82 = 138 (100%)
R 14 of 138 ~ 10.14%
G 42 of 138 ~ 30.43%
B 82 of 138 ~ 59.42%

%10.14
%30.43
%59.42

CMYK color model

#0E2A52 color CMYK value is (83,49,0,68).

  • cyan value is 82.93%
  • magenta value is 48.78%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(83,49,0,68)
C83M49Y0K68 
(83%,49%,0%,68%)
(0.83/0.49/0.00/0.68)	

CMYK percentages

%82.93
%48.78
%0
%67.84

Codes

Color #0E2A52 in popluar color models

0E2A52
RGB144282
HSL215°70.83%18.82%
HSB/HSV215°82.93%32.16%
CMYK82.93%48.78%0.00%
67.84%

Color #0E2A52 in popluar number systems.

HEX0E2A52
Decimal144282
Binary11101010101010010
Octal1652122

Shades and tints

Shades of #0E2A52

#0E2A52
(14,42,82)
#0D274B
(13,39,75)
#0C2444
(12,36,68)
#0B213D
(11,33,61)
#0A1E36
(10,30,54)
#091B2F
(9,27,47)
#081828
(8,24,40)
#071521
(7,21,33)
#06121A
(6,18,26)
#050F13
(5,15,19)
#040C0C
(4,12,12)
#000000
(0,0,0)

Tints of #0E2A52

#0E2A52
(14,42,82)
#233D61
(35,61,97)
#385070
(56,80,112)
#4D637F
(77,99,127)
#62768E
(98,118,142)
#77899D
(119,137,157)
#8C9CAC
(140,156,172)
#A1AFBB
(161,175,187)
#B6C2CA
(182,194,202)
#CBD5D9
(203,213,217)
#E0E8E8
(224,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2A52 color. Also use rgb(14,42,82) instead hex code.

Text Font Color

.myTextColor { color: #0E2A52; }

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

This text font color is #0E2A52.


Background Color

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

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

This div background color is #0E2A52.


Border color

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

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

This div border color is #0E2A52.


Opacity

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

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

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

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

This text has shadow with #0E2A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2A52 on black background.


Color preview on white background

This text has color #0E2A52 on white background.



Black color preview on #0E2A52 background

This text has black color on #0E2A52 background.


White color preview on #0E2A52 background

This text has white color on #0E2A52 background.