COLOR #012937

HEX: #012937 RGB: (1,41,55)

Color info

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

RGB color model

#012937 color RGB value is (1,41,55).

RGB: (1,41,55) (0%, 16%, 22%)

RGB channels and saturation

R 1 of 255 = 0%
G 41 of 255 = 16%
B 55 of 255 = 22%

1
41
55

R + G + B ~ 13%. #012937 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 41 + 55 = 97 (100%)
R 1 of 97 ~ 1.03%
G 41 of 97 ~ 42.27%
B 55 of 97 ~ 56.7'%

%42.27
%56.7

CMYK color model

#012937 color CMYK value is (98,25,0,78).

  • cyan value is 98.18%
  • magenta value is 25.45%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (98,25,0,78)
C98M25Y0K78 (98%, 25%, 0%, 78%)
(0.98 / 0.25 / 0.00 / 0.78)

CMYK percentages

%98.18
%25.45
%0
%78.43

Codes

Color #012937 in popluar color models

01 29 37
RGB 1 41 55
HSL 196° 96.43% 10.98%
HSB/HSV 196° 98.18% 21.57%
CMYK 98.18% 25.45% 0.00%
78.43%

Color #012937 in popluar number systems.

HEX 01 29 37
Decimal 1 41 55
Binary 1 101001 110111
Octal 1 51 67

Shades and tints

Shades of #012937

#012937
(1,41,55)
#012632
(1,38,50)
#01232D
(1,35,45)
#012028
(1,32,40)
#011D23
(1,29,35)
#011A1E
(1,26,30)
#011719
(1,23,25)
#011414
(1,20,20)
#01110F
(1,17,15)
#010E0A
(1,14,10)
#010B05
(1,11,5)
#000000
(0,0,0)

Tints of #012937

#012937
(1,41,55)
#183C49
(24,60,73)
#2F4F5B
(47,79,91)
#46626D
(70,98,109)
#5D757F
(93,117,127)
#748891
(116,136,145)
#8B9BA3
(139,155,163)
#A2AEB5
(162,174,181)
#B9C1C7
(185,193,199)
#D0D4D9
(208,212,217)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012937; }

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

This text font color is #012937.

Background Color

.myBgColor { background-color: #012937; }

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

This div background color is #012937.

Border color

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

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

This div border color is #012937.

Opacity

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

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

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

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

This text has shadow with #012937 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012937.

Preview

Color preview on black background

This text has color #012937 on black background.


Color preview on white background

This text has color #012937 on white background.


Black color preview on #012937 background

This text has black color on #012937 background.


White color preview on #012937 background

This text has white color on #012937 background.


Related colors

Complementary color

Complementary color for #hex is #FED6C8.


I love getcolorcode.com

Triadic colors

1 #370129 and #293701 with #012937 are triadic colors.

2 #372901 and #290137 with #012937 are triadic colors.