COLOR #01073E

HEX: #01073E RGB: (1,7,62)

Color info

#01073E contains mainly green and blue colors. Web safe color of #01073E is #000033 (or #003).

RGB color model

#01073E color RGB value is (1,7,62).

RGB: (1,7,62) (0%, 3%, 24%)

RGB channels and saturation

R 1 of 255 = 0%
G 7 of 255 = 3%
B 62 of 255 = 24%

1
7
62

R + G + B ~ 9%. #01073E is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 7 + 62 = 70 (100%)
R 1 of 70 ~ 1.43%
G 7 of 70 ~ 10%
B 62 of 70 ~ 88.57'%

%88.57

CMYK color model

#01073E color CMYK value is (98,89,0,76).

  • cyan value is 98.39%
  • magenta value is 88.71%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (98,89,0,76)
C98M89Y0K76 (98%, 89%, 0%, 76%)
(0.98 / 0.89 / 0.00 / 0.76)

CMYK percentages

%98.39
%88.71
%0
%75.69

Codes

Color #01073E in popluar color models

01 07 3E
RGB 1 7 62
HSL 234° 96.83% 12.35%
HSB/HSV 234° 98.39% 24.31%
CMYK 98.39% 88.71% 0.00%
75.69%

Color #01073E in popluar number systems.

HEX 01 07 3E
Decimal 1 7 62
Binary 1 111 111110
Octal 1 7 76

Shades and tints

Shades of #01073E

#01073E
(1,7,62)
#010739
(1,7,57)
#010734
(1,7,52)
#01072F
(1,7,47)
#01072A
(1,7,42)
#010725
(1,7,37)
#010720
(1,7,32)
#01071B
(1,7,27)
#010716
(1,7,22)
#010711
(1,7,17)
#01070C
(1,7,12)
#000000
(0,0,0)

Tints of #01073E

#01073E
(1,7,62)
#181D4F
(24,29,79)
#2F3360
(47,51,96)
#464971
(70,73,113)
#5D5F82
(93,95,130)
#747593
(116,117,147)
#8B8BA4
(139,139,164)
#A2A1B5
(162,161,181)
#B9B7C6
(185,183,198)
#D0CDD7
(208,205,215)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01073E color. Also use rgb(1,7,62) instead hex code.

Text Font Color

.myTextColor { color: #01073E; }

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

This text font color is #01073E.

Background Color

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

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

This div background color is #01073E.

Border color

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

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

This div border color is #01073E.

Opacity

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

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

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

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

This text has shadow with #01073E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01073E.

Preview

Color preview on black background

This text has color #01073E on black background.


Color preview on white background

This text has color #01073E on white background.


Black color preview on #01073E background

This text has black color on #01073E background.


White color preview on #01073E background

This text has white color on #01073E background.


Related colors

Complementary color

Complementary color for #hex is #FEF8C1.


I love getcolorcode.com

Triadic colors

1 #3E0107 and #073E01 with #01073E are triadic colors.

2 #3E0701 and #07013E with #01073E are triadic colors.