COLOR #0D0D7F

HEX: #0D0D7F
RGB: (13,13,127)

Color info

#0D0D7F contains mainly blue color. Web safe color of #0D0D7F is #000066 (or #006).

RGB color model

#0D0D7F color RGB value is (13,13,127).

  • red value is 13;
  • green value is 13;
  • blue value is 127.
RGB:
(13,13,127)
(5%,5%,50%)

RGB channels and saturation

R 13 of 255 = 5%
G 13 of 255 = 5%
B 127 of 255 = 50%

13
13
127

R + G + B ~ 20%. #0D0D7F is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 13 + 127 = 153 (100%)
R 13 of 153 ~ 8.5%
G 13 of 153 ~ 8.5%
B 127 of 153 ~ 83.01%

%83.01

CMYK color model

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

  • cyan value is 89.76%
  • magenta value is 89.76%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(90,90,0,50)
C90M90Y0K50 
(90%,90%,0%,50%)
(0.90/0.90/0.00/0.50)	

CMYK percentages

%89.76
%89.76
%0
%50.2

Codes

Color #0D0D7F in popluar color models

0D0D7F
RGB1313127
HSL240°81.43%27.45%
HSB/HSV240°89.76%49.80%
CMYK89.76%89.76%0.00%
50.20%

Color #0D0D7F in popluar number systems.

HEX0D0D7F
Decimal1313127
Binary110111011111111
Octal1515177

Shades and tints

Shades of #0D0D7F

#0D0D7F
(13,13,127)
#0C0C74
(12,12,116)
#0B0B69
(11,11,105)
#0A0A5E
(10,10,94)
#090953
(9,9,83)
#080848
(8,8,72)
#07073D
(7,7,61)
#060632
(6,6,50)
#050527
(5,5,39)
#04041C
(4,4,28)
#030311
(3,3,17)
#000000
(0,0,0)

Tints of #0D0D7F

#0D0D7F
(13,13,127)
#23238A
(35,35,138)
#393995
(57,57,149)
#4F4FA0
(79,79,160)
#6565AB
(101,101,171)
#7B7BB6
(123,123,182)
#9191C1
(145,145,193)
#A7A7CC
(167,167,204)
#BDBDD7
(189,189,215)
#D3D3E2
(211,211,226)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0D7F; }

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

This text font color is #0D0D7F.


Background Color

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

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

This div background color is #0D0D7F.


Border color

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

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

This div border color is #0D0D7F.


Opacity

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

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

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

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

This text has shadow with #0D0D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0D7F on black background.


Color preview on white background

This text has color #0D0D7F on white background.



Black color preview on #0D0D7F background

This text has black color on #0D0D7F background.


White color preview on #0D0D7F background

This text has white color on #0D0D7F background.