COLOR #0D0D5E

HEX: #0D0D5E RGB: (13,13,94)

Color info

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

RGB color model

#0D0D5E color RGB value is (13,13,94).

RGB: (13,13,94) (5%, 5%, 37%)

RGB channels and saturation

R 13 of 255 = 5%
G 13 of 255 = 5%
B 94 of 255 = 37%

13
13
94

R + G + B ~ 16%. #0D0D5E is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 13 + 94 = 120 (100%)
R 13 of 120 ~ 10.83%
G 13 of 120 ~ 10.83%
B 94 of 120 ~ 78.33'%

%10.83
%10.83
%78.33

CMYK color model

#0D0D5E color CMYK value is (86,86,0,63).

  • cyan value is 86.17%
  • magenta value is 86.17%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (86,86,0,63)
C86M86Y0K63 (86%, 86%, 0%, 63%)
(0.86 / 0.86 / 0.00 / 0.63)

CMYK percentages

%86.17
%86.17
%0
%63.14

Codes

Color #0D0D5E in popluar color models

0D 0D 5E
RGB 13 13 94
HSL 240° 75.70% 20.98%
HSB/HSV 240° 86.17% 36.86%
CMYK 86.17% 86.17% 0.00%
63.14%

Color #0D0D5E in popluar number systems.

HEX 0D 0D 5E
Decimal 13 13 94
Binary 1101 1101 1011110
Octal 15 15 136

Shades and tints

Shades of #0D0D5E

#0D0D5E
(13,13,94)
#0C0C56
(12,12,86)
#0B0B4E
(11,11,78)
#0A0A46
(10,10,70)
#09093E
(9,9,62)
#080836
(8,8,54)
#07072E
(7,7,46)
#060626
(6,6,38)
#05051E
(5,5,30)
#040416
(4,4,22)
#03030E
(3,3,14)
#000000
(0,0,0)

Tints of #0D0D5E

#0D0D5E
(13,13,94)
#23236C
(35,35,108)
#39397A
(57,57,122)
#4F4F88
(79,79,136)
#656596
(101,101,150)
#7B7BA4
(123,123,164)
#9191B2
(145,145,178)
#A7A7C0
(167,167,192)
#BDBDCE
(189,189,206)
#D3D3DC
(211,211,220)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0D5E; }

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

This text font color is #0D0D5E.

Background Color

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

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

This div background color is #0D0D5E.

Border color

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

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

This div border color is #0D0D5E.

Opacity

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

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

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

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

This text has shadow with #0D0D5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D0D5E.

Preview

Color preview on black background

This text has color #0D0D5E on black background.


Color preview on white background

This text has color #0D0D5E on white background.


Black color preview on #0D0D5E background

This text has black color on #0D0D5E background.


White color preview on #0D0D5E background

This text has white color on #0D0D5E background.


Related colors

Complementary color

Complementary color for #hex is #F2F2A1.


I love getcolorcode.com