COLOR #0D2946

HEX: #0D2946 RGB: (13,41,70)

Color info

#0D2946 contains red, green and blue colors in about the same proportion. Web safe color of #0D2946 is #003333 (or #033).

RGB color model

#0D2946 color RGB value is (13,41,70).

RGB: (13,41,70) (5%, 16%, 27%)

RGB channels and saturation

R 13 of 255 = 5%
G 41 of 255 = 16%
B 70 of 255 = 27%

13
41
70

R + G + B ~ 16%. #0D2946 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 41 + 70 = 124 (100%)
R 13 of 124 ~ 10.48%
G 41 of 124 ~ 33.06%
B 70 of 124 ~ 56.45'%

%10.48
%33.06
%56.45

CMYK color model

#0D2946 color CMYK value is (81,41,0,73).

  • cyan value is 81.43%
  • magenta value is 41.43%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK: (81,41,0,73) C81M41Y0K73 (81%,41%,0%,73%) (0.81/0.41/0.00/0.73) 

CMYK percentages

%81.43
%41.43
%0
%72.55

Codes

Color #0D2946 in popluar color models

0D 29 46
RGB 13 41 70
HSL 211° 68.67% 16.27%
HSB/HSV 211° 81.43% 27.45%
CMYK 81.43% 41.43% 0.00%
72.55%

Color #0D2946 in popluar number systems.

HEX 0D 29 46
Decimal 13 41 70
Binary 1101 101001 1000110
Octal 15 51 106

Shades and tints

Shades of #0D2946

#0D2946
(13,41,70)
#0C2640
(12,38,64)
#0B233A
(11,35,58)
#0A2034
(10,32,52)
#091D2E
(9,29,46)
#081A28
(8,26,40)
#071722
(7,23,34)
#06141C
(6,20,28)
#051116
(5,17,22)
#040E10
(4,14,16)
#030B0A
(3,11,10)
#000000
(0,0,0)

Tints of #0D2946

#0D2946
(13,41,70)
#233C56
(35,60,86)
#394F66
(57,79,102)
#4F6276
(79,98,118)
#657586
(101,117,134)
#7B8896
(123,136,150)
#919BA6
(145,155,166)
#A7AEB6
(167,174,182)
#BDC1C6
(189,193,198)
#D3D4D6
(211,212,214)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2946; }

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

This text font color is #0D2946.

Background Color

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

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

This div background color is #0D2946.

Border color

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

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

This div border color is #0D2946.

Opacity

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

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

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

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

This text has shadow with #0D2946 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2946.

Preview

Color preview on black background

This text has color #0D2946 on black background.


Color preview on white background

This text has color #0D2946 on white background.


Black color preview on #0D2946 background

This text has black color on #0D2946 background.


White color preview on #0D2946 background

This text has white color on #0D2946 background.


Related colors

Complementary color

Complementary color for #hex is #F2D6B9.


I love getcolorcode.com

Triadic colors

1 #460D29 and #29460D with #0D2946 are triadic colors.

2 #46290D and #290D46 with #0D2946 are triadic colors.