COLOR #01181F

HEX: #01181F
RGB: (1,24,31)

Color info

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

RGB color model

#01181F color RGB value is (1,24,31).

  • red value is 1;
  • green value is 24;
  • blue value is 31.
RGB:
(1,24,31)
(0%,9%,12%)

RGB channels and saturation

R 1 of 255 = 0%
G 24 of 255 = 9%
B 31 of 255 = 12%

1
24
31

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

Portions of RGB colors in percentages

R + G + B =
1 + 24 + 31 = 56 (100%)
R 1 of 56 ~ 1.79%
G 24 of 56 ~ 42.86%
B 31 of 56 ~ 55.36%

%42.86
%55.36

CMYK color model

#01181F color CMYK value is (97,23,0,88).

  • cyan value is 96.77%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(97,23,0,88)
C97M23Y0K88 
(97%,23%,0%,88%)
(0.97/0.23/0.00/0.88)	

CMYK percentages

%96.77
%22.58
%0
%87.84

Codes

Color #01181F in popluar color models

01181F
RGB12431
HSL194°93.75%6.27%
HSB/HSV194°96.77%12.16%
CMYK96.77%22.58%0.00%
87.84%

Color #01181F in popluar number systems.

HEX01181F
Decimal12431
Binary11100011111
Octal13037

Shades and tints

Shades of #01181F

#01181F
(1,24,31)
#01161D
(1,22,29)
#01141B
(1,20,27)
#011219
(1,18,25)
#011017
(1,16,23)
#010E15
(1,14,21)
#010C13
(1,12,19)
#010A11
(1,10,17)
#01080F
(1,8,15)
#01060D
(1,6,13)
#01040B
(1,4,11)
#000000
(0,0,0)

Tints of #01181F

#01181F
(1,24,31)
#182D33
(24,45,51)
#2F4247
(47,66,71)
#46575B
(70,87,91)
#5D6C6F
(93,108,111)
#748183
(116,129,131)
#8B9697
(139,150,151)
#A2ABAB
(162,171,171)
#B9C0BF
(185,192,191)
#D0D5D3
(208,213,211)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01181F color. Also use rgb(1,24,31) instead hex code.

Text Font Color

.myTextColor { color: #01181F; }

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

This text font color is #01181F.


Background Color

.myBgColor { background-color: #01181F; }

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

This div background color is #01181F.


Border color

.myBorderColor { border: 1px solid #01181F; }

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

This div border color is #01181F.


Opacity

.myOpacity80 { color: #01181F; opacity: 0.8; }

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

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

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

This text has shadow with #01181F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01181F on black background.


Color preview on white background

This text has color #01181F on white background.



Black color preview on #01181F background

This text has black color on #01181F background.


White color preview on #01181F background

This text has white color on #01181F background.