COLOR #0D1360

HEX: #0D1360 RGB: (13,19,96)

Color info

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

RGB color model

#0D1360 color RGB value is (13,19,96).

RGB: (13,19,96) (5%, 7%, 38%)

RGB channels and saturation

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

13
19
96

R + G + B ~ 17%. #0D1360 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 19 + 96 = 128 (100%)
R 13 of 128 ~ 10.16%
G 19 of 128 ~ 14.84%
B 96 of 128 ~ 75'%

%14.84
%75

CMYK color model

#0D1360 color CMYK value is (86,80,0,62).

  • cyan value is 86.46%
  • magenta value is 80.21%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (86,80,0,62)
C86M80Y0K62 (86%, 80%, 0%, 62%)
(0.86 / 0.80 / 0.00 / 0.62)

CMYK percentages

%86.46
%80.21
%0
%62.35

Codes

Color #0D1360 in popluar color models

0D 13 60
RGB 13 19 96
HSL 236° 76.15% 21.37%
HSB/HSV 236° 86.46% 37.65%
CMYK 86.46% 80.21% 0.00%
62.35%

Color #0D1360 in popluar number systems.

HEX 0D 13 60
Decimal 13 19 96
Binary 1101 10011 1100000
Octal 15 23 140

Shades and tints

Shades of #0D1360

#0D1360
(13,19,96)
#0C1258
(12,18,88)
#0B1150
(11,17,80)
#0A1048
(10,16,72)
#090F40
(9,15,64)
#080E38
(8,14,56)
#070D30
(7,13,48)
#060C28
(6,12,40)
#050B20
(5,11,32)
#040A18
(4,10,24)
#030910
(3,9,16)
#000000
(0,0,0)

Tints of #0D1360

#0D1360
(13,19,96)
#23286E
(35,40,110)
#393D7C
(57,61,124)
#4F528A
(79,82,138)
#656798
(101,103,152)
#7B7CA6
(123,124,166)
#9191B4
(145,145,180)
#A7A6C2
(167,166,194)
#BDBBD0
(189,187,208)
#D3D0DE
(211,208,222)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1360; }

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

This text font color is #0D1360.

Background Color

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

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

This div background color is #0D1360.

Border color

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

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

This div border color is #0D1360.

Opacity

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

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

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

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

This text has shadow with #0D1360 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1360.

Preview

Color preview on black background

This text has color #0D1360 on black background.


Color preview on white background

This text has color #0D1360 on white background.


Black color preview on #0D1360 background

This text has black color on #0D1360 background.


White color preview on #0D1360 background

This text has white color on #0D1360 background.


Related colors

Complementary color

Complementary color for #hex is #F2EC9F.


I love getcolorcode.com

Triadic colors

1 #600D13 and #13600D with #0D1360 are triadic colors.

2 #60130D and #130D60 with #0D1360 are triadic colors.