COLOR #0D0583

HEX: #0D0583
RGB: (13,5,131)

Color info

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

RGB color model

#0D0583 color RGB value is (13,5,131).

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

RGB channels and saturation

R 13 of 255 = 5%
G 5 of 255 = 2%
B 131 of 255 = 51%

13
5
131

R + G + B ~ 19%. #0D0583 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 5 + 131 = 149 (100%)
R 13 of 149 ~ 8.72%
G 5 of 149 ~ 3.36%
B 131 of 149 ~ 87.92%

%87.92

CMYK color model

#0D0583 color CMYK value is (90,96,0,49).

  • cyan value is 90.08%
  • magenta value is 96.18%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(90,96,0,49)
C90M96Y0K49 
(90%,96%,0%,49%)
(0.90/0.96/0.00/0.49)	

CMYK percentages

%90.08
%96.18
%0
%48.63

Codes

Color #0D0583 in popluar color models

0D0583
RGB135131
HSL244°92.65%26.67%
HSB/HSV244°96.18%51.37%
CMYK90.08%96.18%0.00%
48.63%

Color #0D0583 in popluar number systems.

HEX0D0583
Decimal135131
Binary110110110000011
Octal155203

Shades and tints

Shades of #0D0583

#0D0583
(13,5,131)
#0C0578
(12,5,120)
#0B056D
(11,5,109)
#0A0562
(10,5,98)
#090557
(9,5,87)
#08054C
(8,5,76)
#070541
(7,5,65)
#060536
(6,5,54)
#05052B
(5,5,43)
#040520
(4,5,32)
#030515
(3,5,21)
#000000
(0,0,0)

Tints of #0D0583

#0D0583
(13,5,131)
#231B8E
(35,27,142)
#393199
(57,49,153)
#4F47A4
(79,71,164)
#655DAF
(101,93,175)
#7B73BA
(123,115,186)
#9189C5
(145,137,197)
#A79FD0
(167,159,208)
#BDB5DB
(189,181,219)
#D3CBE6
(211,203,230)
#E9E1F1
(233,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0583; }

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

This text font color is #0D0583.


Background Color

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

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

This div background color is #0D0583.


Border color

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

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

This div border color is #0D0583.


Opacity

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

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

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

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

This text has shadow with #0D0583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0583 on black background.


Color preview on white background

This text has color #0D0583 on white background.



Black color preview on #0D0583 background

This text has black color on #0D0583 background.


White color preview on #0D0583 background

This text has white color on #0D0583 background.