COLOR #010925

HEX: #010925
RGB: (1,9,37)

Color info

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

RGB color model

#010925 color RGB value is (1,9,37).

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

RGB channels and saturation

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

1
9
37

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

Portions of RGB colors in percentages

R + G + B =
1 + 9 + 37 = 47 (100%)
R 1 of 47 ~ 2.13%
G 9 of 47 ~ 19.15%
B 37 of 47 ~ 78.72%

%19.15
%78.72

CMYK color model

#010925 color CMYK value is (97,76,0,85).

  • cyan value is 97.30%
  • magenta value is 75.68%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(97,76,0,85)
C97M76Y0K85 
(97%,76%,0%,85%)
(0.97/0.76/0.00/0.85)	

CMYK percentages

%97.3
%75.68
%0
%85.49

Codes

Color #010925 in popluar color models

010925
RGB1937
HSL227°94.74%7.45%
HSB/HSV227°97.30%14.51%
CMYK97.30%75.68%0.00%
85.49%

Color #010925 in popluar number systems.

HEX010925
Decimal1937
Binary11001100101
Octal11145

Shades and tints

Shades of #010925

#010925
(1,9,37)
#010922
(1,9,34)
#01091F
(1,9,31)
#01091C
(1,9,28)
#010919
(1,9,25)
#010916
(1,9,22)
#010913
(1,9,19)
#010910
(1,9,16)
#01090D
(1,9,13)
#01090A
(1,9,10)
#010907
(1,9,7)
#000000
(0,0,0)

Tints of #010925

#010925
(1,9,37)
#181F38
(24,31,56)
#2F354B
(47,53,75)
#464B5E
(70,75,94)
#5D6171
(93,97,113)
#747784
(116,119,132)
#8B8D97
(139,141,151)
#A2A3AA
(162,163,170)
#B9B9BD
(185,185,189)
#D0CFD0
(208,207,208)
#E7E5E3
(231,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010925; }

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

This text font color is #010925.


Background Color

.myBgColor { background-color: #010925; }

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

This div background color is #010925.


Border color

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

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

This div border color is #010925.


Opacity

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

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

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

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

This text has shadow with #010925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010925 on black background.


Color preview on white background

This text has color #010925 on white background.



Black color preview on #010925 background

This text has black color on #010925 background.


White color preview on #010925 background

This text has white color on #010925 background.