COLOR #0D115F

HEX: #0D115F
RGB: (13,17,95)

Color info

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

RGB color model

#0D115F color RGB value is (13,17,95).

  • red value is 13;
  • green value is 17;
  • blue value is 95.
RGB:
(13,17,95)
(5%,7%,37%)

RGB channels and saturation

R 13 of 255 = 5%
G 17 of 255 = 7%
B 95 of 255 = 37%

13
17
95

R + G + B ~ 16%. #0D115F is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 17 + 95 = 125 (100%)
R 13 of 125 ~ 10.4%
G 17 of 125 ~ 13.6%
B 95 of 125 ~ 76%

%10.4
%13.6
%76

CMYK color model

#0D115F color CMYK value is (86,82,0,63).

  • cyan value is 86.32%
  • magenta value is 82.11%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(86,82,0,63)
C86M82Y0K63 
(86%,82%,0%,63%)
(0.86/0.82/0.00/0.63)	

CMYK percentages

%86.32
%82.11
%0
%62.75

Codes

Color #0D115F in popluar color models

0D115F
RGB131795
HSL237°75.93%21.18%
HSB/HSV237°86.32%37.25%
CMYK86.32%82.11%0.00%
62.75%

Color #0D115F in popluar number systems.

HEX0D115F
Decimal131795
Binary1101100011011111
Octal1521137

Shades and tints

Shades of #0D115F

#0D115F
(13,17,95)
#0C1057
(12,16,87)
#0B0F4F
(11,15,79)
#0A0E47
(10,14,71)
#090D3F
(9,13,63)
#080C37
(8,12,55)
#070B2F
(7,11,47)
#060A27
(6,10,39)
#05091F
(5,9,31)
#040817
(4,8,23)
#03070F
(3,7,15)
#000000
(0,0,0)

Tints of #0D115F

#0D115F
(13,17,95)
#23266D
(35,38,109)
#393B7B
(57,59,123)
#4F5089
(79,80,137)
#656597
(101,101,151)
#7B7AA5
(123,122,165)
#918FB3
(145,143,179)
#A7A4C1
(167,164,193)
#BDB9CF
(189,185,207)
#D3CEDD
(211,206,221)
#E9E3EB
(233,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D115F; }

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

This text font color is #0D115F.


Background Color

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

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

This div background color is #0D115F.


Border color

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

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

This div border color is #0D115F.


Opacity

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

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

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

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

This text has shadow with #0D115F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D115F on black background.


Color preview on white background

This text has color #0D115F on white background.



Black color preview on #0D115F background

This text has black color on #0D115F background.


White color preview on #0D115F background

This text has white color on #0D115F background.