COLOR #0D093F

HEX: #0D093F
RGB: (13,9,63)

Color info

#0D093F contains red, green and blue colors in about the same proportion. Web safe color of #0D093F is #000033 (or #003).

RGB color model

#0D093F color RGB value is (13,9,63).

  • red value is 13;
  • green value is 9;
  • blue value is 63.
RGB:
(13,9,63)
(5%,4%,25%)

RGB channels and saturation

R 13 of 255 = 5%
G 9 of 255 = 4%
B 63 of 255 = 25%

13
9
63

R + G + B ~ 11%. #0D093F is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 9 + 63 = 85 (100%)
R 13 of 85 ~ 15.29%
G 9 of 85 ~ 10.59%
B 63 of 85 ~ 74.12%

%15.29
%10.59
%74.12

CMYK color model

#0D093F color CMYK value is (79,86,0,75).

  • cyan value is 79.37%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(79,86,0,75)
C79M86Y0K75 
(79%,86%,0%,75%)
(0.79/0.86/0.00/0.75)	

CMYK percentages

%79.37
%85.71
%0
%75.29

Codes

Color #0D093F in popluar color models

0D093F
RGB13963
HSL244°75.00%14.12%
HSB/HSV244°85.71%24.71%
CMYK79.37%85.71%0.00%
75.29%

Color #0D093F in popluar number systems.

HEX0D093F
Decimal13963
Binary11011001111111
Octal151177

Shades and tints

Shades of #0D093F

#0D093F
(13,9,63)
#0C093A
(12,9,58)
#0B0935
(11,9,53)
#0A0930
(10,9,48)
#09092B
(9,9,43)
#080926
(8,9,38)
#070921
(7,9,33)
#06091C
(6,9,28)
#050917
(5,9,23)
#040912
(4,9,18)
#03090D
(3,9,13)
#000000
(0,0,0)

Tints of #0D093F

#0D093F
(13,9,63)
#231F50
(35,31,80)
#393561
(57,53,97)
#4F4B72
(79,75,114)
#656183
(101,97,131)
#7B7794
(123,119,148)
#918DA5
(145,141,165)
#A7A3B6
(167,163,182)
#BDB9C7
(189,185,199)
#D3CFD8
(211,207,216)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D093F; }

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

This text font color is #0D093F.


Background Color

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

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

This div background color is #0D093F.


Border color

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

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

This div border color is #0D093F.


Opacity

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

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

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

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

This text has shadow with #0D093F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D093F on black background.


Color preview on white background

This text has color #0D093F on white background.



Black color preview on #0D093F background

This text has black color on #0D093F background.


White color preview on #0D093F background

This text has white color on #0D093F background.