COLOR #010725

HEX: #010725 RGB: (1,7,37)

Color info

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

RGB color model

#010725 color RGB value is (1,7,37).

RGB: (1,7,37) (0%, 3%, 15%)

RGB channels and saturation

R 1 of 255 = 0%
G 7 of 255 = 3%
B 37 of 255 = 15%

1
7
37

R + G + B ~ 6%. #010725 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 7 + 37 = 45 (100%)
R 1 of 45 ~ 2.22%
G 7 of 45 ~ 15.56%
B 37 of 45 ~ 82.22'%

%15.56
%82.22

CMYK color model

#010725 color CMYK value is (97,81,0,85).

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

CMYK: (97,81,0,85)
C97M81Y0K85 (97%, 81%, 0%, 85%)
(0.97 / 0.81 / 0.00 / 0.85)

CMYK percentages

%97.3
%81.08
%0
%85.49

Codes

Color #010725 in popluar color models

01 07 25
RGB 1 7 37
HSL 230° 94.74% 7.45%
HSB/HSV 230° 97.30% 14.51%
CMYK 97.30% 81.08% 0.00%
85.49%

Color #010725 in popluar number systems.

HEX 01 07 25
Decimal 1 7 37
Binary 1 111 100101
Octal 1 7 45

Shades and tints

Shades of #010725

#010725
(1,7,37)
#010722
(1,7,34)
#01071F
(1,7,31)
#01071C
(1,7,28)
#010719
(1,7,25)
#010716
(1,7,22)
#010713
(1,7,19)
#010710
(1,7,16)
#01070D
(1,7,13)
#01070A
(1,7,10)
#010707
(1,7,7)
#000000
(0,0,0)

Tints of #010725

#010725
(1,7,37)
#181D38
(24,29,56)
#2F334B
(47,51,75)
#46495E
(70,73,94)
#5D5F71
(93,95,113)
#747584
(116,117,132)
#8B8B97
(139,139,151)
#A2A1AA
(162,161,170)
#B9B7BD
(185,183,189)
#D0CDD0
(208,205,208)
#E7E3E3
(231,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010725; }

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

This text font color is #010725.

Background Color

.myBgColor { background-color: #010725; }

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

This div background color is #010725.

Border color

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

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

This div border color is #010725.

Opacity

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

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

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

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

This text has shadow with #010725 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010725.

Preview

Color preview on black background

This text has color #010725 on black background.


Color preview on white background

This text has color #010725 on white background.


Black color preview on #010725 background

This text has black color on #010725 background.


White color preview on #010725 background

This text has white color on #010725 background.


Related colors

Complementary color

Complementary color for #hex is #FEF8DA.


I love getcolorcode.com

Triadic colors

1 #250107 and #072501 with #010725 are triadic colors.

2 #250701 and #070125 with #010725 are triadic colors.