COLOR #00171E

HEX: #00171E RGB: (0,23,30)

Color info

#00171E contains only green and blue colors. Web safe color of #00171E is #000033 (or #003).

RGB color model

#00171E color RGB value is (0,23,30).

RGB: (0,23,30) (0%, 9%, 12%)

RGB channels and saturation

R 0 of 255 = 0%
G 23 of 255 = 9%
B 30 of 255 = 12%

0
23
30

R + G + B ~ 7%. #00171E is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 23 + 30 = 53 (100%)
R 0 of 53 ~ 0%
G 23 of 53 ~ 43.4%
B 30 of 53 ~ 56.6'%

%43.4
%56.6

CMYK color model

#00171E color CMYK value is (100,23,0,88).

  • cyan value is 100.00%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK: (100,23,0,88) C100M23Y0K88 (100%,23%,0%,88%) (1.00/0.23/0.00/0.88) 

CMYK percentages

%100
%23.33
%0
%88.24

Codes

Color #00171E in popluar color models

00 17 1E
RGB 0 23 30
HSL 194° 100.00% 5.88%
HSB/HSV 194° 100.00% 11.76%
CMYK 100.00% 23.33% 0.00%
88.24%

Color #00171E in popluar number systems.

HEX 00 17 1E
Decimal 0 23 30
Binary 0 10111 11110
Octal 0 27 36

Shades and tints

Shades of #00171E

#00171E
(0,23,30)
#00151C
(0,21,28)
#00131A
(0,19,26)
#001118
(0,17,24)
#000F16
(0,15,22)
#000D14
(0,13,20)
#000B12
(0,11,18)
#000910
(0,9,16)
#00070E
(0,7,14)
#00050C
(0,5,12)
#00030A
(0,3,10)
#000000
(0,0,0)

Tints of #00171E

#00171E
(0,23,30)
#172C32
(23,44,50)
#2E4146
(46,65,70)
#45565A
(69,86,90)
#5C6B6E
(92,107,110)
#738082
(115,128,130)
#8A9596
(138,149,150)
#A1AAAA
(161,170,170)
#B8BFBE
(184,191,190)
#CFD4D2
(207,212,210)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00171E color. Also use rgb(0,23,30) instead hex code.

Text Font Color

.myTextColor { color: #00171E; }

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

This text font color is #00171E.

Background Color

.myBgColor { background-color: #00171E; }

<div style="background-color:#00171E">Inner text</div>

This div background color is #00171E.

Border color

.myBorderColor { border: 1px solid #00171E; }

<div style="border:3px solid #00171E">Div</div>

This div border color is #00171E.

Opacity

.myOpacity80 { color: #00171E; opacity: 0.8; }

<p style="color:#00171E;opacity:0.8;">80%</p>

Text with #00171E 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 #00171E;}

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

This text has shadow with #00171E color.


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

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

This text has shadow with #00171E primary color and red secondary color.


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

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

This text has shadow with #00171E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #00171E.

Preview

Color preview on black background

This text has color #00171E on black background.


Color preview on white background

This text has color #00171E on white background.


Black color preview on #00171E background

This text has black color on #00171E background.


White color preview on #00171E background

This text has white color on #00171E background.


Related colors

Complementary color

Complementary color for #hex is #FFE8E1.


I love getcolorcode.com

Triadic colors

1 #1E0017 and #171E00 with #00171E are triadic colors.

2 #1E1700 and #17001E with #00171E are triadic colors.