COLOR #0E1A25

HEX: #0E1A25
RGB: (14,26,37)

Color info

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

RGB color model

#0E1A25 color RGB value is (14,26,37).

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

RGB channels and saturation

R 14 of 255 = 5%
G 26 of 255 = 10%
B 37 of 255 = 15%

14
26
37

R + G + B ~ 10%. #0E1A25 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 26 + 37 = 77 (100%)
R 14 of 77 ~ 18.18%
G 26 of 77 ~ 33.77%
B 37 of 77 ~ 48.05%

%18.18
%33.77
%48.05

CMYK color model

#0E1A25 color CMYK value is (62,30,0,85).

  • cyan value is 62.16%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(62,30,0,85)
C62M30Y0K85 
(62%,30%,0%,85%)
(0.62/0.30/0.00/0.85)	

CMYK percentages

%62.16
%29.73
%0
%85.49

Codes

Color #0E1A25 in popluar color models

0E1A25
RGB142637
HSL209°45.10%10.00%
HSB/HSV209°62.16%14.51%
CMYK62.16%29.73%0.00%
85.49%

Color #0E1A25 in popluar number systems.

HEX0E1A25
Decimal142637
Binary111011010100101
Octal163245

Shades and tints

Shades of #0E1A25

#0E1A25
(14,26,37)
#0D1822
(13,24,34)
#0C161F
(12,22,31)
#0B141C
(11,20,28)
#0A1219
(10,18,25)
#091016
(9,16,22)
#080E13
(8,14,19)
#070C10
(7,12,16)
#060A0D
(6,10,13)
#05080A
(5,8,10)
#040607
(4,6,7)
#000000
(0,0,0)

Tints of #0E1A25

#0E1A25
(14,26,37)
#232E38
(35,46,56)
#38424B
(56,66,75)
#4D565E
(77,86,94)
#626A71
(98,106,113)
#777E84
(119,126,132)
#8C9297
(140,146,151)
#A1A6AA
(161,166,170)
#B6BABD
(182,186,189)
#CBCED0
(203,206,208)
#E0E2E3
(224,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1A25; }

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

This text font color is #0E1A25.


Background Color

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

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

This div background color is #0E1A25.


Border color

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

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

This div border color is #0E1A25.


Opacity

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

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

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

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

This text has shadow with #0E1A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1A25 on black background.


Color preview on white background

This text has color #0E1A25 on white background.



Black color preview on #0E1A25 background

This text has black color on #0E1A25 background.


White color preview on #0E1A25 background

This text has white color on #0E1A25 background.