COLOR #000037

HEX: #000037
RGB: (0,0,55)

Color info

#000037 contains only blue color. Web safe color of #000037 is #000033 (or #003).

RGB color model

#000037 color RGB value is (0,0,55).

  • red value is 0;
  • green value is 0;
  • blue value is 55.
RGB:
(0,0,55)
(0%,0%,22%)

RGB channels and saturation

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

0
0
55

R + G + B ~ 7%. #000037 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 55 = 55 (100%)
R 0 of 55 ~ 0%
G 0 of 55 ~ 0%
B 55 of 55 ~ 100%

%100

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(100,100,0,78)
C100M100Y0K78 
(100%,100%,0%,78%)
(1.00/1.00/0.00/0.78)	

CMYK percentages

%100
%100
%0
%78.43

Codes

Color #000037 in popluar color models

000037
RGB0055
HSL240°100.00%10.78%
HSB/HSV240°100.00%21.57%
CMYK100.00%100.00%0.00%
78.43%

Color #000037 in popluar number systems.

HEX000037
Decimal0055
Binary00110111
Octal0067

Shades and tints

Shades of #000037

#000037
(0,0,55)
#000032
(0,0,50)
#00002D
(0,0,45)
#000028
(0,0,40)
#000023
(0,0,35)
#00001E
(0,0,30)
#000019
(0,0,25)
#000014
(0,0,20)
#00000F
(0,0,15)
#00000A
(0,0,10)
#000005
(0,0,5)
#000000
(0,0,0)

Tints of #000037

#000037
(0,0,55)
#171749
(23,23,73)
#2E2E5B
(46,46,91)
#45456D
(69,69,109)
#5C5C7F
(92,92,127)
#737391
(115,115,145)
#8A8AA3
(138,138,163)
#A1A1B5
(161,161,181)
#B8B8C7
(184,184,199)
#CFCFD9
(207,207,217)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000037; }

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

This text font color is #000037.


Background Color

.myBgColor { background-color: #000037; }

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

This div background color is #000037.


Border color

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

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

This div border color is #000037.


Opacity

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

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

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

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

This text has shadow with #000037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000037 on black background.


Color preview on white background

This text has color #000037 on white background.



Black color preview on #000037 background

This text has black color on #000037 background.


White color preview on #000037 background

This text has white color on #000037 background.