COLOR #0D1529

HEX: #0D1529
RGB: (13,21,41)

Color info

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

RGB color model

#0D1529 color RGB value is (13,21,41).

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

RGB channels and saturation

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

13
21
41

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

Portions of RGB colors in percentages

R + G + B =
13 + 21 + 41 = 75 (100%)
R 13 of 75 ~ 17.33%
G 21 of 75 ~ 28%
B 41 of 75 ~ 54.67%

%17.33
%28
%54.67

CMYK color model

#0D1529 color CMYK value is (68,49,0,84).

  • cyan value is 68.29%
  • magenta value is 48.78%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(68,49,0,84)
C68M49Y0K84 
(68%,49%,0%,84%)
(0.68/0.49/0.00/0.84)	

CMYK percentages

%68.29
%48.78
%0
%83.92

Codes

Color #0D1529 in popluar color models

0D1529
RGB132141
HSL223°51.85%10.59%
HSB/HSV223°68.29%16.08%
CMYK68.29%48.78%0.00%
83.92%

Color #0D1529 in popluar number systems.

HEX0D1529
Decimal132141
Binary110110101101001
Octal152551

Shades and tints

Shades of #0D1529

#0D1529
(13,21,41)
#0C1426
(12,20,38)
#0B1323
(11,19,35)
#0A1220
(10,18,32)
#09111D
(9,17,29)
#08101A
(8,16,26)
#070F17
(7,15,23)
#060E14
(6,14,20)
#050D11
(5,13,17)
#040C0E
(4,12,14)
#030B0B
(3,11,11)
#000000
(0,0,0)

Tints of #0D1529

#0D1529
(13,21,41)
#232A3C
(35,42,60)
#393F4F
(57,63,79)
#4F5462
(79,84,98)
#656975
(101,105,117)
#7B7E88
(123,126,136)
#91939B
(145,147,155)
#A7A8AE
(167,168,174)
#BDBDC1
(189,189,193)
#D3D2D4
(211,210,212)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1529; }

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

This text font color is #0D1529.


Background Color

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

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

This div background color is #0D1529.


Border color

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

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

This div border color is #0D1529.


Opacity

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

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

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

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

This text has shadow with #0D1529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1529 on black background.


Color preview on white background

This text has color #0D1529 on white background.



Black color preview on #0D1529 background

This text has black color on #0D1529 background.


White color preview on #0D1529 background

This text has white color on #0D1529 background.