COLOR #0D0E2A

HEX: #0D0E2A
RGB: (13,14,42)

Color info

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

RGB color model

#0D0E2A color RGB value is (13,14,42).

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

RGB channels and saturation

R 13 of 255 = 5%
G 14 of 255 = 5%
B 42 of 255 = 16%

13
14
42

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

Portions of RGB colors in percentages

R + G + B =
13 + 14 + 42 = 69 (100%)
R 13 of 69 ~ 18.84%
G 14 of 69 ~ 20.29%
B 42 of 69 ~ 60.87%

%18.84
%20.29
%60.87

CMYK color model

#0D0E2A color CMYK value is (69,67,0,84).

  • cyan value is 69.05%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(69,67,0,84)
C69M67Y0K84 
(69%,67%,0%,84%)
(0.69/0.67/0.00/0.84)	

CMYK percentages

%69.05
%66.67
%0
%83.53

Codes

Color #0D0E2A in popluar color models

0D0E2A
RGB131442
HSL238°52.73%10.78%
HSB/HSV238°69.05%16.47%
CMYK69.05%66.67%0.00%
83.53%

Color #0D0E2A in popluar number systems.

HEX0D0E2A
Decimal131442
Binary11011110101010
Octal151652

Shades and tints

Shades of #0D0E2A

#0D0E2A
(13,14,42)
#0C0D27
(12,13,39)
#0B0C24
(11,12,36)
#0A0B21
(10,11,33)
#090A1E
(9,10,30)
#08091B
(8,9,27)
#070818
(7,8,24)
#060715
(6,7,21)
#050612
(5,6,18)
#04050F
(4,5,15)
#03040C
(3,4,12)
#000000
(0,0,0)

Tints of #0D0E2A

#0D0E2A
(13,14,42)
#23233D
(35,35,61)
#393850
(57,56,80)
#4F4D63
(79,77,99)
#656276
(101,98,118)
#7B7789
(123,119,137)
#918C9C
(145,140,156)
#A7A1AF
(167,161,175)
#BDB6C2
(189,182,194)
#D3CBD5
(211,203,213)
#E9E0E8
(233,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0E2A; }

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

This text font color is #0D0E2A.


Background Color

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

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

This div background color is #0D0E2A.


Border color

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

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

This div border color is #0D0E2A.


Opacity

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

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

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

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

This text has shadow with #0D0E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0E2A on black background.


Color preview on white background

This text has color #0D0E2A on white background.



Black color preview on #0D0E2A background

This text has black color on #0D0E2A background.


White color preview on #0D0E2A background

This text has white color on #0D0E2A background.