COLOR #0D001C

HEX: #0D001C
RGB: (13,0,28)

Color info

#0D001C contains only red and blue colors. Web safe color of #0D001C is #000033 (or #003).

RGB color model

#0D001C color RGB value is (13,0,28).

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

RGB channels and saturation

R 13 of 255 = 5%
G 0 of 255 = 0%
B 28 of 255 = 11%

13
0
28

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

Portions of RGB colors in percentages

R + G + B =
13 + 0 + 28 = 41 (100%)
R 13 of 41 ~ 31.71%
G 0 of 41 ~ 0%
B 28 of 41 ~ 68.29%

%31.71
%68.29

CMYK color model

#0D001C color CMYK value is (54,100,0,89).

  • cyan value is 53.57%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(54,100,0,89)
C54M100Y0K89 
(54%,100%,0%,89%)
(0.54/1.00/0.00/0.89)	

CMYK percentages

%53.57
%100
%0
%89.02

Codes

Color #0D001C in popluar color models

0D001C
RGB13028
HSL268°100.00%5.49%
HSB/HSV268°100.00%10.98%
CMYK53.57%100.00%0.00%
89.02%

Color #0D001C in popluar number systems.

HEX0D001C
Decimal13028
Binary1101011100
Octal15034

Shades and tints

Shades of #0D001C

#0D001C
(13,0,28)
#0C001A
(12,0,26)
#0B0018
(11,0,24)
#0A0016
(10,0,22)
#090014
(9,0,20)
#080012
(8,0,18)
#070010
(7,0,16)
#06000E
(6,0,14)
#05000C
(5,0,12)
#04000A
(4,0,10)
#030008
(3,0,8)
#000000
(0,0,0)

Tints of #0D001C

#0D001C
(13,0,28)
#231730
(35,23,48)
#392E44
(57,46,68)
#4F4558
(79,69,88)
#655C6C
(101,92,108)
#7B7380
(123,115,128)
#918A94
(145,138,148)
#A7A1A8
(167,161,168)
#BDB8BC
(189,184,188)
#D3CFD0
(211,207,208)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D001C; }

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

This text font color is #0D001C.


Background Color

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

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

This div background color is #0D001C.


Border color

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

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

This div border color is #0D001C.


Opacity

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

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

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

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

This text has shadow with #0D001C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D001C on black background.


Color preview on white background

This text has color #0D001C on white background.



Black color preview on #0D001C background

This text has black color on #0D001C background.


White color preview on #0D001C background

This text has white color on #0D001C background.