COLOR #010C18

HEX: #010C18
RGB: (1,12,24)

Color info

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

RGB color model

#010C18 color RGB value is (1,12,24).

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

RGB channels and saturation

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

1
12
24

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

Portions of RGB colors in percentages

R + G + B =
1 + 12 + 24 = 37 (100%)
R 1 of 37 ~ 2.7%
G 12 of 37 ~ 32.43%
B 24 of 37 ~ 64.86%

%32.43
%64.86

CMYK color model

#010C18 color CMYK value is (96,50,0,91).

  • cyan value is 95.83%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(96,50,0,91)
C96M50Y0K91 
(96%,50%,0%,91%)
(0.96/0.50/0.00/0.91)	

CMYK percentages

%95.83
%50
%0
%90.59

Codes

Color #010C18 in popluar color models

010C18
RGB11224
HSL211°92.00%4.90%
HSB/HSV211°95.83%9.41%
CMYK95.83%50.00%0.00%
90.59%

Color #010C18 in popluar number systems.

HEX010C18
Decimal11224
Binary1110011000
Octal11430

Shades and tints

Shades of #010C18

#010C18
(1,12,24)
#010B16
(1,11,22)
#010A14
(1,10,20)
#010912
(1,9,18)
#010810
(1,8,16)
#01070E
(1,7,14)
#01060C
(1,6,12)
#01050A
(1,5,10)
#010408
(1,4,8)
#010306
(1,3,6)
#010204
(1,2,4)
#000000
(0,0,0)

Tints of #010C18

#010C18
(1,12,24)
#18222D
(24,34,45)
#2F3842
(47,56,66)
#464E57
(70,78,87)
#5D646C
(93,100,108)
#747A81
(116,122,129)
#8B9096
(139,144,150)
#A2A6AB
(162,166,171)
#B9BCC0
(185,188,192)
#D0D2D5
(208,210,213)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010C18; }

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

This text font color is #010C18.


Background Color

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

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

This div background color is #010C18.


Border color

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

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

This div border color is #010C18.


Opacity

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

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

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

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

This text has shadow with #010C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010C18 on black background.


Color preview on white background

This text has color #010C18 on white background.



Black color preview on #010C18 background

This text has black color on #010C18 background.


White color preview on #010C18 background

This text has white color on #010C18 background.