COLOR #0D011A

HEX: #0D011A
RGB: (13,1,26)

Color info

#0D011A contains red, green and blue colors in about the same proportion. Web safe color of #0D011A is #000000 (or #000).

RGB color model

#0D011A color RGB value is (13,1,26).

  • red value is 13;
  • green value is 1;
  • blue value is 26.
RGB:
(13,1,26)
(5%,0%,10%)

RGB channels and saturation

R 13 of 255 = 5%
G 1 of 255 = 0%
B 26 of 255 = 10%

13
1
26

R + G + B ~ 5%. #0D011A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 1 + 26 = 40 (100%)
R 13 of 40 ~ 32.5%
G 1 of 40 ~ 2.5%
B 26 of 40 ~ 65%

%32.5
%65

CMYK color model

#0D011A color CMYK value is (50,96,0,90).

  • cyan value is 50.00%
  • magenta value is 96.15%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(50,96,0,90)
C50M96Y0K90 
(50%,96%,0%,90%)
(0.50/0.96/0.00/0.90)	

CMYK percentages

%50
%96.15
%0
%89.8

Codes

Color #0D011A in popluar color models

0D011A
RGB13126
HSL269°92.59%5.29%
HSB/HSV269°96.15%10.20%
CMYK50.00%96.15%0.00%
89.80%

Color #0D011A in popluar number systems.

HEX0D011A
Decimal13126
Binary1101111010
Octal15132

Shades and tints

Shades of #0D011A

#0D011A
(13,1,26)
#0C0118
(12,1,24)
#0B0116
(11,1,22)
#0A0114
(10,1,20)
#090112
(9,1,18)
#080110
(8,1,16)
#07010E
(7,1,14)
#06010C
(6,1,12)
#05010A
(5,1,10)
#040108
(4,1,8)
#030106
(3,1,6)
#000000
(0,0,0)

Tints of #0D011A

#0D011A
(13,1,26)
#23182E
(35,24,46)
#392F42
(57,47,66)
#4F4656
(79,70,86)
#655D6A
(101,93,106)
#7B747E
(123,116,126)
#918B92
(145,139,146)
#A7A2A6
(167,162,166)
#BDB9BA
(189,185,186)
#D3D0CE
(211,208,206)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D011A color. Also use rgb(13,1,26) instead hex code.

Text Font Color

.myTextColor { color: #0D011A; }

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

This text font color is #0D011A.


Background Color

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

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

This div background color is #0D011A.


Border color

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

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

This div border color is #0D011A.


Opacity

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

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

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

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

This text has shadow with #0D011A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D011A on black background.


Color preview on white background

This text has color #0D011A on white background.



Black color preview on #0D011A background

This text has black color on #0D011A background.


White color preview on #0D011A background

This text has white color on #0D011A background.