COLOR #0D1446

HEX: #0D1446 RGB: (13,20,70)

Color info

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

RGB color model

#0D1446 color RGB value is (13,20,70).

RGB: (13,20,70) (5%, 8%, 27%)

RGB channels and saturation

R 13 of 255 = 5%
G 20 of 255 = 8%
B 70 of 255 = 27%

13
20
70

R + G + B ~ 13%. #0D1446 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 20 + 70 = 103 (100%)
R 13 of 103 ~ 12.62%
G 20 of 103 ~ 19.42%
B 70 of 103 ~ 67.96'%

%12.62
%19.42
%67.96

CMYK color model

#0D1446 color CMYK value is (81,71,0,73).

  • cyan value is 81.43%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (81,71,0,73)
C81M71Y0K73 (81%, 71%, 0%, 73%)
(0.81 / 0.71 / 0.00 / 0.73)

CMYK percentages

%81.43
%71.43
%0
%72.55

Codes

Color #0D1446 in popluar color models

0D 14 46
RGB 13 20 70
HSL 233° 68.67% 16.27%
HSB/HSV 233° 81.43% 27.45%
CMYK 81.43% 71.43% 0.00%
72.55%

Color #0D1446 in popluar number systems.

HEX 0D 14 46
Decimal 13 20 70
Binary 1101 10100 1000110
Octal 15 24 106

Shades and tints

Shades of #0D1446

#0D1446
(13,20,70)
#0C1340
(12,19,64)
#0B123A
(11,18,58)
#0A1134
(10,17,52)
#09102E
(9,16,46)
#080F28
(8,15,40)
#070E22
(7,14,34)
#060D1C
(6,13,28)
#050C16
(5,12,22)
#040B10
(4,11,16)
#030A0A
(3,10,10)
#000000
(0,0,0)

Tints of #0D1446

#0D1446
(13,20,70)
#232956
(35,41,86)
#393E66
(57,62,102)
#4F5376
(79,83,118)
#656886
(101,104,134)
#7B7D96
(123,125,150)
#9192A6
(145,146,166)
#A7A7B6
(167,167,182)
#BDBCC6
(189,188,198)
#D3D1D6
(211,209,214)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1446 color. Also use rgb(13,20,70) instead hex code.

Text Font Color

.myTextColor { color: #0D1446; }

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

This text font color is #0D1446.

Background Color

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

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

This div background color is #0D1446.

Border color

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

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

This div border color is #0D1446.

Opacity

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

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

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

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

This text has shadow with #0D1446 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1446.

Preview

Color preview on black background

This text has color #0D1446 on black background.


Color preview on white background

This text has color #0D1446 on white background.


Black color preview on #0D1446 background

This text has black color on #0D1446 background.


White color preview on #0D1446 background

This text has white color on #0D1446 background.


Related colors

Complementary color

Complementary color for #hex is #F2EBB9.


I love getcolorcode.com

Triadic colors

1 #460D14 and #14460D with #0D1446 are triadic colors.

2 #46140D and #140D46 with #0D1446 are triadic colors.