COLOR #01061E

HEX: #01061E
RGB: (1,6,30)

Color info

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

RGB color model

#01061E color RGB value is (1,6,30).

  • red value is 1;
  • green value is 6;
  • blue value is 30.
RGB:
(1,6,30)
(0%,2%,12%)

RGB channels and saturation

R 1 of 255 = 0%
G 6 of 255 = 2%
B 30 of 255 = 12%

1
6
30

R + G + B ~ 5%. #01061E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 6 + 30 = 37 (100%)
R 1 of 37 ~ 2.7%
G 6 of 37 ~ 16.22%
B 30 of 37 ~ 81.08%

%16.22
%81.08

CMYK color model

#01061E color CMYK value is (97,80,0,88).

  • cyan value is 96.67%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(97,80,0,88)
C97M80Y0K88 
(97%,80%,0%,88%)
(0.97/0.80/0.00/0.88)	

CMYK percentages

%96.67
%80
%0
%88.24

Codes

Color #01061E in popluar color models

01061E
RGB1630
HSL230°93.55%6.08%
HSB/HSV230°96.67%11.76%
CMYK96.67%80.00%0.00%
88.24%

Color #01061E in popluar number systems.

HEX01061E
Decimal1630
Binary111011110
Octal1636

Shades and tints

Shades of #01061E

#01061E
(1,6,30)
#01061C
(1,6,28)
#01061A
(1,6,26)
#010618
(1,6,24)
#010616
(1,6,22)
#010614
(1,6,20)
#010612
(1,6,18)
#010610
(1,6,16)
#01060E
(1,6,14)
#01060C
(1,6,12)
#01060A
(1,6,10)
#000000
(0,0,0)

Tints of #01061E

#01061E
(1,6,30)
#181C32
(24,28,50)
#2F3246
(47,50,70)
#46485A
(70,72,90)
#5D5E6E
(93,94,110)
#747482
(116,116,130)
#8B8A96
(139,138,150)
#A2A0AA
(162,160,170)
#B9B6BE
(185,182,190)
#D0CCD2
(208,204,210)
#E7E2E6
(231,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01061E; }

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

This text font color is #01061E.


Background Color

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

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

This div background color is #01061E.


Border color

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

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

This div border color is #01061E.


Opacity

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

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

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

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

This text has shadow with #01061E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01061E on black background.


Color preview on white background

This text has color #01061E on white background.



Black color preview on #01061E background

This text has black color on #01061E background.


White color preview on #01061E background

This text has white color on #01061E background.