COLOR #01072A

HEX: #01072A
RGB: (1,7,42)

Color info

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

RGB color model

#01072A color RGB value is (1,7,42).

  • red value is 1;
  • green value is 7;
  • blue value is 42.
RGB:
(1,7,42)
(0%,3%,16%)

RGB channels and saturation

R 1 of 255 = 0%
G 7 of 255 = 3%
B 42 of 255 = 16%

1
7
42

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

Portions of RGB colors in percentages

R + G + B =
1 + 7 + 42 = 50 (100%)
R 1 of 50 ~ 2%
G 7 of 50 ~ 14%
B 42 of 50 ~ 84%

%14
%84

CMYK color model

#01072A color CMYK value is (98,83,0,84).

  • cyan value is 97.62%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(98,83,0,84)
C98M83Y0K84 
(98%,83%,0%,84%)
(0.98/0.83/0.00/0.84)	

CMYK percentages

%97.62
%83.33
%0
%83.53

Codes

Color #01072A in popluar color models

01072A
RGB1742
HSL231°95.35%8.43%
HSB/HSV231°97.62%16.47%
CMYK97.62%83.33%0.00%
83.53%

Color #01072A in popluar number systems.

HEX01072A
Decimal1742
Binary1111101010
Octal1752

Shades and tints

Shades of #01072A

#01072A
(1,7,42)
#010727
(1,7,39)
#010724
(1,7,36)
#010721
(1,7,33)
#01071E
(1,7,30)
#01071B
(1,7,27)
#010718
(1,7,24)
#010715
(1,7,21)
#010712
(1,7,18)
#01070F
(1,7,15)
#01070C
(1,7,12)
#000000
(0,0,0)

Tints of #01072A

#01072A
(1,7,42)
#181D3D
(24,29,61)
#2F3350
(47,51,80)
#464963
(70,73,99)
#5D5F76
(93,95,118)
#747589
(116,117,137)
#8B8B9C
(139,139,156)
#A2A1AF
(162,161,175)
#B9B7C2
(185,183,194)
#D0CDD5
(208,205,213)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01072A; }

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

This text font color is #01072A.


Background Color

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

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

This div background color is #01072A.


Border color

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

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

This div border color is #01072A.


Opacity

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

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

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

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

This text has shadow with #01072A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01072A on black background.


Color preview on white background

This text has color #01072A on white background.



Black color preview on #01072A background

This text has black color on #01072A background.


White color preview on #01072A background

This text has white color on #01072A background.