COLOR #0D131D

HEX: #0D131D RGB: (13,19,29)

Color info

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

RGB color model

#0D131D color RGB value is (13,19,29).

RGB: (13,19,29) (5%, 7%, 11%)

RGB channels and saturation

R 13 of 255 = 5%
G 19 of 255 = 7%
B 29 of 255 = 11%

13
19
29

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

Portions of RGB colors in percentages

R + G + B = 13 + 19 + 29 = 61 (100%)
R 13 of 61 ~ 21.31%
G 19 of 61 ~ 31.15%
B 29 of 61 ~ 47.54'%

%21.31
%31.15
%47.54

CMYK color model

#0D131D color CMYK value is (55,34,0,89).

  • cyan value is 55.17%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 88.63%

CMYK: (55,34,0,89)
C55M34Y0K89 (55%, 34%, 0%, 89%)
(0.55 / 0.34 / 0.00 / 0.89)

CMYK percentages

%55.17
%34.48
%0
%88.63

Codes

Color #0D131D in popluar color models

0D 13 1D
RGB 13 19 29
HSL 218° 38.10% 8.24%
HSB/HSV 218° 55.17% 11.37%
CMYK 55.17% 34.48% 0.00%
88.63%

Color #0D131D in popluar number systems.

HEX 0D 13 1D
Decimal 13 19 29
Binary 1101 10011 11101
Octal 15 23 35

Shades and tints

Shades of #0D131D

#0D131D
(13,19,29)
#0C121B
(12,18,27)
#0B1119
(11,17,25)
#0A1017
(10,16,23)
#090F15
(9,15,21)
#080E13
(8,14,19)
#070D11
(7,13,17)
#060C0F
(6,12,15)
#050B0D
(5,11,13)
#040A0B
(4,10,11)
#030909
(3,9,9)
#000000
(0,0,0)

Tints of #0D131D

#0D131D
(13,19,29)
#232831
(35,40,49)
#393D45
(57,61,69)
#4F5259
(79,82,89)
#65676D
(101,103,109)
#7B7C81
(123,124,129)
#919195
(145,145,149)
#A7A6A9
(167,166,169)
#BDBBBD
(189,187,189)
#D3D0D1
(211,208,209)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D131D; }

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

This text font color is #0D131D.

Background Color

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

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

This div background color is #0D131D.

Border color

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

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

This div border color is #0D131D.

Opacity

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

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

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

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

This text has shadow with #0D131D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D131D.

Preview

Color preview on black background

This text has color #0D131D on black background.


Color preview on white background

This text has color #0D131D on white background.


Black color preview on #0D131D background

This text has black color on #0D131D background.


White color preview on #0D131D background

This text has white color on #0D131D background.


Related colors

Complementary color

Complementary color for #hex is #F2ECE2.


I love getcolorcode.com

Triadic colors

1 #1D0D13 and #131D0D with #0D131D are triadic colors.

2 #1D130D and #130D1D with #0D131D are triadic colors.