COLOR #0D174A

HEX: #0D174A RGB: (13,23,74)

Color info

#0D174A contains mainly green and blue colors. Web safe color of #0D174A is #000033 (or #003).

RGB color model

#0D174A color RGB value is (13,23,74).

RGB: (13,23,74) (5%, 9%, 29%)

RGB channels and saturation

R 13 of 255 = 5%
G 23 of 255 = 9%
B 74 of 255 = 29%

13
23
74

R + G + B ~ 14%. #0D174A is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 23 + 74 = 110 (100%)
R 13 of 110 ~ 11.82%
G 23 of 110 ~ 20.91%
B 74 of 110 ~ 67.27'%

%11.82
%20.91
%67.27

CMYK color model

#0D174A color CMYK value is (82,69,0,71).

  • cyan value is 82.43%
  • magenta value is 68.92%
  • yellow value is 0.00%
  • key color value is 70.98%

CMYK: (82,69,0,71)
C82M69Y0K71 (82%, 69%, 0%, 71%)
(0.82 / 0.69 / 0.00 / 0.71)

CMYK percentages

%82.43
%68.92
%0
%70.98

Codes

Color #0D174A in popluar color models

0D 17 4A
RGB 13 23 74
HSL 230° 70.11% 17.06%
HSB/HSV 230° 82.43% 29.02%
CMYK 82.43% 68.92% 0.00%
70.98%

Color #0D174A in popluar number systems.

HEX 0D 17 4A
Decimal 13 23 74
Binary 1101 10111 1001010
Octal 15 27 112

Shades and tints

Shades of #0D174A

#0D174A
(13,23,74)
#0C1544
(12,21,68)
#0B133E
(11,19,62)
#0A1138
(10,17,56)
#090F32
(9,15,50)
#080D2C
(8,13,44)
#070B26
(7,11,38)
#060920
(6,9,32)
#05071A
(5,7,26)
#040514
(4,5,20)
#03030E
(3,3,14)
#000000
(0,0,0)

Tints of #0D174A

#0D174A
(13,23,74)
#232C5A
(35,44,90)
#39416A
(57,65,106)
#4F567A
(79,86,122)
#656B8A
(101,107,138)
#7B809A
(123,128,154)
#9195AA
(145,149,170)
#A7AABA
(167,170,186)
#BDBFCA
(189,191,202)
#D3D4DA
(211,212,218)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D174A color. Also use rgb(13,23,74) instead hex code.

Text Font Color

.myTextColor { color: #0D174A; }

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

This text font color is #0D174A.

Background Color

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

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

This div background color is #0D174A.

Border color

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

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

This div border color is #0D174A.

Opacity

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

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

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

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

This text has shadow with #0D174A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D174A.

Preview

Color preview on black background

This text has color #0D174A on black background.


Color preview on white background

This text has color #0D174A on white background.


Black color preview on #0D174A background

This text has black color on #0D174A background.


White color preview on #0D174A background

This text has white color on #0D174A background.


Related colors

Complementary color

Complementary color for #hex is #F2E8B5.


I love getcolorcode.com

Triadic colors

1 #4A0D17 and #174A0D with #0D174A are triadic colors.

2 #4A170D and #170D4A with #0D174A are triadic colors.