COLOR #091A01

HEX: #091A01 RGB: (9,26,1)

Color info

#091A01 contains red, green and blue colors in about the same proportion. Web safe color of #091A01 is #000000 (or #000).

RGB color model

#091A01 color RGB value is (9,26,1).

RGB: (9,26,1) (4%, 10%, 0%)

RGB channels and saturation

R 9 of 255 = 4%
G 26 of 255 = 10%
B 1 of 255 = 0%

9
26
1

R + G + B ~ 5%. #091A01 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 26 + 1 = 36 (100%)
R 9 of 36 ~ 25%
G 26 of 36 ~ 72.22%
B 1 of 36 ~ 2.78'%

%25
%72.22

CMYK color model

#091A01 color CMYK value is (65,0,96,90).

  • cyan value is 65.38%
  • magenta value is 0.00%
  • yellow value is 96.15%
  • key color value is 89.80%

CMYK: (65,0,96,90)
C65M0Y96K90 (65%, 0%, 96%, 90%)
(0.65 / 0.00 / 0.96 / 0.90)

CMYK percentages

%65.38
%0
%96.15
%89.8

Codes

Color #091A01 in popluar color models

09 1A 01
RGB 9 26 1
HSL 101° 92.59% 5.29%
HSB/HSV 101° 96.15% 10.20%
CMYK 65.38% 0.00% 96.15%
89.80%

Color #091A01 in popluar number systems.

HEX 09 1A 01
Decimal 9 26 1
Binary 1001 11010 1
Octal 11 32 1

Shades and tints

Shades of #091A01

#091A01
(9,26,1)
#091801
(9,24,1)
#091601
(9,22,1)
#091401
(9,20,1)
#091201
(9,18,1)
#091001
(9,16,1)
#090E01
(9,14,1)
#090C01
(9,12,1)
#090A01
(9,10,1)
#090801
(9,8,1)
#090601
(9,6,1)
#000000
(0,0,0)

Tints of #091A01

#091A01
(9,26,1)
#1F2E18
(31,46,24)
#35422F
(53,66,47)
#4B5646
(75,86,70)
#616A5D
(97,106,93)
#777E74
(119,126,116)
#8D928B
(141,146,139)
#A3A6A2
(163,166,162)
#B9BAB9
(185,186,185)
#CFCED0
(207,206,208)
#E5E2E7
(229,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091A01; }

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

This text font color is #091A01.

Background Color

.myBgColor { background-color: #091A01; }

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

This div background color is #091A01.

Border color

.myBorderColor { border: 1px solid #091A01; }

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

This div border color is #091A01.

Opacity

.myOpacity80 { color: #091A01; opacity: 0.8; }

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

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

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

This text has shadow with #091A01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091A01.

Preview

Color preview on black background

This text has color #091A01 on black background.


Color preview on white background

This text has color #091A01 on white background.


Black color preview on #091A01 background

This text has black color on #091A01 background.


White color preview on #091A01 background

This text has white color on #091A01 background.


Related colors

Complementary color

Complementary color for #hex is #F6E5FE.


I love getcolorcode.com

Triadic colors

1 #01091A and #1A0109 with #091A01 are triadic colors.

2 #011A09 and #1A0901 with #091A01 are triadic colors.