COLOR #0D174F

HEX: #0D174F RGB: (13,23,79)

Color info

#0D174F contains mainly green and blue colors. Web safe color of #0D174F is #000066 (or #006).

RGB color model

#0D174F color RGB value is (13,23,79).

RGB: (13,23,79) (5%, 9%, 31%)

RGB channels and saturation

R 13 of 255 = 5%
G 23 of 255 = 9%
B 79 of 255 = 31%

13
23
79

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

Portions of RGB colors in percentages

R + G + B = 13 + 23 + 79 = 115 (100%)
R 13 of 115 ~ 11.3%
G 23 of 115 ~ 20%
B 79 of 115 ~ 68.7'%

%11.3
%20
%68.7

CMYK color model

#0D174F color CMYK value is (84,71,0,69).

  • cyan value is 83.54%
  • magenta value is 70.89%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (84,71,0,69)
C84M71Y0K69 (84%, 71%, 0%, 69%)
(0.84 / 0.71 / 0.00 / 0.69)

CMYK percentages

%83.54
%70.89
%0
%69.02

Codes

Color #0D174F in popluar color models

0D 17 4F
RGB 13 23 79
HSL 231° 71.74% 18.04%
HSB/HSV 231° 83.54% 30.98%
CMYK 83.54% 70.89% 0.00%
69.02%

Color #0D174F in popluar number systems.

HEX 0D 17 4F
Decimal 13 23 79
Binary 1101 10111 1001111
Octal 15 27 117

Shades and tints

Shades of #0D174F

#0D174F
(13,23,79)
#0C1548
(12,21,72)
#0B1341
(11,19,65)
#0A113A
(10,17,58)
#090F33
(9,15,51)
#080D2C
(8,13,44)
#070B25
(7,11,37)
#06091E
(6,9,30)
#050717
(5,7,23)
#040510
(4,5,16)
#030309
(3,3,9)
#000000
(0,0,0)

Tints of #0D174F

#0D174F
(13,23,79)
#232C5F
(35,44,95)
#39416F
(57,65,111)
#4F567F
(79,86,127)
#656B8F
(101,107,143)
#7B809F
(123,128,159)
#9195AF
(145,149,175)
#A7AABF
(167,170,191)
#BDBFCF
(189,191,207)
#D3D4DF
(211,212,223)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D174F; }

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

This text font color is #0D174F.

Background Color

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

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

This div background color is #0D174F.

Border color

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

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

This div border color is #0D174F.

Opacity

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

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

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

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

This text has shadow with #0D174F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D174F.

Preview

Color preview on black background

This text has color #0D174F on black background.


Color preview on white background

This text has color #0D174F on white background.


Black color preview on #0D174F background

This text has black color on #0D174F background.


White color preview on #0D174F background

This text has white color on #0D174F background.


Related colors

Complementary color

Complementary color for #hex is #F2E8B0.


I love getcolorcode.com

Triadic colors

1 #4F0D17 and #174F0D with #0D174F are triadic colors.

2 #4F170D and #170D4F with #0D174F are triadic colors.