COLOR #011725

HEX: #011725 RGB: (1,23,37)

Color info

#011725 contains red, green and blue colors in about the same proportion. Web safe color of #011725 is #000033 (or #003).

RGB color model

#011725 color RGB value is (1,23,37).

RGB: (1,23,37) (0%, 9%, 15%)

RGB channels and saturation

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

1
23
37

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

Portions of RGB colors in percentages

R + G + B = 1 + 23 + 37 = 61 (100%)
R 1 of 61 ~ 1.64%
G 23 of 61 ~ 37.7%
B 37 of 61 ~ 60.66'%

%37.7
%60.66

CMYK color model

#011725 color CMYK value is (97,38,0,85).

  • cyan value is 97.30%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (97,38,0,85)
C97M38Y0K85 (97%, 38%, 0%, 85%)
(0.97 / 0.38 / 0.00 / 0.85)

CMYK percentages

%97.3
%37.84
%0
%85.49

Codes

Color #011725 in popluar color models

01 17 25
RGB 1 23 37
HSL 203° 94.74% 7.45%
HSB/HSV 203° 97.30% 14.51%
CMYK 97.30% 37.84% 0.00%
85.49%

Color #011725 in popluar number systems.

HEX 01 17 25
Decimal 1 23 37
Binary 1 10111 100101
Octal 1 27 45

Shades and tints

Shades of #011725

#011725
(1,23,37)
#011522
(1,21,34)
#01131F
(1,19,31)
#01111C
(1,17,28)
#010F19
(1,15,25)
#010D16
(1,13,22)
#010B13
(1,11,19)
#010910
(1,9,16)
#01070D
(1,7,13)
#01050A
(1,5,10)
#010307
(1,3,7)
#000000
(0,0,0)

Tints of #011725

#011725
(1,23,37)
#182C38
(24,44,56)
#2F414B
(47,65,75)
#46565E
(70,86,94)
#5D6B71
(93,107,113)
#748084
(116,128,132)
#8B9597
(139,149,151)
#A2AAAA
(162,170,170)
#B9BFBD
(185,191,189)
#D0D4D0
(208,212,208)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011725; }

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

This text font color is #011725.

Background Color

.myBgColor { background-color: #011725; }

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

This div background color is #011725.

Border color

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

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

This div border color is #011725.

Opacity

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

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

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

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

This text has shadow with #011725 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011725.

Preview

Color preview on black background

This text has color #011725 on black background.


Color preview on white background

This text has color #011725 on white background.


Black color preview on #011725 background

This text has black color on #011725 background.


White color preview on #011725 background

This text has white color on #011725 background.


Related colors

Complementary color

Complementary color for #hex is #FEE8DA.


I love getcolorcode.com

Triadic colors

1 #250117 and #172501 with #011725 are triadic colors.

2 #251701 and #170125 with #011725 are triadic colors.