COLOR #001729

HEX: #001729
RGB: (0,23,41)

Color info

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

RGB color model

#001729 color RGB value is (0,23,41).

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

RGB channels and saturation

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

0
23
41

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

Portions of RGB colors in percentages

R + G + B =
0 + 23 + 41 = 64 (100%)
R 0 of 64 ~ 0%
G 23 of 64 ~ 35.94%
B 41 of 64 ~ 64.06%

%35.94
%64.06

CMYK color model

#001729 color CMYK value is (100,44,0,84).

  • cyan value is 100.00%
  • magenta value is 43.90%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(100,44,0,84)
C100M44Y0K84 
(100%,44%,0%,84%)
(1.00/0.44/0.00/0.84)	

CMYK percentages

%100
%43.9
%0
%83.92

Codes

Color #001729 in popluar color models

001729
RGB02341
HSL206°100.00%8.04%
HSB/HSV206°100.00%16.08%
CMYK100.00%43.90%0.00%
83.92%

Color #001729 in popluar number systems.

HEX001729
Decimal02341
Binary010111101001
Octal02751

Shades and tints

Shades of #001729

#001729
(0,23,41)
#001526
(0,21,38)
#001323
(0,19,35)
#001120
(0,17,32)
#000F1D
(0,15,29)
#000D1A
(0,13,26)
#000B17
(0,11,23)
#000914
(0,9,20)
#000711
(0,7,17)
#00050E
(0,5,14)
#00030B
(0,3,11)
#000000
(0,0,0)

Tints of #001729

#001729
(0,23,41)
#172C3C
(23,44,60)
#2E414F
(46,65,79)
#455662
(69,86,98)
#5C6B75
(92,107,117)
#738088
(115,128,136)
#8A959B
(138,149,155)
#A1AAAE
(161,170,174)
#B8BFC1
(184,191,193)
#CFD4D4
(207,212,212)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001729; }

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

This text font color is #001729.


Background Color

.myBgColor { background-color: #001729; }

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

This div background color is #001729.


Border color

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

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

This div border color is #001729.


Opacity

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

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

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

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

This text has shadow with #001729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001729 on black background.


Color preview on white background

This text has color #001729 on white background.



Black color preview on #001729 background

This text has black color on #001729 background.


White color preview on #001729 background

This text has white color on #001729 background.