COLOR #0D1738

HEX: #0D1738
RGB: (13,23,56)

Color info

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

RGB color model

#0D1738 color RGB value is (13,23,56).

  • red value is 13;
  • green value is 23;
  • blue value is 56.
RGB:
(13,23,56)
(5%,9%,22%)

RGB channels and saturation

R 13 of 255 = 5%
G 23 of 255 = 9%
B 56 of 255 = 22%

13
23
56

R + G + B ~ 12%. #0D1738 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 23 + 56 = 92 (100%)
R 13 of 92 ~ 14.13%
G 23 of 92 ~ 25%
B 56 of 92 ~ 60.87%

%14.13
%25
%60.87

CMYK color model

#0D1738 color CMYK value is (77,59,0,78).

  • cyan value is 76.79%
  • magenta value is 58.93%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(77,59,0,78)
C77M59Y0K78 
(77%,59%,0%,78%)
(0.77/0.59/0.00/0.78)	

CMYK percentages

%76.79
%58.93
%0
%78.04

Codes

Color #0D1738 in popluar color models

0D1738
RGB132356
HSL226°62.32%13.53%
HSB/HSV226°76.79%21.96%
CMYK76.79%58.93%0.00%
78.04%

Color #0D1738 in popluar number systems.

HEX0D1738
Decimal132356
Binary110110111111000
Octal152770

Shades and tints

Shades of #0D1738

#0D1738
(13,23,56)
#0C1533
(12,21,51)
#0B132E
(11,19,46)
#0A1129
(10,17,41)
#090F24
(9,15,36)
#080D1F
(8,13,31)
#070B1A
(7,11,26)
#060915
(6,9,21)
#050710
(5,7,16)
#04050B
(4,5,11)
#030306
(3,3,6)
#000000
(0,0,0)

Tints of #0D1738

#0D1738
(13,23,56)
#232C4A
(35,44,74)
#39415C
(57,65,92)
#4F566E
(79,86,110)
#656B80
(101,107,128)
#7B8092
(123,128,146)
#9195A4
(145,149,164)
#A7AAB6
(167,170,182)
#BDBFC8
(189,191,200)
#D3D4DA
(211,212,218)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1738 color. Also use rgb(13,23,56) instead hex code.

Text Font Color

.myTextColor { color: #0D1738; }

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

This text font color is #0D1738.


Background Color

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

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

This div background color is #0D1738.


Border color

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

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

This div border color is #0D1738.


Opacity

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

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

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

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

This text has shadow with #0D1738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1738 on black background.


Color preview on white background

This text has color #0D1738 on white background.



Black color preview on #0D1738 background

This text has black color on #0D1738 background.


White color preview on #0D1738 background

This text has white color on #0D1738 background.