COLOR #011304

HEX: #011304 RGB: (1,19,4)

Color info

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

RGB color model

#011304 color RGB value is (1,19,4).

RGB: (1,19,4) (0%, 7%, 2%)

RGB channels and saturation

R 1 of 255 = 0%
G 19 of 255 = 7%
B 4 of 255 = 2%

1
19
4

R + G + B ~ 3%. #011304 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 19 + 4 = 24 (100%)
R 1 of 24 ~ 4.17%
G 19 of 24 ~ 79.17%
B 4 of 24 ~ 16.67'%

%79.17
%16.67

CMYK color model

#011304 color CMYK value is (95,0,79,93).

  • cyan value is 94.74%
  • magenta value is 0.00%
  • yellow value is 78.95%
  • key color value is 92.55%

CMYK: (95,0,79,93)
C95M0Y79K93 (95%, 0%, 79%, 93%)
(0.95 / 0.00 / 0.79 / 0.93)

CMYK percentages

%94.74
%0
%78.95
%92.55

Codes

Color #011304 in popluar color models

01 13 04
RGB 1 19 4
HSL 130° 90.00% 3.92%
HSB/HSV 130° 94.74% 7.45%
CMYK 94.74% 0.00% 78.95%
92.55%

Color #011304 in popluar number systems.

HEX 01 13 04
Decimal 1 19 4
Binary 1 10011 100
Octal 1 23 4

Shades and tints

Shades of #011304

#011304
(1,19,4)
#011204
(1,18,4)
#011104
(1,17,4)
#011004
(1,16,4)
#010F04
(1,15,4)
#010E04
(1,14,4)
#010D04
(1,13,4)
#010C04
(1,12,4)
#010B04
(1,11,4)
#010A04
(1,10,4)
#010904
(1,9,4)
#000000
(0,0,0)

Tints of #011304

#011304
(1,19,4)
#18281A
(24,40,26)
#2F3D30
(47,61,48)
#465246
(70,82,70)
#5D675C
(93,103,92)
#747C72
(116,124,114)
#8B9188
(139,145,136)
#A2A69E
(162,166,158)
#B9BBB4
(185,187,180)
#D0D0CA
(208,208,202)
#E7E5E0
(231,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011304; }

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

This text font color is #011304.

Background Color

.myBgColor { background-color: #011304; }

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

This div background color is #011304.

Border color

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

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

This div border color is #011304.

Opacity

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

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

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

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

This text has shadow with #011304 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011304.

Preview

Color preview on black background

This text has color #011304 on black background.


Color preview on white background

This text has color #011304 on white background.


Black color preview on #011304 background

This text has black color on #011304 background.


White color preview on #011304 background

This text has white color on #011304 background.


Related colors

Complementary color

Complementary color for #hex is #FEECFB.


I love getcolorcode.com

Triadic colors

1 #040113 and #130401 with #011304 are triadic colors.

2 #041301 and #130104 with #011304 are triadic colors.