COLOR #0D0D61

HEX: #0D0D61 RGB: (13,13,97)

Color info

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

RGB color model

#0D0D61 color RGB value is (13,13,97).

RGB: (13,13,97) (5%, 5%, 38%)

RGB channels and saturation

R 13 of 255 = 5%
G 13 of 255 = 5%
B 97 of 255 = 38%

13
13
97

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

Portions of RGB colors in percentages

R + G + B = 13 + 13 + 97 = 123 (100%)
R 13 of 123 ~ 10.57%
G 13 of 123 ~ 10.57%
B 97 of 123 ~ 78.86'%

%10.57
%10.57
%78.86

CMYK color model

#0D0D61 color CMYK value is (87,87,0,62).

  • cyan value is 86.60%
  • magenta value is 86.60%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (87,87,0,62)
C87M87Y0K62 (87%, 87%, 0%, 62%)
(0.87 / 0.87 / 0.00 / 0.62)

CMYK percentages

%86.6
%86.6
%0
%61.96

Codes

Color #0D0D61 in popluar color models

0D 0D 61
RGB 13 13 97
HSL 240° 76.36% 21.57%
HSB/HSV 240° 86.60% 38.04%
CMYK 86.60% 86.60% 0.00%
61.96%

Color #0D0D61 in popluar number systems.

HEX 0D 0D 61
Decimal 13 13 97
Binary 1101 1101 1100001
Octal 15 15 141

Shades and tints

Shades of #0D0D61

#0D0D61
(13,13,97)
#0C0C59
(12,12,89)
#0B0B51
(11,11,81)
#0A0A49
(10,10,73)
#090941
(9,9,65)
#080839
(8,8,57)
#070731
(7,7,49)
#060629
(6,6,41)
#050521
(5,5,33)
#040419
(4,4,25)
#030311
(3,3,17)
#000000
(0,0,0)

Tints of #0D0D61

#0D0D61
(13,13,97)
#23236F
(35,35,111)
#39397D
(57,57,125)
#4F4F8B
(79,79,139)
#656599
(101,101,153)
#7B7BA7
(123,123,167)
#9191B5
(145,145,181)
#A7A7C3
(167,167,195)
#BDBDD1
(189,189,209)
#D3D3DF
(211,211,223)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0D61; }

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

This text font color is #0D0D61.

Background Color

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

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

This div background color is #0D0D61.

Border color

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

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

This div border color is #0D0D61.

Opacity

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

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

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

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

This text has shadow with #0D0D61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D0D61.

Preview

Color preview on black background

This text has color #0D0D61 on black background.


Color preview on white background

This text has color #0D0D61 on white background.


Black color preview on #0D0D61 background

This text has black color on #0D0D61 background.


White color preview on #0D0D61 background

This text has white color on #0D0D61 background.


Related colors

Complementary color

Complementary color for #hex is #F2F29E.


I love getcolorcode.com