COLOR #0D174C

HEX: #0D174C RGB: (13,23,76)

Color info

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

RGB color model

#0D174C color RGB value is (13,23,76).

RGB: (13,23,76) (5%, 9%, 30%)

RGB channels and saturation

R 13 of 255 = 5%
G 23 of 255 = 9%
B 76 of 255 = 30%

13
23
76

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

Portions of RGB colors in percentages

R + G + B = 13 + 23 + 76 = 112 (100%)
R 13 of 112 ~ 11.61%
G 23 of 112 ~ 20.54%
B 76 of 112 ~ 67.86'%

%11.61
%20.54
%67.86

CMYK color model

#0D174C color CMYK value is (83,70,0,70).

  • cyan value is 82.89%
  • magenta value is 69.74%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (83,70,0,70)
C83M70Y0K70 (83%, 70%, 0%, 70%)
(0.83 / 0.70 / 0.00 / 0.70)

CMYK percentages

%82.89
%69.74
%0
%70.2

Codes

Color #0D174C in popluar color models

0D 17 4C
RGB 13 23 76
HSL 230° 70.79% 17.45%
HSB/HSV 230° 82.89% 29.80%
CMYK 82.89% 69.74% 0.00%
70.20%

Color #0D174C in popluar number systems.

HEX 0D 17 4C
Decimal 13 23 76
Binary 1101 10111 1001100
Octal 15 27 114

Shades and tints

Shades of #0D174C

#0D174C
(13,23,76)
#0C1546
(12,21,70)
#0B1340
(11,19,64)
#0A113A
(10,17,58)
#090F34
(9,15,52)
#080D2E
(8,13,46)
#070B28
(7,11,40)
#060922
(6,9,34)
#05071C
(5,7,28)
#040516
(4,5,22)
#030310
(3,3,16)
#000000
(0,0,0)

Tints of #0D174C

#0D174C
(13,23,76)
#232C5C
(35,44,92)
#39416C
(57,65,108)
#4F567C
(79,86,124)
#656B8C
(101,107,140)
#7B809C
(123,128,156)
#9195AC
(145,149,172)
#A7AABC
(167,170,188)
#BDBFCC
(189,191,204)
#D3D4DC
(211,212,220)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D174C; }

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

This text font color is #0D174C.

Background Color

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

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

This div background color is #0D174C.

Border color

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

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

This div border color is #0D174C.

Opacity

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

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

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

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

This text has shadow with #0D174C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D174C.

Preview

Color preview on black background

This text has color #0D174C on black background.


Color preview on white background

This text has color #0D174C on white background.


Black color preview on #0D174C background

This text has black color on #0D174C background.


White color preview on #0D174C background

This text has white color on #0D174C background.


Related colors

Complementary color

Complementary color for #hex is #F2E8B3.


I love getcolorcode.com

Triadic colors

1 #4C0D17 and #174C0D with #0D174C are triadic colors.

2 #4C170D and #170D4C with #0D174C are triadic colors.