COLOR #001728

HEX: #001728
RGB: (0,23,40)

Color info

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

RGB color model

#001728 color RGB value is (0,23,40).

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

RGB channels and saturation

R 0 of 255 = 0%
G 23 of 255 = 9%
B 40 of 255 = 16%

0
23
40

R + G + B ~ 8%. #001728 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 23 + 40 = 63 (100%)
R 0 of 63 ~ 0%
G 23 of 63 ~ 36.51%
B 40 of 63 ~ 63.49%

%36.51
%63.49

CMYK color model

#001728 color CMYK value is (100,43,0,84).

  • cyan value is 100.00%
  • magenta value is 42.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(100,43,0,84)
C100M43Y0K84 
(100%,43%,0%,84%)
(1.00/0.43/0.00/0.84)	

CMYK percentages

%100
%42.5
%0
%84.31

Codes

Color #001728 in popluar color models

001728
RGB02340
HSL206°100.00%7.84%
HSB/HSV206°100.00%15.69%
CMYK100.00%42.50%0.00%
84.31%

Color #001728 in popluar number systems.

HEX001728
Decimal02340
Binary010111101000
Octal02750

Shades and tints

Shades of #001728

#001728
(0,23,40)
#001525
(0,21,37)
#001322
(0,19,34)
#00111F
(0,17,31)
#000F1C
(0,15,28)
#000D19
(0,13,25)
#000B16
(0,11,22)
#000913
(0,9,19)
#000710
(0,7,16)
#00050D
(0,5,13)
#00030A
(0,3,10)
#000000
(0,0,0)

Tints of #001728

#001728
(0,23,40)
#172C3B
(23,44,59)
#2E414E
(46,65,78)
#455661
(69,86,97)
#5C6B74
(92,107,116)
#738087
(115,128,135)
#8A959A
(138,149,154)
#A1AAAD
(161,170,173)
#B8BFC0
(184,191,192)
#CFD4D3
(207,212,211)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001728; }

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

This text font color is #001728.


Background Color

.myBgColor { background-color: #001728; }

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

This div background color is #001728.


Border color

.myBorderColor { border: 1px solid #001728; }

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

This div border color is #001728.


Opacity

.myOpacity80 { color: #001728; opacity: 0.8; }

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

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

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

This text has shadow with #001728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001728 on black background.


Color preview on white background

This text has color #001728 on white background.



Black color preview on #001728 background

This text has black color on #001728 background.


White color preview on #001728 background

This text has white color on #001728 background.