COLOR #0D1326

HEX: #0D1326
RGB: (13,19,38)

Color info

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

RGB color model

#0D1326 color RGB value is (13,19,38).

  • red value is 13;
  • green value is 19;
  • blue value is 38.
RGB:
(13,19,38)
(5%,7%,15%)

RGB channels and saturation

R 13 of 255 = 5%
G 19 of 255 = 7%
B 38 of 255 = 15%

13
19
38

R + G + B ~ 9%. #0D1326 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 19 + 38 = 70 (100%)
R 13 of 70 ~ 18.57%
G 19 of 70 ~ 27.14%
B 38 of 70 ~ 54.29%

%18.57
%27.14
%54.29

CMYK color model

#0D1326 color CMYK value is (66,50,0,85).

  • cyan value is 65.79%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(66,50,0,85)
C66M50Y0K85 
(66%,50%,0%,85%)
(0.66/0.50/0.00/0.85)	

CMYK percentages

%65.79
%50
%0
%85.1

Codes

Color #0D1326 in popluar color models

0D1326
RGB131938
HSL226°49.02%10.00%
HSB/HSV226°65.79%14.90%
CMYK65.79%50.00%0.00%
85.10%

Color #0D1326 in popluar number systems.

HEX0D1326
Decimal131938
Binary110110011100110
Octal152346

Shades and tints

Shades of #0D1326

#0D1326
(13,19,38)
#0C1223
(12,18,35)
#0B1120
(11,17,32)
#0A101D
(10,16,29)
#090F1A
(9,15,26)
#080E17
(8,14,23)
#070D14
(7,13,20)
#060C11
(6,12,17)
#050B0E
(5,11,14)
#040A0B
(4,10,11)
#030908
(3,9,8)
#000000
(0,0,0)

Tints of #0D1326

#0D1326
(13,19,38)
#232839
(35,40,57)
#393D4C
(57,61,76)
#4F525F
(79,82,95)
#656772
(101,103,114)
#7B7C85
(123,124,133)
#919198
(145,145,152)
#A7A6AB
(167,166,171)
#BDBBBE
(189,187,190)
#D3D0D1
(211,208,209)
#E9E5E4
(233,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1326; }

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

This text font color is #0D1326.


Background Color

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

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

This div background color is #0D1326.


Border color

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

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

This div border color is #0D1326.


Opacity

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

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

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

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

This text has shadow with #0D1326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1326 on black background.


Color preview on white background

This text has color #0D1326 on white background.



Black color preview on #0D1326 background

This text has black color on #0D1326 background.


White color preview on #0D1326 background

This text has white color on #0D1326 background.