COLOR #0D0589

HEX: #0D0589
RGB: (13,5,137)

Color info

#0D0589 contains mainly blue color. Web safe color of #0D0589 is #000099 (or #009).

RGB color model

#0D0589 color RGB value is (13,5,137).

  • red value is 13;
  • green value is 5;
  • blue value is 137.
RGB:
(13,5,137)
(5%,2%,54%)

RGB channels and saturation

R 13 of 255 = 5%
G 5 of 255 = 2%
B 137 of 255 = 54%

13
5
137

R + G + B ~ 20%. #0D0589 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 5 + 137 = 155 (100%)
R 13 of 155 ~ 8.39%
G 5 of 155 ~ 3.23%
B 137 of 155 ~ 88.39%

%88.39

CMYK color model

#0D0589 color CMYK value is (91,96,0,46).

  • cyan value is 90.51%
  • magenta value is 96.35%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(91,96,0,46)
C91M96Y0K46 
(91%,96%,0%,46%)
(0.91/0.96/0.00/0.46)	

CMYK percentages

%90.51
%96.35
%0
%46.27

Codes

Color #0D0589 in popluar color models

0D0589
RGB135137
HSL244°92.96%27.84%
HSB/HSV244°96.35%53.73%
CMYK90.51%96.35%0.00%
46.27%

Color #0D0589 in popluar number systems.

HEX0D0589
Decimal135137
Binary110110110001001
Octal155211

Shades and tints

Shades of #0D0589

#0D0589
(13,5,137)
#0C057D
(12,5,125)
#0B0571
(11,5,113)
#0A0565
(10,5,101)
#090559
(9,5,89)
#08054D
(8,5,77)
#070541
(7,5,65)
#060535
(6,5,53)
#050529
(5,5,41)
#04051D
(4,5,29)
#030511
(3,5,17)
#000000
(0,0,0)

Tints of #0D0589

#0D0589
(13,5,137)
#231B93
(35,27,147)
#39319D
(57,49,157)
#4F47A7
(79,71,167)
#655DB1
(101,93,177)
#7B73BB
(123,115,187)
#9189C5
(145,137,197)
#A79FCF
(167,159,207)
#BDB5D9
(189,181,217)
#D3CBE3
(211,203,227)
#E9E1ED
(233,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0589; }

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

This text font color is #0D0589.


Background Color

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

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

This div background color is #0D0589.


Border color

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

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

This div border color is #0D0589.


Opacity

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

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

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

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

This text has shadow with #0D0589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0589 on black background.


Color preview on white background

This text has color #0D0589 on white background.



Black color preview on #0D0589 background

This text has black color on #0D0589 background.


White color preview on #0D0589 background

This text has white color on #0D0589 background.