COLOR #0D043D

HEX: #0D043D RGB: (13,4,61)

Color info

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

RGB color model

#0D043D color RGB value is (13,4,61).

RGB: (13,4,61) (5%, 2%, 24%)

RGB channels and saturation

R 13 of 255 = 5%
G 4 of 255 = 2%
B 61 of 255 = 24%

13
4
61

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

Portions of RGB colors in percentages

R + G + B = 13 + 4 + 61 = 78 (100%)
R 13 of 78 ~ 16.67%
G 4 of 78 ~ 5.13%
B 61 of 78 ~ 78.21'%

%16.67
%78.21

CMYK color model

#0D043D color CMYK value is (79,93,0,76).

  • cyan value is 78.69%
  • magenta value is 93.44%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (79,93,0,76)
C79M93Y0K76 (79%, 93%, 0%, 76%)
(0.79 / 0.93 / 0.00 / 0.76)

CMYK percentages

%78.69
%93.44
%0
%76.08

Codes

Color #0D043D in popluar color models

0D 04 3D
RGB 13 4 61
HSL 249° 87.69% 12.75%
HSB/HSV 249° 93.44% 23.92%
CMYK 78.69% 93.44% 0.00%
76.08%

Color #0D043D in popluar number systems.

HEX 0D 04 3D
Decimal 13 4 61
Binary 1101 100 111101
Octal 15 4 75

Shades and tints

Shades of #0D043D

#0D043D
(13,4,61)
#0C0438
(12,4,56)
#0B0433
(11,4,51)
#0A042E
(10,4,46)
#090429
(9,4,41)
#080424
(8,4,36)
#07041F
(7,4,31)
#06041A
(6,4,26)
#050415
(5,4,21)
#040410
(4,4,16)
#03040B
(3,4,11)
#000000
(0,0,0)

Tints of #0D043D

#0D043D
(13,4,61)
#231A4E
(35,26,78)
#39305F
(57,48,95)
#4F4670
(79,70,112)
#655C81
(101,92,129)
#7B7292
(123,114,146)
#9188A3
(145,136,163)
#A79EB4
(167,158,180)
#BDB4C5
(189,180,197)
#D3CAD6
(211,202,214)
#E9E0E7
(233,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D043D color. Also use rgb(13,4,61) instead hex code.

Text Font Color

.myTextColor { color: #0D043D; }

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

This text font color is #0D043D.

Background Color

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

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

This div background color is #0D043D.

Border color

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

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

This div border color is #0D043D.

Opacity

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

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

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

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

This text has shadow with #0D043D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D043D.

Preview

Color preview on black background

This text has color #0D043D on black background.


Color preview on white background

This text has color #0D043D on white background.


Black color preview on #0D043D background

This text has black color on #0D043D background.


White color preview on #0D043D background

This text has white color on #0D043D background.


Related colors

Complementary color

Complementary color for #hex is #F2FBC2.


I love getcolorcode.com

Triadic colors

1 #3D0D04 and #043D0D with #0D043D are triadic colors.

2 #3D040D and #040D3D with #0D043D are triadic colors.