COLOR #001725

HEX: #001725
RGB: (0,23,37)

Color info

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

RGB color model

#001725 color RGB value is (0,23,37).

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

RGB channels and saturation

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

0
23
37

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

Portions of RGB colors in percentages

R + G + B =
0 + 23 + 37 = 60 (100%)
R 0 of 60 ~ 0%
G 23 of 60 ~ 38.33%
B 37 of 60 ~ 61.67%

%38.33
%61.67

CMYK color model

#001725 color CMYK value is (100,38,0,85).

  • cyan value is 100.00%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(100,38,0,85)
C100M38Y0K85 
(100%,38%,0%,85%)
(1.00/0.38/0.00/0.85)	

CMYK percentages

%100
%37.84
%0
%85.49

Codes

Color #001725 in popluar color models

001725
RGB02337
HSL203°100.00%7.25%
HSB/HSV203°100.00%14.51%
CMYK100.00%37.84%0.00%
85.49%

Color #001725 in popluar number systems.

HEX001725
Decimal02337
Binary010111100101
Octal02745

Shades and tints

Shades of #001725

#001725
(0,23,37)
#001522
(0,21,34)
#00131F
(0,19,31)
#00111C
(0,17,28)
#000F19
(0,15,25)
#000D16
(0,13,22)
#000B13
(0,11,19)
#000910
(0,9,16)
#00070D
(0,7,13)
#00050A
(0,5,10)
#000307
(0,3,7)
#000000
(0,0,0)

Tints of #001725

#001725
(0,23,37)
#172C38
(23,44,56)
#2E414B
(46,65,75)
#45565E
(69,86,94)
#5C6B71
(92,107,113)
#738084
(115,128,132)
#8A9597
(138,149,151)
#A1AAAA
(161,170,170)
#B8BFBD
(184,191,189)
#CFD4D0
(207,212,208)
#E6E9E3
(230,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001725; }

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

This text font color is #001725.


Background Color

.myBgColor { background-color: #001725; }

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

This div background color is #001725.


Border color

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

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

This div border color is #001725.


Opacity

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

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

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

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

This text has shadow with #001725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001725 on black background.


Color preview on white background

This text has color #001725 on white background.



Black color preview on #001725 background

This text has black color on #001725 background.


White color preview on #001725 background

This text has white color on #001725 background.