COLOR #001727

HEX: #001727
RGB: (0,23,39)

Color info

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

RGB color model

#001727 color RGB value is (0,23,39).

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

RGB channels and saturation

R 0 of 255 = 0%
G 23 of 255 = 9%
B 39 of 255 = 15%

0
23
39

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

Portions of RGB colors in percentages

R + G + B =
0 + 23 + 39 = 62 (100%)
R 0 of 62 ~ 0%
G 23 of 62 ~ 37.1%
B 39 of 62 ~ 62.9%

%37.1
%62.9

CMYK color model

#001727 color CMYK value is (100,41,0,85).

  • cyan value is 100.00%
  • magenta value is 41.03%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(100,41,0,85)
C100M41Y0K85 
(100%,41%,0%,85%)
(1.00/0.41/0.00/0.85)	

CMYK percentages

%100
%41.03
%0
%84.71

Codes

Color #001727 in popluar color models

001727
RGB02339
HSL205°100.00%7.65%
HSB/HSV205°100.00%15.29%
CMYK100.00%41.03%0.00%
84.71%

Color #001727 in popluar number systems.

HEX001727
Decimal02339
Binary010111100111
Octal02747

Shades and tints

Shades of #001727

#001727
(0,23,39)
#001524
(0,21,36)
#001321
(0,19,33)
#00111E
(0,17,30)
#000F1B
(0,15,27)
#000D18
(0,13,24)
#000B15
(0,11,21)
#000912
(0,9,18)
#00070F
(0,7,15)
#00050C
(0,5,12)
#000309
(0,3,9)
#000000
(0,0,0)

Tints of #001727

#001727
(0,23,39)
#172C3A
(23,44,58)
#2E414D
(46,65,77)
#455660
(69,86,96)
#5C6B73
(92,107,115)
#738086
(115,128,134)
#8A9599
(138,149,153)
#A1AAAC
(161,170,172)
#B8BFBF
(184,191,191)
#CFD4D2
(207,212,210)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001727; }

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

This text font color is #001727.


Background Color

.myBgColor { background-color: #001727; }

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

This div background color is #001727.


Border color

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

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

This div border color is #001727.


Opacity

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

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

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

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

This text has shadow with #001727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001727 on black background.


Color preview on white background

This text has color #001727 on white background.



Black color preview on #001727 background

This text has black color on #001727 background.


White color preview on #001727 background

This text has white color on #001727 background.