COLOR #01051A

HEX: #01051A
RGB: (1,5,26)

Color info

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

RGB color model

#01051A color RGB value is (1,5,26).

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

RGB channels and saturation

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

1
5
26

R + G + B ~ 4%. #01051A is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 5 + 26 = 32 (100%)
R 1 of 32 ~ 3.13%
G 5 of 32 ~ 15.63%
B 26 of 32 ~ 81.25%

%15.63
%81.25

CMYK color model

#01051A color CMYK value is (96,81,0,90).

  • cyan value is 96.15%
  • magenta value is 80.77%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(96,81,0,90)
C96M81Y0K90 
(96%,81%,0%,90%)
(0.96/0.81/0.00/0.90)	

CMYK percentages

%96.15
%80.77
%0
%89.8

Codes

Color #01051A in popluar color models

01051A
RGB1526
HSL230°92.59%5.29%
HSB/HSV230°96.15%10.20%
CMYK96.15%80.77%0.00%
89.80%

Color #01051A in popluar number systems.

HEX01051A
Decimal1526
Binary110111010
Octal1532

Shades and tints

Shades of #01051A

#01051A
(1,5,26)
#010518
(1,5,24)
#010516
(1,5,22)
#010514
(1,5,20)
#010512
(1,5,18)
#010510
(1,5,16)
#01050E
(1,5,14)
#01050C
(1,5,12)
#01050A
(1,5,10)
#010508
(1,5,8)
#010506
(1,5,6)
#000000
(0,0,0)

Tints of #01051A

#01051A
(1,5,26)
#181B2E
(24,27,46)
#2F3142
(47,49,66)
#464756
(70,71,86)
#5D5D6A
(93,93,106)
#74737E
(116,115,126)
#8B8992
(139,137,146)
#A29FA6
(162,159,166)
#B9B5BA
(185,181,186)
#D0CBCE
(208,203,206)
#E7E1E2
(231,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01051A color. Also use rgb(1,5,26) instead hex code.

Text Font Color

.myTextColor { color: #01051A; }

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

This text font color is #01051A.


Background Color

.myBgColor { background-color: #01051A; }

<div style="background-color:#01051A">Inner text</div>

This div background color is #01051A.


Border color

.myBorderColor { border: 1px solid #01051A; }

<div style="border:3px solid #01051A">Div</div>

This div border color is #01051A.


Opacity

.myOpacity80 { color: #01051A; opacity: 0.8; }

<p style="color:#01051A;opacity:0.8;">80%</p>

Text with #01051A 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 #01051A;}

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

This text has shadow with #01051A color.

.textShadow {text-shadow: 3px 3px 1px #01051A, 3px 3px 1px red;}

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

This text has shadow with #01051A primary color and red secondary color.


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

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

This text has shadow with #01051A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01051A on black background.


Color preview on white background

This text has color #01051A on white background.



Black color preview on #01051A background

This text has black color on #01051A background.


White color preview on #01051A background

This text has white color on #01051A background.