COLOR #011320

HEX: #011320
RGB: (1,19,32)

Color info

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

RGB color model

#011320 color RGB value is (1,19,32).

  • red value is 1;
  • green value is 19;
  • blue value is 32.
RGB:
(1,19,32)
(0%,7%,13%)

RGB channels and saturation

R 1 of 255 = 0%
G 19 of 255 = 7%
B 32 of 255 = 13%

1
19
32

R + G + B ~ 7%. #011320 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 19 + 32 = 52 (100%)
R 1 of 52 ~ 1.92%
G 19 of 52 ~ 36.54%
B 32 of 52 ~ 61.54%

%36.54
%61.54

CMYK color model

#011320 color CMYK value is (97,41,0,87).

  • cyan value is 96.88%
  • magenta value is 40.63%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(97,41,0,87)
C97M41Y0K87 
(97%,41%,0%,87%)
(0.97/0.41/0.00/0.87)	

CMYK percentages

%96.88
%40.63
%0
%87.45

Codes

Color #011320 in popluar color models

011320
RGB11932
HSL205°93.94%6.47%
HSB/HSV205°96.88%12.55%
CMYK96.88%40.63%0.00%
87.45%

Color #011320 in popluar number systems.

HEX011320
Decimal11932
Binary110011100000
Octal12340

Shades and tints

Shades of #011320

#011320
(1,19,32)
#01121E
(1,18,30)
#01111C
(1,17,28)
#01101A
(1,16,26)
#010F18
(1,15,24)
#010E16
(1,14,22)
#010D14
(1,13,20)
#010C12
(1,12,18)
#010B10
(1,11,16)
#010A0E
(1,10,14)
#01090C
(1,9,12)
#000000
(0,0,0)

Tints of #011320

#011320
(1,19,32)
#182834
(24,40,52)
#2F3D48
(47,61,72)
#46525C
(70,82,92)
#5D6770
(93,103,112)
#747C84
(116,124,132)
#8B9198
(139,145,152)
#A2A6AC
(162,166,172)
#B9BBC0
(185,187,192)
#D0D0D4
(208,208,212)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011320 color. Also use rgb(1,19,32) instead hex code.

Text Font Color

.myTextColor { color: #011320; }

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

This text font color is #011320.


Background Color

.myBgColor { background-color: #011320; }

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

This div background color is #011320.


Border color

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

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

This div border color is #011320.


Opacity

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

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

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

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

This text has shadow with #011320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011320 on black background.


Color preview on white background

This text has color #011320 on white background.



Black color preview on #011320 background

This text has black color on #011320 background.


White color preview on #011320 background

This text has white color on #011320 background.