COLOR #0D042B

HEX: #0D042B RGB: (13,4,43)

Color info

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

RGB color model

#0D042B color RGB value is (13,4,43).

RGB: (13,4,43) (5%, 2%, 17%)

RGB channels and saturation

R 13 of 255 = 5%
G 4 of 255 = 2%
B 43 of 255 = 17%

13
4
43

R + G + B ~ 8%. #0D042B is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 4 + 43 = 60 (100%)
R 13 of 60 ~ 21.67%
G 4 of 60 ~ 6.67%
B 43 of 60 ~ 71.67'%

%21.67
%71.67

CMYK color model

#0D042B color CMYK value is (70,91,0,83).

  • cyan value is 69.77%
  • magenta value is 90.70%
  • yellow value is 0.00%
  • key color value is 83.14%

CMYK: (70,91,0,83)
C70M91Y0K83 (70%, 91%, 0%, 83%)
(0.70 / 0.91 / 0.00 / 0.83)

CMYK percentages

%69.77
%90.7
%0
%83.14

Codes

Color #0D042B in popluar color models

0D 04 2B
RGB 13 4 43
HSL 254° 82.98% 9.22%
HSB/HSV 254° 90.70% 16.86%
CMYK 69.77% 90.70% 0.00%
83.14%

Color #0D042B in popluar number systems.

HEX 0D 04 2B
Decimal 13 4 43
Binary 1101 100 101011
Octal 15 4 53

Shades and tints

Shades of #0D042B

#0D042B
(13,4,43)
#0C0428
(12,4,40)
#0B0425
(11,4,37)
#0A0422
(10,4,34)
#09041F
(9,4,31)
#08041C
(8,4,28)
#070419
(7,4,25)
#060416
(6,4,22)
#050413
(5,4,19)
#040410
(4,4,16)
#03040D
(3,4,13)
#000000
(0,0,0)

Tints of #0D042B

#0D042B
(13,4,43)
#231A3E
(35,26,62)
#393051
(57,48,81)
#4F4664
(79,70,100)
#655C77
(101,92,119)
#7B728A
(123,114,138)
#91889D
(145,136,157)
#A79EB0
(167,158,176)
#BDB4C3
(189,180,195)
#D3CAD6
(211,202,214)
#E9E0E9
(233,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D042B; }

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

This text font color is #0D042B.

Background Color

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

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

This div background color is #0D042B.

Border color

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

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

This div border color is #0D042B.

Opacity

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

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

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

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

This text has shadow with #0D042B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D042B.

Preview

Color preview on black background

This text has color #0D042B on black background.


Color preview on white background

This text has color #0D042B on white background.


Black color preview on #0D042B background

This text has black color on #0D042B background.


White color preview on #0D042B background

This text has white color on #0D042B background.


Related colors

Complementary color

Complementary color for #hex is #F2FBD4.


I love getcolorcode.com

Triadic colors

1 #2B0D04 and #042B0D with #0D042B are triadic colors.

2 #2B040D and #040D2B with #0D042B are triadic colors.