COLOR #010926

HEX: #010926
RGB: (1,9,38)

Color info

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

RGB color model

#010926 color RGB value is (1,9,38).

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

RGB channels and saturation

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

1
9
38

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

Portions of RGB colors in percentages

R + G + B =
1 + 9 + 38 = 48 (100%)
R 1 of 48 ~ 2.08%
G 9 of 48 ~ 18.75%
B 38 of 48 ~ 79.17%

%18.75
%79.17

CMYK color model

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

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

CMYK percentages

%97.37
%76.32
%0
%85.1

Codes

Color #010926 in popluar color models

010926
RGB1938
HSL227°94.87%7.65%
HSB/HSV227°97.37%14.90%
CMYK97.37%76.32%0.00%
85.10%

Color #010926 in popluar number systems.

HEX010926
Decimal1938
Binary11001100110
Octal11146

Shades and tints

Shades of #010926

#010926
(1,9,38)
#010923
(1,9,35)
#010920
(1,9,32)
#01091D
(1,9,29)
#01091A
(1,9,26)
#010917
(1,9,23)
#010914
(1,9,20)
#010911
(1,9,17)
#01090E
(1,9,14)
#01090B
(1,9,11)
#010908
(1,9,8)
#000000
(0,0,0)

Tints of #010926

#010926
(1,9,38)
#181F39
(24,31,57)
#2F354C
(47,53,76)
#464B5F
(70,75,95)
#5D6172
(93,97,114)
#747785
(116,119,133)
#8B8D98
(139,141,152)
#A2A3AB
(162,163,171)
#B9B9BE
(185,185,190)
#D0CFD1
(208,207,209)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010926; }

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

This text font color is #010926.


Background Color

.myBgColor { background-color: #010926; }

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

This div background color is #010926.


Border color

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

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

This div border color is #010926.


Opacity

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

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

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

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

This text has shadow with #010926 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010926 on black background.


Color preview on white background

This text has color #010926 on white background.



Black color preview on #010926 background

This text has black color on #010926 background.


White color preview on #010926 background

This text has white color on #010926 background.