COLOR #01061B

HEX: #01061B
RGB: (1,6,27)

Color info

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

RGB color model

#01061B color RGB value is (1,6,27).

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

RGB channels and saturation

R 1 of 255 = 0%
G 6 of 255 = 2%
B 27 of 255 = 11%

1
6
27

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

Portions of RGB colors in percentages

R + G + B =
1 + 6 + 27 = 34 (100%)
R 1 of 34 ~ 2.94%
G 6 of 34 ~ 17.65%
B 27 of 34 ~ 79.41%

%17.65
%79.41

CMYK color model

#01061B color CMYK value is (96,78,0,89).

  • cyan value is 96.30%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(96,78,0,89)
C96M78Y0K89 
(96%,78%,0%,89%)
(0.96/0.78/0.00/0.89)	

CMYK percentages

%96.3
%77.78
%0
%89.41

Codes

Color #01061B in popluar color models

01061B
RGB1627
HSL228°92.86%5.49%
HSB/HSV228°96.30%10.59%
CMYK96.30%77.78%0.00%
89.41%

Color #01061B in popluar number systems.

HEX01061B
Decimal1627
Binary111011011
Octal1633

Shades and tints

Shades of #01061B

#01061B
(1,6,27)
#010619
(1,6,25)
#010617
(1,6,23)
#010615
(1,6,21)
#010613
(1,6,19)
#010611
(1,6,17)
#01060F
(1,6,15)
#01060D
(1,6,13)
#01060B
(1,6,11)
#010609
(1,6,9)
#010607
(1,6,7)
#000000
(0,0,0)

Tints of #01061B

#01061B
(1,6,27)
#181C2F
(24,28,47)
#2F3243
(47,50,67)
#464857
(70,72,87)
#5D5E6B
(93,94,107)
#74747F
(116,116,127)
#8B8A93
(139,138,147)
#A2A0A7
(162,160,167)
#B9B6BB
(185,182,187)
#D0CCCF
(208,204,207)
#E7E2E3
(231,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01061B; }

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

This text font color is #01061B.


Background Color

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

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

This div background color is #01061B.


Border color

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

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

This div border color is #01061B.


Opacity

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

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

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

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

This text has shadow with #01061B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01061B on black background.


Color preview on white background

This text has color #01061B on white background.



Black color preview on #01061B background

This text has black color on #01061B background.


White color preview on #01061B background

This text has white color on #01061B background.