COLOR #0D0B5E

HEX: #0D0B5E RGB: (13,11,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
11
94

R + G + B ~ 15%. #0D0B5E is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 11 + 94 = 118 (100%)
R 13 of 118 ~ 11.02%
G 11 of 118 ~ 9.32%
B 94 of 118 ~ 79.66'%

%11.02
%79.66

CMYK color model

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

  • cyan value is 86.17%
  • magenta value is 88.30%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK: (86,88,0,63) C86M88Y0K63 (86%,88%,0%,63%) (0.86/0.88/0.00/0.63) 

CMYK percentages

%86.17
%88.3
%0
%63.14

Codes

Color #0D0B5E in popluar color models

0D 0B 5E
RGB 13 11 94
HSL 241° 79.05% 20.59%
HSB/HSV 241° 88.30% 36.86%
CMYK 86.17% 88.30% 0.00%
63.14%

Color #0D0B5E in popluar number systems.

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

Shades and tints

Shades of #0D0B5E

#0D0B5E
(13,11,94)
#0C0A56
(12,10,86)
#0B094E
(11,9,78)
#0A0846
(10,8,70)
#09073E
(9,7,62)
#080636
(8,6,54)
#07052E
(7,5,46)
#060426
(6,4,38)
#05031E
(5,3,30)
#040216
(4,2,22)
#03010E
(3,1,14)
#000000
(0,0,0)

Tints of #0D0B5E

#0D0B5E
(13,11,94)
#23216C
(35,33,108)
#39377A
(57,55,122)
#4F4D88
(79,77,136)
#656396
(101,99,150)
#7B79A4
(123,121,164)
#918FB2
(145,143,178)
#A7A5C0
(167,165,192)
#BDBBCE
(189,187,206)
#D3D1DC
(211,209,220)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0B5E; }

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

This text font color is #0D0B5E.

Background Color

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

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

This div background color is #0D0B5E.

Border color

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

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

This div border color is #0D0B5E.

Opacity

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

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

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

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

This text has shadow with #0D0B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D0B5E.

Preview

Color preview on black background

This text has color #0D0B5E on black background.


Color preview on white background

This text has color #0D0B5E on white background.


Black color preview on #0D0B5E background

This text has black color on #0D0B5E background.


White color preview on #0D0B5E background

This text has white color on #0D0B5E background.


Related colors

Complementary color

Complementary color for #hex is #F2F4A1.


I love getcolorcode.com

Triadic colors

1 #5E0D0B and #0B5E0D with #0D0B5E are triadic colors.

2 #5E0B0D and #0B0D5E with #0D0B5E are triadic colors.