COLOR #0D1337

HEX: #0D1337 RGB: (13,19,55)

Color info

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

RGB color model

#0D1337 color RGB value is (13,19,55).

RGB: (13,19,55) (5%, 7%, 22%)

RGB channels and saturation

R 13 of 255 = 5%
G 19 of 255 = 7%
B 55 of 255 = 22%

13
19
55

R + G + B ~ 11%. #0D1337 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 19 + 55 = 87 (100%)
R 13 of 87 ~ 14.94%
G 19 of 87 ~ 21.84%
B 55 of 87 ~ 63.22'%

%14.94
%21.84
%63.22

CMYK color model

#0D1337 color CMYK value is (76,65,0,78).

  • cyan value is 76.36%
  • magenta value is 65.45%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (76,65,0,78)
C76M65Y0K78 (76%, 65%, 0%, 78%)
(0.76 / 0.65 / 0.00 / 0.78)

CMYK percentages

%76.36
%65.45
%0
%78.43

Codes

Color #0D1337 in popluar color models

0D 13 37
RGB 13 19 55
HSL 231° 61.76% 13.33%
HSB/HSV 231° 76.36% 21.57%
CMYK 76.36% 65.45% 0.00%
78.43%

Color #0D1337 in popluar number systems.

HEX 0D 13 37
Decimal 13 19 55
Binary 1101 10011 110111
Octal 15 23 67

Shades and tints

Shades of #0D1337

#0D1337
(13,19,55)
#0C1232
(12,18,50)
#0B112D
(11,17,45)
#0A1028
(10,16,40)
#090F23
(9,15,35)
#080E1E
(8,14,30)
#070D19
(7,13,25)
#060C14
(6,12,20)
#050B0F
(5,11,15)
#040A0A
(4,10,10)
#030905
(3,9,5)
#000000
(0,0,0)

Tints of #0D1337

#0D1337
(13,19,55)
#232849
(35,40,73)
#393D5B
(57,61,91)
#4F526D
(79,82,109)
#65677F
(101,103,127)
#7B7C91
(123,124,145)
#9191A3
(145,145,163)
#A7A6B5
(167,166,181)
#BDBBC7
(189,187,199)
#D3D0D9
(211,208,217)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1337 color. Also use rgb(13,19,55) instead hex code.

Text Font Color

.myTextColor { color: #0D1337; }

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

This text font color is #0D1337.

Background Color

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

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

This div background color is #0D1337.

Border color

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

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

This div border color is #0D1337.

Opacity

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

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

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

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

This text has shadow with #0D1337 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1337.

Preview

Color preview on black background

This text has color #0D1337 on black background.


Color preview on white background

This text has color #0D1337 on white background.


Black color preview on #0D1337 background

This text has black color on #0D1337 background.


White color preview on #0D1337 background

This text has white color on #0D1337 background.


Related colors

Complementary color

Complementary color for #hex is #F2ECC8.


I love getcolorcode.com

Triadic colors

1 #370D13 and #13370D with #0D1337 are triadic colors.

2 #37130D and #130D37 with #0D1337 are triadic colors.