COLOR #01181E

HEX: #01181E RGB: (1,24,30)

Color info

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

RGB color model

#01181E color RGB value is (1,24,30).

RGB: (1,24,30) (0%, 9%, 12%)

RGB channels and saturation

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

1
24
30

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

Portions of RGB colors in percentages

R + G + B = 1 + 24 + 30 = 55 (100%)
R 1 of 55 ~ 1.82%
G 24 of 55 ~ 43.64%
B 30 of 55 ~ 54.55'%

%43.64
%54.55

CMYK color model

#01181E color CMYK value is (97,20,0,88).

  • cyan value is 96.67%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (97,20,0,88)
C97M20Y0K88 (97%, 20%, 0%, 88%)
(0.97 / 0.20 / 0.00 / 0.88)

CMYK percentages

%96.67
%20
%0
%88.24

Codes

Color #01181E in popluar color models

01 18 1E
RGB 1 24 30
HSL 192° 93.55% 6.08%
HSB/HSV 192° 96.67% 11.76%
CMYK 96.67% 20.00% 0.00%
88.24%

Color #01181E in popluar number systems.

HEX 01 18 1E
Decimal 1 24 30
Binary 1 11000 11110
Octal 1 30 36

Shades and tints

Shades of #01181E

#01181E
(1,24,30)
#01161C
(1,22,28)
#01141A
(1,20,26)
#011218
(1,18,24)
#011016
(1,16,22)
#010E14
(1,14,20)
#010C12
(1,12,18)
#010A10
(1,10,16)
#01080E
(1,8,14)
#01060C
(1,6,12)
#01040A
(1,4,10)
#000000
(0,0,0)

Tints of #01181E

#01181E
(1,24,30)
#182D32
(24,45,50)
#2F4246
(47,66,70)
#46575A
(70,87,90)
#5D6C6E
(93,108,110)
#748182
(116,129,130)
#8B9696
(139,150,150)
#A2ABAA
(162,171,170)
#B9C0BE
(185,192,190)
#D0D5D2
(208,213,210)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01181E; }

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

This text font color is #01181E.

Background Color

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

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

This div background color is #01181E.

Border color

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

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

This div border color is #01181E.

Opacity

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

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

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

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

This text has shadow with #01181E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01181E.

Preview

Color preview on black background

This text has color #01181E on black background.


Color preview on white background

This text has color #01181E on white background.


Black color preview on #01181E background

This text has black color on #01181E background.


White color preview on #01181E background

This text has white color on #01181E background.


Related colors

Complementary color

Complementary color for #hex is #FEE7E1.


I love getcolorcode.com

Triadic colors

1 #1E0118 and #181E01 with #01181E are triadic colors.

2 #1E1801 and #18011E with #01181E are triadic colors.