COLOR #0D182F

HEX: #0D182F RGB: (13,24,47)

Color info

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

RGB color model

#0D182F color RGB value is (13,24,47).

RGB: (13,24,47) (5%, 9%, 18%)

RGB channels and saturation

R 13 of 255 = 5%
G 24 of 255 = 9%
B 47 of 255 = 18%

13
24
47

R + G + B ~ 11%. #0D182F is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 24 + 47 = 84 (100%)
R 13 of 84 ~ 15.48%
G 24 of 84 ~ 28.57%
B 47 of 84 ~ 55.95'%

%15.48
%28.57
%55.95

CMYK color model

#0D182F color CMYK value is (72,49,0,82).

  • cyan value is 72.34%
  • magenta value is 48.94%
  • yellow value is 0.00%
  • key color value is 81.57%

CMYK: (72,49,0,82)
C72M49Y0K82 (72%, 49%, 0%, 82%)
(0.72 / 0.49 / 0.00 / 0.82)

CMYK percentages

%72.34
%48.94
%0
%81.57

Codes

Color #0D182F in popluar color models

0D 18 2F
RGB 13 24 47
HSL 221° 56.67% 11.76%
HSB/HSV 221° 72.34% 18.43%
CMYK 72.34% 48.94% 0.00%
81.57%

Color #0D182F in popluar number systems.

HEX 0D 18 2F
Decimal 13 24 47
Binary 1101 11000 101111
Octal 15 30 57

Shades and tints

Shades of #0D182F

#0D182F
(13,24,47)
#0C162B
(12,22,43)
#0B1427
(11,20,39)
#0A1223
(10,18,35)
#09101F
(9,16,31)
#080E1B
(8,14,27)
#070C17
(7,12,23)
#060A13
(6,10,19)
#05080F
(5,8,15)
#04060B
(4,6,11)
#030407
(3,4,7)
#000000
(0,0,0)

Tints of #0D182F

#0D182F
(13,24,47)
#232D41
(35,45,65)
#394253
(57,66,83)
#4F5765
(79,87,101)
#656C77
(101,108,119)
#7B8189
(123,129,137)
#91969B
(145,150,155)
#A7ABAD
(167,171,173)
#BDC0BF
(189,192,191)
#D3D5D1
(211,213,209)
#E9EAE3
(233,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D182F color. Also use rgb(13,24,47) instead hex code.

Text Font Color

.myTextColor { color: #0D182F; }

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

This text font color is #0D182F.

Background Color

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

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

This div background color is #0D182F.

Border color

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

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

This div border color is #0D182F.

Opacity

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

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

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

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

This text has shadow with #0D182F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D182F.

Preview

Color preview on black background

This text has color #0D182F on black background.


Color preview on white background

This text has color #0D182F on white background.


Black color preview on #0D182F background

This text has black color on #0D182F background.


White color preview on #0D182F background

This text has white color on #0D182F background.


Related colors

Complementary color

Complementary color for #hex is #F2E7D0.


I love getcolorcode.com

Triadic colors

1 #2F0D18 and #182F0D with #0D182F are triadic colors.

2 #2F180D and #180D2F with #0D182F are triadic colors.