COLOR #000D1F

HEX: #000D1F
RGB: (0,13,31)

Color info

#000D1F contains only green and blue colors. Web safe color of #000D1F is #000033 (or #003).

RGB color model

#000D1F color RGB value is (0,13,31).

  • red value is 0;
  • green value is 13;
  • blue value is 31.
RGB:
(0,13,31)
(0%,5%,12%)

RGB channels and saturation

R 0 of 255 = 0%
G 13 of 255 = 5%
B 31 of 255 = 12%

0
13
31

R + G + B ~ 6%. #000D1F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 13 + 31 = 44 (100%)
R 0 of 44 ~ 0%
G 13 of 44 ~ 29.55%
B 31 of 44 ~ 70.45%

%29.55
%70.45

CMYK color model

#000D1F color CMYK value is (100,58,0,88).

  • cyan value is 100.00%
  • magenta value is 58.06%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(100,58,0,88)
C100M58Y0K88 
(100%,58%,0%,88%)
(1.00/0.58/0.00/0.88)	

CMYK percentages

%100
%58.06
%0
%87.84

Codes

Color #000D1F in popluar color models

000D1F
RGB01331
HSL215°100.00%6.08%
HSB/HSV215°100.00%12.16%
CMYK100.00%58.06%0.00%
87.84%

Color #000D1F in popluar number systems.

HEX000D1F
Decimal01331
Binary0110111111
Octal01537

Shades and tints

Shades of #000D1F

#000D1F
(0,13,31)
#000C1D
(0,12,29)
#000B1B
(0,11,27)
#000A19
(0,10,25)
#000917
(0,9,23)
#000815
(0,8,21)
#000713
(0,7,19)
#000611
(0,6,17)
#00050F
(0,5,15)
#00040D
(0,4,13)
#00030B
(0,3,11)
#000000
(0,0,0)

Tints of #000D1F

#000D1F
(0,13,31)
#172333
(23,35,51)
#2E3947
(46,57,71)
#454F5B
(69,79,91)
#5C656F
(92,101,111)
#737B83
(115,123,131)
#8A9197
(138,145,151)
#A1A7AB
(161,167,171)
#B8BDBF
(184,189,191)
#CFD3D3
(207,211,211)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000D1F color. Also use rgb(0,13,31) instead hex code.

Text Font Color

.myTextColor { color: #000D1F; }

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

This text font color is #000D1F.


Background Color

.myBgColor { background-color: #000D1F; }

<div style="background-color:#000D1F">Inner text</div>

This div background color is #000D1F.


Border color

.myBorderColor { border: 1px solid #000D1F; }

<div style="border:3px solid #000D1F">Div</div>

This div border color is #000D1F.


Opacity

.myOpacity80 { color: #000D1F; opacity: 0.8; }

<p style="color:#000D1F;opacity:0.8;">80%</p>

Text with #000D1F 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 #000D1F;}

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

This text has shadow with #000D1F color.

.textShadow {text-shadow: 3px 3px 1px #000D1F, 3px 3px 1px red;}

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

This text has shadow with #000D1F primary color and red secondary color.


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

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

This text has shadow with #000D1F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000D1F on black background.


Color preview on white background

This text has color #000D1F on white background.



Black color preview on #000D1F background

This text has black color on #000D1F background.


White color preview on #000D1F background

This text has white color on #000D1F background.