COLOR #01050E

HEX: #01050E
RGB: (1,5,14)

Color info

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

RGB color model

#01050E color RGB value is (1,5,14).

  • red value is 1;
  • green value is 5;
  • blue value is 14.
RGB:
(1,5,14)
(0%,2%,5%)

RGB channels and saturation

R 1 of 255 = 0%
G 5 of 255 = 2%
B 14 of 255 = 5%

1
5
14

R + G + B ~ 2%. #01050E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 5 + 14 = 20 (100%)
R 1 of 20 ~ 5%
G 5 of 20 ~ 25%
B 14 of 20 ~ 70%

%25
%70

CMYK color model

#01050E color CMYK value is (93,64,0,95).

  • cyan value is 92.86%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(93,64,0,95)
C93M64Y0K95 
(93%,64%,0%,95%)
(0.93/0.64/0.00/0.95)	

CMYK percentages

%92.86
%64.29
%0
%94.51

Codes

Color #01050E in popluar color models

01050E
RGB1514
HSL222°86.67%2.94%
HSB/HSV222°92.86%5.49%
CMYK92.86%64.29%0.00%
94.51%

Color #01050E in popluar number systems.

HEX01050E
Decimal1514
Binary11011110
Octal1516

Shades and tints

Shades of #01050E

#01050E
(1,5,14)
#01050D
(1,5,13)
#01050C
(1,5,12)
#01050B
(1,5,11)
#01050A
(1,5,10)
#010509
(1,5,9)
#010508
(1,5,8)
#010507
(1,5,7)
#010506
(1,5,6)
#010505
(1,5,5)
#010504
(1,5,4)
#000000
(0,0,0)

Tints of #01050E

#01050E
(1,5,14)
#181B23
(24,27,35)
#2F3138
(47,49,56)
#46474D
(70,71,77)
#5D5D62
(93,93,98)
#747377
(116,115,119)
#8B898C
(139,137,140)
#A29FA1
(162,159,161)
#B9B5B6
(185,181,182)
#D0CBCB
(208,203,203)
#E7E1E0
(231,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01050E color. Also use rgb(1,5,14) instead hex code.

Text Font Color

.myTextColor { color: #01050E; }

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

This text font color is #01050E.


Background Color

.myBgColor { background-color: #01050E; }

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

This div background color is #01050E.


Border color

.myBorderColor { border: 1px solid #01050E; }

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

This div border color is #01050E.


Opacity

.myOpacity80 { color: #01050E; opacity: 0.8; }

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

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

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

This text has shadow with #01050E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01050E on black background.


Color preview on white background

This text has color #01050E on white background.



Black color preview on #01050E background

This text has black color on #01050E background.


White color preview on #01050E background

This text has white color on #01050E background.