COLOR #010D18

HEX: #010D18
RGB: (1,13,24)

Color info

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

RGB color model

#010D18 color RGB value is (1,13,24).

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

RGB channels and saturation

R 1 of 255 = 0%
G 13 of 255 = 5%
B 24 of 255 = 9%

1
13
24

R + G + B ~ 5%. #010D18 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 13 + 24 = 38 (100%)
R 1 of 38 ~ 2.63%
G 13 of 38 ~ 34.21%
B 24 of 38 ~ 63.16%

%34.21
%63.16

CMYK color model

#010D18 color CMYK value is (96,46,0,91).

  • cyan value is 95.83%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(96,46,0,91)
C96M46Y0K91 
(96%,46%,0%,91%)
(0.96/0.46/0.00/0.91)	

CMYK percentages

%95.83
%45.83
%0
%90.59

Codes

Color #010D18 in popluar color models

010D18
RGB11324
HSL209°92.00%4.90%
HSB/HSV209°95.83%9.41%
CMYK95.83%45.83%0.00%
90.59%

Color #010D18 in popluar number systems.

HEX010D18
Decimal11324
Binary1110111000
Octal11530

Shades and tints

Shades of #010D18

#010D18
(1,13,24)
#010C16
(1,12,22)
#010B14
(1,11,20)
#010A12
(1,10,18)
#010910
(1,9,16)
#01080E
(1,8,14)
#01070C
(1,7,12)
#01060A
(1,6,10)
#010508
(1,5,8)
#010406
(1,4,6)
#010304
(1,3,4)
#000000
(0,0,0)

Tints of #010D18

#010D18
(1,13,24)
#18232D
(24,35,45)
#2F3942
(47,57,66)
#464F57
(70,79,87)
#5D656C
(93,101,108)
#747B81
(116,123,129)
#8B9196
(139,145,150)
#A2A7AB
(162,167,171)
#B9BDC0
(185,189,192)
#D0D3D5
(208,211,213)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010D18 color. Also use rgb(1,13,24) instead hex code.

Text Font Color

.myTextColor { color: #010D18; }

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

This text font color is #010D18.


Background Color

.myBgColor { background-color: #010D18; }

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

This div background color is #010D18.


Border color

.myBorderColor { border: 1px solid #010D18; }

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

This div border color is #010D18.


Opacity

.myOpacity80 { color: #010D18; opacity: 0.8; }

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

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

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

This text has shadow with #010D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010D18 on black background.


Color preview on white background

This text has color #010D18 on white background.



Black color preview on #010D18 background

This text has black color on #010D18 background.


White color preview on #010D18 background

This text has white color on #010D18 background.