COLOR #00175E

HEX: #00175E
RGB: (0,23,94)

Color info

#00175E contains mainly blue color. Web safe color of #00175E is #000066 (or #006).

RGB color model

#00175E color RGB value is (0,23,94).

  • red value is 0;
  • green value is 23;
  • blue value is 94.
RGB:
(0,23,94)
(0%,9%,37%)

RGB channels and saturation

R 0 of 255 = 0%
G 23 of 255 = 9%
B 94 of 255 = 37%

0
23
94

R + G + B ~ 15%. #00175E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 23 + 94 = 117 (100%)
R 0 of 117 ~ 0%
G 23 of 117 ~ 19.66%
B 94 of 117 ~ 80.34%

%19.66
%80.34

CMYK color model

#00175E color CMYK value is (100,76,0,63).

  • cyan value is 100.00%
  • magenta value is 75.53%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(100,76,0,63)
C100M76Y0K63 
(100%,76%,0%,63%)
(1.00/0.76/0.00/0.63)	

CMYK percentages

%100
%75.53
%0
%63.14

Codes

Color #00175E in popluar color models

00175E
RGB02394
HSL225°100.00%18.43%
HSB/HSV225°100.00%36.86%
CMYK100.00%75.53%0.00%
63.14%

Color #00175E in popluar number systems.

HEX00175E
Decimal02394
Binary0101111011110
Octal027136

Shades and tints

Shades of #00175E

#00175E
(0,23,94)
#001556
(0,21,86)
#00134E
(0,19,78)
#001146
(0,17,70)
#000F3E
(0,15,62)
#000D36
(0,13,54)
#000B2E
(0,11,46)
#000926
(0,9,38)
#00071E
(0,7,30)
#000516
(0,5,22)
#00030E
(0,3,14)
#000000
(0,0,0)

Tints of #00175E

#00175E
(0,23,94)
#172C6C
(23,44,108)
#2E417A
(46,65,122)
#455688
(69,86,136)
#5C6B96
(92,107,150)
#7380A4
(115,128,164)
#8A95B2
(138,149,178)
#A1AAC0
(161,170,192)
#B8BFCE
(184,191,206)
#CFD4DC
(207,212,220)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00175E; }

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

This text font color is #00175E.


Background Color

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

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

This div background color is #00175E.


Border color

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

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

This div border color is #00175E.


Opacity

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

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

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

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

This text has shadow with #00175E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00175E on black background.


Color preview on white background

This text has color #00175E on white background.



Black color preview on #00175E background

This text has black color on #00175E background.


White color preview on #00175E background

This text has white color on #00175E background.