COLOR #0E1225

HEX: #0E1225
RGB: (14,18,37)

Color info

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

RGB color model

#0E1225 color RGB value is (14,18,37).

  • red value is 14;
  • green value is 18;
  • blue value is 37.
RGB:
(14,18,37)
(5%,7%,15%)

RGB channels and saturation

R 14 of 255 = 5%
G 18 of 255 = 7%
B 37 of 255 = 15%

14
18
37

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

Portions of RGB colors in percentages

R + G + B =
14 + 18 + 37 = 69 (100%)
R 14 of 69 ~ 20.29%
G 18 of 69 ~ 26.09%
B 37 of 69 ~ 53.62%

%20.29
%26.09
%53.62

CMYK color model

#0E1225 color CMYK value is (62,51,0,85).

  • cyan value is 62.16%
  • magenta value is 51.35%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(62,51,0,85)
C62M51Y0K85 
(62%,51%,0%,85%)
(0.62/0.51/0.00/0.85)	

CMYK percentages

%62.16
%51.35
%0
%85.49

Codes

Color #0E1225 in popluar color models

0E1225
RGB141837
HSL230°45.10%10.00%
HSB/HSV230°62.16%14.51%
CMYK62.16%51.35%0.00%
85.49%

Color #0E1225 in popluar number systems.

HEX0E1225
Decimal141837
Binary111010010100101
Octal162245

Shades and tints

Shades of #0E1225

#0E1225
(14,18,37)
#0D1122
(13,17,34)
#0C101F
(12,16,31)
#0B0F1C
(11,15,28)
#0A0E19
(10,14,25)
#090D16
(9,13,22)
#080C13
(8,12,19)
#070B10
(7,11,16)
#060A0D
(6,10,13)
#05090A
(5,9,10)
#040807
(4,8,7)
#000000
(0,0,0)

Tints of #0E1225

#0E1225
(14,18,37)
#232738
(35,39,56)
#383C4B
(56,60,75)
#4D515E
(77,81,94)
#626671
(98,102,113)
#777B84
(119,123,132)
#8C9097
(140,144,151)
#A1A5AA
(161,165,170)
#B6BABD
(182,186,189)
#CBCFD0
(203,207,208)
#E0E4E3
(224,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1225 color. Also use rgb(14,18,37) instead hex code.

Text Font Color

.myTextColor { color: #0E1225; }

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

This text font color is #0E1225.


Background Color

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

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

This div background color is #0E1225.


Border color

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

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

This div border color is #0E1225.


Opacity

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

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

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

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

This text has shadow with #0E1225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1225 on black background.


Color preview on white background

This text has color #0E1225 on white background.



Black color preview on #0E1225 background

This text has black color on #0E1225 background.


White color preview on #0E1225 background

This text has white color on #0E1225 background.