COLOR #013739

HEX: #013739 RGB: (1,55,57)

Color info

#013739 contains red, green and blue colors in about the same proportion. Web safe color of #013739 is #003333 (or #033).

RGB color model

#013739 color RGB value is (1,55,57).

RGB: (1,55,57) (0%, 22%, 22%)

RGB channels and saturation

R 1 of 255 = 0%
G 55 of 255 = 22%
B 57 of 255 = 22%

1
55
57

R + G + B ~ 15%. #013739 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 55 + 57 = 113 (100%)
R 1 of 113 ~ 0.88%
G 55 of 113 ~ 48.67%
B 57 of 113 ~ 50.44'%

%48.67
%50.44

CMYK color model

#013739 color CMYK value is (98,4,0,78).

  • cyan value is 98.25%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (98,4,0,78)
C98M4Y0K78 (98%, 4%, 0%, 78%)
(0.98 / 0.04 / 0.00 / 0.78)

CMYK percentages

%98.25
%3.51
%0
%77.65

Codes

Color #013739 in popluar color models

01 37 39
RGB 1 55 57
HSL 182° 96.55% 11.37%
HSB/HSV 182° 98.25% 22.35%
CMYK 98.25% 3.51% 0.00%
77.65%

Color #013739 in popluar number systems.

HEX 01 37 39
Decimal 1 55 57
Binary 1 110111 111001
Octal 1 67 71

Shades and tints

Shades of #013739

#013739
(1,55,57)
#013234
(1,50,52)
#012D2F
(1,45,47)
#01282A
(1,40,42)
#012325
(1,35,37)
#011E20
(1,30,32)
#01191B
(1,25,27)
#011416
(1,20,22)
#010F11
(1,15,17)
#010A0C
(1,10,12)
#010507
(1,5,7)
#000000
(0,0,0)

Tints of #013739

#013739
(1,55,57)
#18494B
(24,73,75)
#2F5B5D
(47,91,93)
#466D6F
(70,109,111)
#5D7F81
(93,127,129)
#749193
(116,145,147)
#8BA3A5
(139,163,165)
#A2B5B7
(162,181,183)
#B9C7C9
(185,199,201)
#D0D9DB
(208,217,219)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013739 color. Also use rgb(1,55,57) instead hex code.

Text Font Color

.myTextColor { color: #013739; }

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

This text font color is #013739.

Background Color

.myBgColor { background-color: #013739; }

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

This div background color is #013739.

Border color

.myBorderColor { border: 1px solid #013739; }

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

This div border color is #013739.

Opacity

.myOpacity80 { color: #013739; opacity: 0.8; }

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

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

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

This text has shadow with #013739 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013739.

Preview

Color preview on black background

This text has color #013739 on black background.


Color preview on white background

This text has color #013739 on white background.


Black color preview on #013739 background

This text has black color on #013739 background.


White color preview on #013739 background

This text has white color on #013739 background.


Related colors

Complementary color

Complementary color for #hex is #FEC8C6.


I love getcolorcode.com

Triadic colors

1 #390137 and #373901 with #013739 are triadic colors.

2 #393701 and #370139 with #013739 are triadic colors.