COLOR #0D1528

HEX: #0D1528
RGB: (13,21,40)

Color info

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

RGB color model

#0D1528 color RGB value is (13,21,40).

  • red value is 13;
  • green value is 21;
  • blue value is 40.
RGB:
(13,21,40)
(5%,8%,16%)

RGB channels and saturation

R 13 of 255 = 5%
G 21 of 255 = 8%
B 40 of 255 = 16%

13
21
40

R + G + B ~ 10%. #0D1528 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 21 + 40 = 74 (100%)
R 13 of 74 ~ 17.57%
G 21 of 74 ~ 28.38%
B 40 of 74 ~ 54.05%

%17.57
%28.38
%54.05

CMYK color model

#0D1528 color CMYK value is (68,48,0,84).

  • cyan value is 67.50%
  • magenta value is 47.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(68,48,0,84)
C68M48Y0K84 
(68%,48%,0%,84%)
(0.68/0.48/0.00/0.84)	

CMYK percentages

%67.5
%47.5
%0
%84.31

Codes

Color #0D1528 in popluar color models

0D1528
RGB132140
HSL222°50.94%10.39%
HSB/HSV222°67.50%15.69%
CMYK67.50%47.50%0.00%
84.31%

Color #0D1528 in popluar number systems.

HEX0D1528
Decimal132140
Binary110110101101000
Octal152550

Shades and tints

Shades of #0D1528

#0D1528
(13,21,40)
#0C1425
(12,20,37)
#0B1322
(11,19,34)
#0A121F
(10,18,31)
#09111C
(9,17,28)
#081019
(8,16,25)
#070F16
(7,15,22)
#060E13
(6,14,19)
#050D10
(5,13,16)
#040C0D
(4,12,13)
#030B0A
(3,11,10)
#000000
(0,0,0)

Tints of #0D1528

#0D1528
(13,21,40)
#232A3B
(35,42,59)
#393F4E
(57,63,78)
#4F5461
(79,84,97)
#656974
(101,105,116)
#7B7E87
(123,126,135)
#91939A
(145,147,154)
#A7A8AD
(167,168,173)
#BDBDC0
(189,189,192)
#D3D2D3
(211,210,211)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1528; }

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

This text font color is #0D1528.


Background Color

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

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

This div background color is #0D1528.


Border color

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

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

This div border color is #0D1528.


Opacity

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

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

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

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

This text has shadow with #0D1528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1528 on black background.


Color preview on white background

This text has color #0D1528 on white background.



Black color preview on #0D1528 background

This text has black color on #0D1528 background.


White color preview on #0D1528 background

This text has white color on #0D1528 background.