COLOR #010D1A

HEX: #010D1A
RGB: (1,13,26)

Color info

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

RGB color model

#010D1A color RGB value is (1,13,26).

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

RGB channels and saturation

R 1 of 255 = 0%
G 13 of 255 = 5%
B 26 of 255 = 10%

1
13
26

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

Portions of RGB colors in percentages

R + G + B =
1 + 13 + 26 = 40 (100%)
R 1 of 40 ~ 2.5%
G 13 of 40 ~ 32.5%
B 26 of 40 ~ 65%

%32.5
%65

CMYK color model

#010D1A color CMYK value is (96,50,0,90).

  • cyan value is 96.15%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(96,50,0,90)
C96M50Y0K90 
(96%,50%,0%,90%)
(0.96/0.50/0.00/0.90)	

CMYK percentages

%96.15
%50
%0
%89.8

Codes

Color #010D1A in popluar color models

010D1A
RGB11326
HSL211°92.59%5.29%
HSB/HSV211°96.15%10.20%
CMYK96.15%50.00%0.00%
89.80%

Color #010D1A in popluar number systems.

HEX010D1A
Decimal11326
Binary1110111010
Octal11532

Shades and tints

Shades of #010D1A

#010D1A
(1,13,26)
#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)
#000000
(0,0,0)

Tints of #010D1A

#010D1A
(1,13,26)
#18232E
(24,35,46)
#2F3942
(47,57,66)
#464F56
(70,79,86)
#5D656A
(93,101,106)
#747B7E
(116,123,126)
#8B9192
(139,145,146)
#A2A7A6
(162,167,166)
#B9BDBA
(185,189,186)
#D0D3CE
(208,211,206)
#E7E9E2
(231,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010D1A; }

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

This text font color is #010D1A.


Background Color

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

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

This div background color is #010D1A.


Border color

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

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

This div border color is #010D1A.


Opacity

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

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

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

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

This text has shadow with #010D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010D1A on black background.


Color preview on white background

This text has color #010D1A on white background.



Black color preview on #010D1A background

This text has black color on #010D1A background.


White color preview on #010D1A background

This text has white color on #010D1A background.