COLOR #0D1040

HEX: #0D1040 RGB: (13,16,64)

Color info

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

RGB color model

#0D1040 color RGB value is (13,16,64).

RGB: (13,16,64) (5%, 6%, 25%)

RGB channels and saturation

R 13 of 255 = 5%
G 16 of 255 = 6%
B 64 of 255 = 25%

13
16
64

R + G + B ~ 12%. #0D1040 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 16 + 64 = 93 (100%)
R 13 of 93 ~ 13.98%
G 16 of 93 ~ 17.2%
B 64 of 93 ~ 68.82'%

%13.98
%17.2
%68.82

CMYK color model

#0D1040 color CMYK value is (80,75,0,75).

  • cyan value is 79.69%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK: (80,75,0,75) C80M75Y0K75 (80%,75%,0%,75%) (0.80/0.75/0.00/0.75) 

CMYK percentages

%79.69
%75
%0
%74.9

Codes

Color #0D1040 in popluar color models

0D 10 40
RGB 13 16 64
HSL 236° 66.23% 15.10%
HSB/HSV 236° 79.69% 25.10%
CMYK 79.69% 75.00% 0.00%
74.90%

Color #0D1040 in popluar number systems.

HEX 0D 10 40
Decimal 13 16 64
Binary 1101 10000 1000000
Octal 15 20 100

Shades and tints

Shades of #0D1040

#0D1040
(13,16,64)
#0C0F3B
(12,15,59)
#0B0E36
(11,14,54)
#0A0D31
(10,13,49)
#090C2C
(9,12,44)
#080B27
(8,11,39)
#070A22
(7,10,34)
#06091D
(6,9,29)
#050818
(5,8,24)
#040713
(4,7,19)
#03060E
(3,6,14)
#000000
(0,0,0)

Tints of #0D1040

#0D1040
(13,16,64)
#232551
(35,37,81)
#393A62
(57,58,98)
#4F4F73
(79,79,115)
#656484
(101,100,132)
#7B7995
(123,121,149)
#918EA6
(145,142,166)
#A7A3B7
(167,163,183)
#BDB8C8
(189,184,200)
#D3CDD9
(211,205,217)
#E9E2EA
(233,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1040 color. Also use rgb(13,16,64) instead hex code.

Text Font Color

.myTextColor { color: #0D1040; }

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

This text font color is #0D1040.

Background Color

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

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

This div background color is #0D1040.

Border color

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

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

This div border color is #0D1040.

Opacity

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

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

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

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

This text has shadow with #0D1040 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1040.

Preview

Color preview on black background

This text has color #0D1040 on black background.


Color preview on white background

This text has color #0D1040 on white background.


Black color preview on #0D1040 background

This text has black color on #0D1040 background.


White color preview on #0D1040 background

This text has white color on #0D1040 background.


Related colors

Complementary color

Complementary color for #hex is #F2EFBF.


I love getcolorcode.com

Triadic colors

1 #400D10 and #10400D with #0D1040 are triadic colors.

2 #40100D and #100D40 with #0D1040 are triadic colors.