COLOR #0E0238

HEX: #0E0238
RGB: (14,2,56)

Color info

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

RGB color model

#0E0238 color RGB value is (14,2,56).

  • red value is 14;
  • green value is 2;
  • blue value is 56.
RGB:
(14,2,56)
(5%,1%,22%)

RGB channels and saturation

R 14 of 255 = 5%
G 2 of 255 = 1%
B 56 of 255 = 22%

14
2
56

R + G + B ~ 9%. #0E0238 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 2 + 56 = 72 (100%)
R 14 of 72 ~ 19.44%
G 2 of 72 ~ 2.78%
B 56 of 72 ~ 77.78%

%19.44
%77.78

CMYK color model

#0E0238 color CMYK value is (75,96,0,78).

  • cyan value is 75.00%
  • magenta value is 96.43%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(75,96,0,78)
C75M96Y0K78 
(75%,96%,0%,78%)
(0.75/0.96/0.00/0.78)	

CMYK percentages

%75
%96.43
%0
%78.04

Codes

Color #0E0238 in popluar color models

0E0238
RGB14256
HSL253°93.10%11.37%
HSB/HSV253°96.43%21.96%
CMYK75.00%96.43%0.00%
78.04%

Color #0E0238 in popluar number systems.

HEX0E0238
Decimal14256
Binary111010111000
Octal16270

Shades and tints

Shades of #0E0238

#0E0238
(14,2,56)
#0D0233
(13,2,51)
#0C022E
(12,2,46)
#0B0229
(11,2,41)
#0A0224
(10,2,36)
#09021F
(9,2,31)
#08021A
(8,2,26)
#070215
(7,2,21)
#060210
(6,2,16)
#05020B
(5,2,11)
#040206
(4,2,6)
#000000
(0,0,0)

Tints of #0E0238

#0E0238
(14,2,56)
#23194A
(35,25,74)
#38305C
(56,48,92)
#4D476E
(77,71,110)
#625E80
(98,94,128)
#777592
(119,117,146)
#8C8CA4
(140,140,164)
#A1A3B6
(161,163,182)
#B6BAC8
(182,186,200)
#CBD1DA
(203,209,218)
#E0E8EC
(224,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0238; }

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

This text font color is #0E0238.


Background Color

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

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

This div background color is #0E0238.


Border color

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

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

This div border color is #0E0238.


Opacity

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

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

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

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

This text has shadow with #0E0238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0238 on black background.


Color preview on white background

This text has color #0E0238 on white background.



Black color preview on #0E0238 background

This text has black color on #0E0238 background.


White color preview on #0E0238 background

This text has white color on #0E0238 background.