COLOR #0D1356

HEX: #0D1356
RGB: (13,19,86)

Color info

#0D1356 contains mainly blue color. Web safe color of #0D1356 is #000066 (or #006).

RGB color model

#0D1356 color RGB value is (13,19,86).

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

RGB channels and saturation

R 13 of 255 = 5%
G 19 of 255 = 7%
B 86 of 255 = 34%

13
19
86

R + G + B ~ 15%. #0D1356 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 19 + 86 = 118 (100%)
R 13 of 118 ~ 11.02%
G 19 of 118 ~ 16.1%
B 86 of 118 ~ 72.88%

%11.02
%16.1
%72.88

CMYK color model

#0D1356 color CMYK value is (85,78,0,66).

  • cyan value is 84.88%
  • magenta value is 77.91%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(85,78,0,66)
C85M78Y0K66 
(85%,78%,0%,66%)
(0.85/0.78/0.00/0.66)	

CMYK percentages

%84.88
%77.91
%0
%66.27

Codes

Color #0D1356 in popluar color models

0D1356
RGB131986
HSL235°73.74%19.41%
HSB/HSV235°84.88%33.73%
CMYK84.88%77.91%0.00%
66.27%

Color #0D1356 in popluar number systems.

HEX0D1356
Decimal131986
Binary1101100111010110
Octal1523126

Shades and tints

Shades of #0D1356

#0D1356
(13,19,86)
#0C124F
(12,18,79)
#0B1148
(11,17,72)
#0A1041
(10,16,65)
#090F3A
(9,15,58)
#080E33
(8,14,51)
#070D2C
(7,13,44)
#060C25
(6,12,37)
#050B1E
(5,11,30)
#040A17
(4,10,23)
#030910
(3,9,16)
#000000
(0,0,0)

Tints of #0D1356

#0D1356
(13,19,86)
#232865
(35,40,101)
#393D74
(57,61,116)
#4F5283
(79,82,131)
#656792
(101,103,146)
#7B7CA1
(123,124,161)
#9191B0
(145,145,176)
#A7A6BF
(167,166,191)
#BDBBCE
(189,187,206)
#D3D0DD
(211,208,221)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1356; }

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

This text font color is #0D1356.


Background Color

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

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

This div background color is #0D1356.


Border color

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

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

This div border color is #0D1356.


Opacity

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

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

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

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

This text has shadow with #0D1356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1356 on black background.


Color preview on white background

This text has color #0D1356 on white background.



Black color preview on #0D1356 background

This text has black color on #0D1356 background.


White color preview on #0D1356 background

This text has white color on #0D1356 background.