COLOR #0D121B

HEX: #0D121B
RGB: (13,18,27)

Color info

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

RGB color model

#0D121B color RGB value is (13,18,27).

  • red value is 13;
  • green value is 18;
  • blue value is 27.
RGB:
(13,18,27)
(5%,7%,11%)

RGB channels and saturation

R 13 of 255 = 5%
G 18 of 255 = 7%
B 27 of 255 = 11%

13
18
27

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

Portions of RGB colors in percentages

R + G + B =
13 + 18 + 27 = 58 (100%)
R 13 of 58 ~ 22.41%
G 18 of 58 ~ 31.03%
B 27 of 58 ~ 46.55%

%22.41
%31.03
%46.55

CMYK color model

#0D121B color CMYK value is (52,33,0,89).

  • cyan value is 51.85%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(52,33,0,89)
C52M33Y0K89 
(52%,33%,0%,89%)
(0.52/0.33/0.00/0.89)	

CMYK percentages

%51.85
%33.33
%0
%89.41

Codes

Color #0D121B in popluar color models

0D121B
RGB131827
HSL219°35.00%7.84%
HSB/HSV219°51.85%10.59%
CMYK51.85%33.33%0.00%
89.41%

Color #0D121B in popluar number systems.

HEX0D121B
Decimal131827
Binary11011001011011
Octal152233

Shades and tints

Shades of #0D121B

#0D121B
(13,18,27)
#0C1119
(12,17,25)
#0B1017
(11,16,23)
#0A0F15
(10,15,21)
#090E13
(9,14,19)
#080D11
(8,13,17)
#070C0F
(7,12,15)
#060B0D
(6,11,13)
#050A0B
(5,10,11)
#040909
(4,9,9)
#030807
(3,8,7)
#000000
(0,0,0)

Tints of #0D121B

#0D121B
(13,18,27)
#23272F
(35,39,47)
#393C43
(57,60,67)
#4F5157
(79,81,87)
#65666B
(101,102,107)
#7B7B7F
(123,123,127)
#919093
(145,144,147)
#A7A5A7
(167,165,167)
#BDBABB
(189,186,187)
#D3CFCF
(211,207,207)
#E9E4E3
(233,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D121B; }

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

This text font color is #0D121B.


Background Color

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

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

This div background color is #0D121B.


Border color

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

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

This div border color is #0D121B.


Opacity

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

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

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

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

This text has shadow with #0D121B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D121B on black background.


Color preview on white background

This text has color #0D121B on white background.



Black color preview on #0D121B background

This text has black color on #0D121B background.


White color preview on #0D121B background

This text has white color on #0D121B background.