COLOR #001937

HEX: #001937 RGB: (0,25,55)

Color info

#001937 contains only green and blue colors. Web safe color of #001937 is #000033 (or #003).

RGB color model

#001937 color RGB value is (0,25,55).

RGB: (0,25,55) (0%, 10%, 22%)

RGB channels and saturation

R 0 of 255 = 0%
G 25 of 255 = 10%
B 55 of 255 = 22%

0
25
55

R + G + B ~ 11%. #001937 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 25 + 55 = 80 (100%)
R 0 of 80 ~ 0%
G 25 of 80 ~ 31.25%
B 55 of 80 ~ 68.75'%

%31.25
%68.75

CMYK color model

#001937 color CMYK value is (100,55,0,78).

  • cyan value is 100.00%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (100,55,0,78)
C100M55Y0K78 (100%, 55%, 0%, 78%)
(1.00 / 0.55 / 0.00 / 0.78)

CMYK percentages

%100
%54.55
%0
%78.43

Codes

Color #001937 in popluar color models

00 19 37
RGB 0 25 55
HSL 213° 100.00% 10.78%
HSB/HSV 213° 100.00% 21.57%
CMYK 100.00% 54.55% 0.00%
78.43%

Color #001937 in popluar number systems.

HEX 00 19 37
Decimal 0 25 55
Binary 0 11001 110111
Octal 0 31 67

Shades and tints

Shades of #001937

#001937
(0,25,55)
#001732
(0,23,50)
#00152D
(0,21,45)
#001328
(0,19,40)
#001123
(0,17,35)
#000F1E
(0,15,30)
#000D19
(0,13,25)
#000B14
(0,11,20)
#00090F
(0,9,15)
#00070A
(0,7,10)
#000505
(0,5,5)
#000000
(0,0,0)

Tints of #001937

#001937
(0,25,55)
#172D49
(23,45,73)
#2E415B
(46,65,91)
#45556D
(69,85,109)
#5C697F
(92,105,127)
#737D91
(115,125,145)
#8A91A3
(138,145,163)
#A1A5B5
(161,165,181)
#B8B9C7
(184,185,199)
#CFCDD9
(207,205,217)
#E6E1EB
(230,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001937 color. Also use rgb(0,25,55) instead hex code.

Text Font Color

.myTextColor { color: #001937; }

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

This text font color is #001937.

Background Color

.myBgColor { background-color: #001937; }

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

This div background color is #001937.

Border color

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

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

This div border color is #001937.

Opacity

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

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

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

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

This text has shadow with #001937 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001937.

Preview

Color preview on black background

This text has color #001937 on black background.


Color preview on white background

This text has color #001937 on white background.


Black color preview on #001937 background

This text has black color on #001937 background.


White color preview on #001937 background

This text has white color on #001937 background.


Related colors

Complementary color

Complementary color for #hex is #FFE6C8.


I love getcolorcode.com

Triadic colors

1 #370019 and #193700 with #001937 are triadic colors.

2 #371900 and #190037 with #001937 are triadic colors.