COLOR #0D163C

HEX: #0D163C RGB: (13,22,60)

Color info

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

RGB color model

#0D163C color RGB value is (13,22,60).

RGB: (13,22,60) (5%, 9%, 24%)

RGB channels and saturation

R 13 of 255 = 5%
G 22 of 255 = 9%
B 60 of 255 = 24%

13
22
60

R + G + B ~ 13%. #0D163C is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 22 + 60 = 95 (100%)
R 13 of 95 ~ 13.68%
G 22 of 95 ~ 23.16%
B 60 of 95 ~ 63.16'%

%13.68
%23.16
%63.16

CMYK color model

#0D163C color CMYK value is (78,63,0,76).

  • cyan value is 78.33%
  • magenta value is 63.33%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (78,63,0,76)
C78M63Y0K76 (78%, 63%, 0%, 76%)
(0.78 / 0.63 / 0.00 / 0.76)

CMYK percentages

%78.33
%63.33
%0
%76.47

Codes

Color #0D163C in popluar color models

0D 16 3C
RGB 13 22 60
HSL 229° 64.38% 14.31%
HSB/HSV 229° 78.33% 23.53%
CMYK 78.33% 63.33% 0.00%
76.47%

Color #0D163C in popluar number systems.

HEX 0D 16 3C
Decimal 13 22 60
Binary 1101 10110 111100
Octal 15 26 74

Shades and tints

Shades of #0D163C

#0D163C
(13,22,60)
#0C1437
(12,20,55)
#0B1232
(11,18,50)
#0A102D
(10,16,45)
#090E28
(9,14,40)
#080C23
(8,12,35)
#070A1E
(7,10,30)
#060819
(6,8,25)
#050614
(5,6,20)
#04040F
(4,4,15)
#03020A
(3,2,10)
#000000
(0,0,0)

Tints of #0D163C

#0D163C
(13,22,60)
#232B4D
(35,43,77)
#39405E
(57,64,94)
#4F556F
(79,85,111)
#656A80
(101,106,128)
#7B7F91
(123,127,145)
#9194A2
(145,148,162)
#A7A9B3
(167,169,179)
#BDBEC4
(189,190,196)
#D3D3D5
(211,211,213)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D163C color. Also use rgb(13,22,60) instead hex code.

Text Font Color

.myTextColor { color: #0D163C; }

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

This text font color is #0D163C.

Background Color

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

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

This div background color is #0D163C.

Border color

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

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

This div border color is #0D163C.

Opacity

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

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

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

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

This text has shadow with #0D163C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D163C.

Preview

Color preview on black background

This text has color #0D163C on black background.


Color preview on white background

This text has color #0D163C on white background.


Black color preview on #0D163C background

This text has black color on #0D163C background.


White color preview on #0D163C background

This text has white color on #0D163C background.


Related colors

Complementary color

Complementary color for #hex is #F2E9C3.


I love getcolorcode.com

Triadic colors

1 #3C0D16 and #163C0D with #0D163C are triadic colors.

2 #3C160D and #160D3C with #0D163C are triadic colors.