COLOR #0D121E

HEX: #0D121E RGB: (13,18,30)

Color info

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

RGB color model

#0D121E color RGB value is (13,18,30).

RGB: (13,18,30) (5%, 7%, 12%)

RGB channels and saturation

R 13 of 255 = 5%
G 18 of 255 = 7%
B 30 of 255 = 12%

13
18
30

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

Portions of RGB colors in percentages

R + G + B = 13 + 18 + 30 = 61 (100%)
R 13 of 61 ~ 21.31%
G 18 of 61 ~ 29.51%
B 30 of 61 ~ 49.18'%

%21.31
%29.51
%49.18

CMYK color model

#0D121E color CMYK value is (57,40,0,88).

  • cyan value is 56.67%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (57,40,0,88)
C57M40Y0K88 (57%, 40%, 0%, 88%)
(0.57 / 0.40 / 0.00 / 0.88)

CMYK percentages

%56.67
%40
%0
%88.24

Codes

Color #0D121E in popluar color models

0D 12 1E
RGB 13 18 30
HSL 222° 39.53% 8.43%
HSB/HSV 222° 56.67% 11.76%
CMYK 56.67% 40.00% 0.00%
88.24%

Color #0D121E in popluar number systems.

HEX 0D 12 1E
Decimal 13 18 30
Binary 1101 10010 11110
Octal 15 22 36

Shades and tints

Shades of #0D121E

#0D121E
(13,18,30)
#0C111C
(12,17,28)
#0B101A
(11,16,26)
#0A0F18
(10,15,24)
#090E16
(9,14,22)
#080D14
(8,13,20)
#070C12
(7,12,18)
#060B10
(6,11,16)
#050A0E
(5,10,14)
#04090C
(4,9,12)
#03080A
(3,8,10)
#000000
(0,0,0)

Tints of #0D121E

#0D121E
(13,18,30)
#232732
(35,39,50)
#393C46
(57,60,70)
#4F515A
(79,81,90)
#65666E
(101,102,110)
#7B7B82
(123,123,130)
#919096
(145,144,150)
#A7A5AA
(167,165,170)
#BDBABE
(189,186,190)
#D3CFD2
(211,207,210)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D121E color. Also use rgb(13,18,30) instead hex code.

Text Font Color

.myTextColor { color: #0D121E; }

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

This text font color is #0D121E.

Background Color

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

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

This div background color is #0D121E.

Border color

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

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

This div border color is #0D121E.

Opacity

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

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

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

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

This text has shadow with #0D121E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D121E.

Preview

Color preview on black background

This text has color #0D121E on black background.


Color preview on white background

This text has color #0D121E on white background.


Black color preview on #0D121E background

This text has black color on #0D121E background.


White color preview on #0D121E background

This text has white color on #0D121E background.


Related colors

Complementary color

Complementary color for #hex is #F2EDE1.


I love getcolorcode.com

Triadic colors

1 #1E0D12 and #121E0D with #0D121E are triadic colors.

2 #1E120D and #120D1E with #0D121E are triadic colors.