COLOR #08176C

HEX: #08176C RGB: (8,23,108)

Color info

#08176C contains mainly blue color. Web safe color of #08176C is #000066 (or #006).

RGB color model

#08176C color RGB value is (8,23,108).

RGB: (8,23,108) (3%, 9%, 42%)

RGB channels and saturation

R 8 of 255 = 3%
G 23 of 255 = 9%
B 108 of 255 = 42%

8
23
108

R + G + B ~ 18%. #08176C is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 23 + 108 = 139 (100%)
R 8 of 139 ~ 5.76%
G 23 of 139 ~ 16.55%
B 108 of 139 ~ 77.7'%

%16.55
%77.7

CMYK color model

#08176C color CMYK value is (93,79,0,58).

  • cyan value is 92.59%
  • magenta value is 78.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (93,79,0,58) C93M79Y0K58 (93%,79%,0%,58%) (0.93/0.79/0.00/0.58) 

CMYK percentages

%92.59
%78.7
%0
%57.65

Codes

Color #08176C in popluar color models

08 17 6C
RGB 8 23 108
HSL 231° 86.21% 22.75%
HSB/HSV 231° 92.59% 42.35%
CMYK 92.59% 78.70% 0.00%
57.65%

Color #08176C in popluar number systems.

HEX 08 17 6C
Decimal 8 23 108
Binary 1000 10111 1101100
Octal 10 27 154

Shades and tints

Shades of #08176C

#08176C
(8,23,108)
#081563
(8,21,99)
#08135A
(8,19,90)
#081151
(8,17,81)
#080F48
(8,15,72)
#080D3F
(8,13,63)
#080B36
(8,11,54)
#08092D
(8,9,45)
#080724
(8,7,36)
#08051B
(8,5,27)
#080312
(8,3,18)
#000000
(0,0,0)

Tints of #08176C

#08176C
(8,23,108)
#1E2C79
(30,44,121)
#344186
(52,65,134)
#4A5693
(74,86,147)
#606BA0
(96,107,160)
#7680AD
(118,128,173)
#8C95BA
(140,149,186)
#A2AAC7
(162,170,199)
#B8BFD4
(184,191,212)
#CED4E1
(206,212,225)
#E4E9EE
(228,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08176C color. Also use rgb(8,23,108) instead hex code.

Text Font Color

.myTextColor { color: #08176C; }

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

This text font color is #08176C.

Background Color

.myBgColor { background-color: #08176C; }

<div style="background-color:#08176C">Inner text</div>

This div background color is #08176C.

Border color

.myBorderColor { border: 1px solid #08176C; }

<div style="border:3px solid #08176C">Div</div>

This div border color is #08176C.

Opacity

.myOpacity80 { color: #08176C; opacity: 0.8; }

<p style="color:#08176C;opacity:0.8;">80%</p>

Text with #08176C 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 #08176C;}

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

This text has shadow with #08176C color.


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

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

This text has shadow with #08176C primary color and red secondary color.


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

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

This text has shadow with #08176C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #08176C.

Preview

Color preview on black background

This text has color #08176C on black background.


Color preview on white background

This text has color #08176C on white background.


Black color preview on #08176C background

This text has black color on #08176C background.


White color preview on #08176C background

This text has white color on #08176C background.


Related colors

Complementary color

Complementary color for #hex is #F7E893.


I love getcolorcode.com

Triadic colors

1 #6C0817 and #176C08 with #08176C are triadic colors.

2 #6C1708 and #17086C with #08176C are triadic colors.