COLOR #0D158D

HEX: #0D158D RGB: (13,21,141)

Color info

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

RGB color model

#0D158D color RGB value is (13,21,141).

RGB: (13,21,141) (5%, 8%, 55%)

RGB channels and saturation

R 13 of 255 = 5%
G 21 of 255 = 8%
B 141 of 255 = 55%

13
21
141

R + G + B ~ 23%. #0D158D is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 21 + 141 = 175 (100%)
R 13 of 175 ~ 7.43%
G 21 of 175 ~ 12%
B 141 of 175 ~ 80.57'%

%12
%80.57

CMYK color model

#0D158D color CMYK value is (91,85,0,45).

  • cyan value is 90.78%
  • magenta value is 85.11%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (91,85,0,45)
C91M85Y0K45 (91%, 85%, 0%, 45%)
(0.91 / 0.85 / 0.00 / 0.45)

CMYK percentages

%90.78
%85.11
%0
%44.71

Codes

Color #0D158D in popluar color models

0D 15 8D
RGB 13 21 141
HSL 236° 83.12% 30.20%
HSB/HSV 236° 90.78% 55.29%
CMYK 90.78% 85.11% 0.00%
44.71%

Color #0D158D in popluar number systems.

HEX 0D 15 8D
Decimal 13 21 141
Binary 1101 10101 10001101
Octal 15 25 215

Shades and tints

Shades of #0D158D

#0D158D
(13,21,141)
#0C1481
(12,20,129)
#0B1375
(11,19,117)
#0A1269
(10,18,105)
#09115D
(9,17,93)
#081051
(8,16,81)
#070F45
(7,15,69)
#060E39
(6,14,57)
#050D2D
(5,13,45)
#040C21
(4,12,33)
#030B15
(3,11,21)
#000000
(0,0,0)

Tints of #0D158D

#0D158D
(13,21,141)
#232A97
(35,42,151)
#393FA1
(57,63,161)
#4F54AB
(79,84,171)
#6569B5
(101,105,181)
#7B7EBF
(123,126,191)
#9193C9
(145,147,201)
#A7A8D3
(167,168,211)
#BDBDDD
(189,189,221)
#D3D2E7
(211,210,231)
#E9E7F1
(233,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D158D; }

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

This text font color is #0D158D.

Background Color

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

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

This div background color is #0D158D.

Border color

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

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

This div border color is #0D158D.

Opacity

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

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

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

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

This text has shadow with #0D158D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D158D.

Preview

Color preview on black background

This text has color #0D158D on black background.


Color preview on white background

This text has color #0D158D on white background.


Black color preview on #0D158D background

This text has black color on #0D158D background.


White color preview on #0D158D background

This text has white color on #0D158D background.


Related colors

Complementary color

Complementary color for #hex is #F2EA72.


I love getcolorcode.com

Triadic colors

1 #8D0D15 and #158D0D with #0D158D are triadic colors.

2 #8D150D and #150D8D with #0D158D are triadic colors.