COLOR #0D141D

HEX: #0D141D
RGB: (13,20,29)

Color info

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

RGB color model

#0D141D color RGB value is (13,20,29).

  • red value is 13;
  • green value is 20;
  • blue value is 29.
RGB:
(13,20,29)
(5%,8%,11%)

RGB channels and saturation

R 13 of 255 = 5%
G 20 of 255 = 8%
B 29 of 255 = 11%

13
20
29

R + G + B ~ 8%. #0D141D is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 20 + 29 = 62 (100%)
R 13 of 62 ~ 20.97%
G 20 of 62 ~ 32.26%
B 29 of 62 ~ 46.77%

%20.97
%32.26
%46.77

CMYK color model

#0D141D color CMYK value is (55,31,0,89).

  • cyan value is 55.17%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(55,31,0,89)
C55M31Y0K89 
(55%,31%,0%,89%)
(0.55/0.31/0.00/0.89)	

CMYK percentages

%55.17
%31.03
%0
%88.63

Codes

Color #0D141D in popluar color models

0D141D
RGB132029
HSL214°38.10%8.24%
HSB/HSV214°55.17%11.37%
CMYK55.17%31.03%0.00%
88.63%

Color #0D141D in popluar number systems.

HEX0D141D
Decimal132029
Binary11011010011101
Octal152435

Shades and tints

Shades of #0D141D

#0D141D
(13,20,29)
#0C131B
(12,19,27)
#0B1219
(11,18,25)
#0A1117
(10,17,23)
#091015
(9,16,21)
#080F13
(8,15,19)
#070E11
(7,14,17)
#060D0F
(6,13,15)
#050C0D
(5,12,13)
#040B0B
(4,11,11)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #0D141D

#0D141D
(13,20,29)
#232931
(35,41,49)
#393E45
(57,62,69)
#4F5359
(79,83,89)
#65686D
(101,104,109)
#7B7D81
(123,125,129)
#919295
(145,146,149)
#A7A7A9
(167,167,169)
#BDBCBD
(189,188,189)
#D3D1D1
(211,209,209)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D141D color. Also use rgb(13,20,29) instead hex code.

Text Font Color

.myTextColor { color: #0D141D; }

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

This text font color is #0D141D.


Background Color

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

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

This div background color is #0D141D.


Border color

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

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

This div border color is #0D141D.


Opacity

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

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

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

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

This text has shadow with #0D141D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D141D on black background.


Color preview on white background

This text has color #0D141D on white background.



Black color preview on #0D141D background

This text has black color on #0D141D background.


White color preview on #0D141D background

This text has white color on #0D141D background.