COLOR #0D1167

HEX: #0D1167
RGB: (13,17,103)

Color info

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

RGB color model

#0D1167 color RGB value is (13,17,103).

  • red value is 13;
  • green value is 17;
  • blue value is 103.
RGB:
(13,17,103)
(5%,7%,40%)

RGB channels and saturation

R 13 of 255 = 5%
G 17 of 255 = 7%
B 103 of 255 = 40%

13
17
103

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

Portions of RGB colors in percentages

R + G + B =
13 + 17 + 103 = 133 (100%)
R 13 of 133 ~ 9.77%
G 17 of 133 ~ 12.78%
B 103 of 133 ~ 77.44%

%9.77
%12.78
%77.44

CMYK color model

#0D1167 color CMYK value is (87,83,0,60).

  • cyan value is 87.38%
  • magenta value is 83.50%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(87,83,0,60)
C87M83Y0K60 
(87%,83%,0%,60%)
(0.87/0.83/0.00/0.60)	

CMYK percentages

%87.38
%83.5
%0
%59.61

Codes

Color #0D1167 in popluar color models

0D1167
RGB1317103
HSL237°77.59%22.75%
HSB/HSV237°87.38%40.39%
CMYK87.38%83.50%0.00%
59.61%

Color #0D1167 in popluar number systems.

HEX0D1167
Decimal1317103
Binary1101100011100111
Octal1521147

Shades and tints

Shades of #0D1167

#0D1167
(13,17,103)
#0C105E
(12,16,94)
#0B0F55
(11,15,85)
#0A0E4C
(10,14,76)
#090D43
(9,13,67)
#080C3A
(8,12,58)
#070B31
(7,11,49)
#060A28
(6,10,40)
#05091F
(5,9,31)
#040816
(4,8,22)
#03070D
(3,7,13)
#000000
(0,0,0)

Tints of #0D1167

#0D1167
(13,17,103)
#232674
(35,38,116)
#393B81
(57,59,129)
#4F508E
(79,80,142)
#65659B
(101,101,155)
#7B7AA8
(123,122,168)
#918FB5
(145,143,181)
#A7A4C2
(167,164,194)
#BDB9CF
(189,185,207)
#D3CEDC
(211,206,220)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1167 color. Also use rgb(13,17,103) instead hex code.

Text Font Color

.myTextColor { color: #0D1167; }

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

This text font color is #0D1167.


Background Color

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

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

This div background color is #0D1167.


Border color

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

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

This div border color is #0D1167.


Opacity

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

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

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

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

This text has shadow with #0D1167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1167 on black background.


Color preview on white background

This text has color #0D1167 on white background.



Black color preview on #0D1167 background

This text has black color on #0D1167 background.


White color preview on #0D1167 background

This text has white color on #0D1167 background.