COLOR #01062A

HEX: #01062A RGB: (1,6,42)

Color info

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

RGB color model

#01062A color RGB value is (1,6,42).

RGB: (1,6,42) (0%, 2%, 16%)

RGB channels and saturation

R 1 of 255 = 0%
G 6 of 255 = 2%
B 42 of 255 = 16%

1
6
42

R + G + B ~ 6%. #01062A is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 6 + 42 = 49 (100%)
R 1 of 49 ~ 2.04%
G 6 of 49 ~ 12.24%
B 42 of 49 ~ 85.71'%

%12.24
%85.71

CMYK color model

#01062A color CMYK value is (98,86,0,84).

  • cyan value is 97.62%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 83.53%

CMYK: (98,86,0,84)
C98M86Y0K84 (98%, 86%, 0%, 84%)
(0.98 / 0.86 / 0.00 / 0.84)

CMYK percentages

%97.62
%85.71
%0
%83.53

Codes

Color #01062A in popluar color models

01 06 2A
RGB 1 6 42
HSL 233° 95.35% 8.43%
HSB/HSV 233° 97.62% 16.47%
CMYK 97.62% 85.71% 0.00%
83.53%

Color #01062A in popluar number systems.

HEX 01 06 2A
Decimal 1 6 42
Binary 1 110 101010
Octal 1 6 52

Shades and tints

Shades of #01062A

#01062A
(1,6,42)
#010627
(1,6,39)
#010624
(1,6,36)
#010621
(1,6,33)
#01061E
(1,6,30)
#01061B
(1,6,27)
#010618
(1,6,24)
#010615
(1,6,21)
#010612
(1,6,18)
#01060F
(1,6,15)
#01060C
(1,6,12)
#000000
(0,0,0)

Tints of #01062A

#01062A
(1,6,42)
#181C3D
(24,28,61)
#2F3250
(47,50,80)
#464863
(70,72,99)
#5D5E76
(93,94,118)
#747489
(116,116,137)
#8B8A9C
(139,138,156)
#A2A0AF
(162,160,175)
#B9B6C2
(185,182,194)
#D0CCD5
(208,204,213)
#E7E2E8
(231,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01062A color. Also use rgb(1,6,42) instead hex code.

Text Font Color

.myTextColor { color: #01062A; }

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

This text font color is #01062A.

Background Color

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

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

This div background color is #01062A.

Border color

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

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

This div border color is #01062A.

Opacity

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

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

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

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

This text has shadow with #01062A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01062A.

Preview

Color preview on black background

This text has color #01062A on black background.


Color preview on white background

This text has color #01062A on white background.


Black color preview on #01062A background

This text has black color on #01062A background.


White color preview on #01062A background

This text has white color on #01062A background.


Related colors

Complementary color

Complementary color for #hex is #FEF9D5.


I love getcolorcode.com

Triadic colors

1 #2A0106 and #062A01 with #01062A are triadic colors.

2 #2A0601 and #06012A with #01062A are triadic colors.