COLOR #0D0C5D

HEX: #0D0C5D
RGB: (13,12,93)

Color info

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

RGB color model

#0D0C5D color RGB value is (13,12,93).

  • red value is 13;
  • green value is 12;
  • blue value is 93.
RGB:
(13,12,93)
(5%,5%,36%)

RGB channels and saturation

R 13 of 255 = 5%
G 12 of 255 = 5%
B 93 of 255 = 36%

13
12
93

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

Portions of RGB colors in percentages

R + G + B =
13 + 12 + 93 = 118 (100%)
R 13 of 118 ~ 11.02%
G 12 of 118 ~ 10.17%
B 93 of 118 ~ 78.81%

%11.02
%10.17
%78.81

CMYK color model

#0D0C5D color CMYK value is (86,87,0,64).

  • cyan value is 86.02%
  • magenta value is 87.10%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(86,87,0,64)
C86M87Y0K64 
(86%,87%,0%,64%)
(0.86/0.87/0.00/0.64)	

CMYK percentages

%86.02
%87.1
%0
%63.53

Codes

Color #0D0C5D in popluar color models

0D0C5D
RGB131293
HSL241°77.14%20.59%
HSB/HSV241°87.10%36.47%
CMYK86.02%87.10%0.00%
63.53%

Color #0D0C5D in popluar number systems.

HEX0D0C5D
Decimal131293
Binary110111001011101
Octal1514135

Shades and tints

Shades of #0D0C5D

#0D0C5D
(13,12,93)
#0C0B55
(12,11,85)
#0B0A4D
(11,10,77)
#0A0945
(10,9,69)
#09083D
(9,8,61)
#080735
(8,7,53)
#07062D
(7,6,45)
#060525
(6,5,37)
#05041D
(5,4,29)
#040315
(4,3,21)
#03020D
(3,2,13)
#000000
(0,0,0)

Tints of #0D0C5D

#0D0C5D
(13,12,93)
#23226B
(35,34,107)
#393879
(57,56,121)
#4F4E87
(79,78,135)
#656495
(101,100,149)
#7B7AA3
(123,122,163)
#9190B1
(145,144,177)
#A7A6BF
(167,166,191)
#BDBCCD
(189,188,205)
#D3D2DB
(211,210,219)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0C5D; }

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

This text font color is #0D0C5D.


Background Color

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

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

This div background color is #0D0C5D.


Border color

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

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

This div border color is #0D0C5D.


Opacity

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

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

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

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

This text has shadow with #0D0C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0C5D on black background.


Color preview on white background

This text has color #0D0C5D on white background.



Black color preview on #0D0C5D background

This text has black color on #0D0C5D background.


White color preview on #0D0C5D background

This text has white color on #0D0C5D background.