COLOR #0D0078

HEX: #0D0078
RGB: (13,0,120)

Color info

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

RGB color model

#0D0078 color RGB value is (13,0,120).

  • red value is 13;
  • green value is 0;
  • blue value is 120.
RGB:
(13,0,120)
(5%,0%,47%)

RGB channels and saturation

R 13 of 255 = 5%
G 0 of 255 = 0%
B 120 of 255 = 47%

13
0
120

R + G + B ~ 17%. #0D0078 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 0 + 120 = 133 (100%)
R 13 of 133 ~ 9.77%
G 0 of 133 ~ 0%
B 120 of 133 ~ 90.23%

%9.77
%90.23

CMYK color model

#0D0078 color CMYK value is (89,100,0,53).

  • cyan value is 89.17%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(89,100,0,53)
C89M100Y0K53 
(89%,100%,0%,53%)
(0.89/1.00/0.00/0.53)	

CMYK percentages

%89.17
%100
%0
%52.94

Codes

Color #0D0078 in popluar color models

0D0078
RGB130120
HSL247°100.00%23.53%
HSB/HSV247°100.00%47.06%
CMYK89.17%100.00%0.00%
52.94%

Color #0D0078 in popluar number systems.

HEX0D0078
Decimal130120
Binary110101111000
Octal150170

Shades and tints

Shades of #0D0078

#0D0078
(13,0,120)
#0C006E
(12,0,110)
#0B0064
(11,0,100)
#0A005A
(10,0,90)
#090050
(9,0,80)
#080046
(8,0,70)
#07003C
(7,0,60)
#060032
(6,0,50)
#050028
(5,0,40)
#04001E
(4,0,30)
#030014
(3,0,20)
#000000
(0,0,0)

Tints of #0D0078

#0D0078
(13,0,120)
#231784
(35,23,132)
#392E90
(57,46,144)
#4F459C
(79,69,156)
#655CA8
(101,92,168)
#7B73B4
(123,115,180)
#918AC0
(145,138,192)
#A7A1CC
(167,161,204)
#BDB8D8
(189,184,216)
#D3CFE4
(211,207,228)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0078; }

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

This text font color is #0D0078.


Background Color

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

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

This div background color is #0D0078.


Border color

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

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

This div border color is #0D0078.


Opacity

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

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

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

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

This text has shadow with #0D0078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0078 on black background.


Color preview on white background

This text has color #0D0078 on white background.



Black color preview on #0D0078 background

This text has black color on #0D0078 background.


White color preview on #0D0078 background

This text has white color on #0D0078 background.