COLOR #002037

HEX: #002037
RGB: (0,32,55)

Color info

#002037 contains only green and blue colors. Web safe color of #002037 is #003333 (or #033).

RGB color model

#002037 color RGB value is (0,32,55).

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

RGB channels and saturation

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

0
32
55

R + G + B ~ 12%. #002037 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 32 + 55 = 87 (100%)
R 0 of 87 ~ 0%
G 32 of 87 ~ 36.78%
B 55 of 87 ~ 63.22%

%36.78
%63.22

CMYK color model

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

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

CMYK percentages

%100
%41.82
%0
%78.43

Codes

Color #002037 in popluar color models

002037
RGB03255
HSL205°100.00%10.78%
HSB/HSV205°100.00%21.57%
CMYK100.00%41.82%0.00%
78.43%

Color #002037 in popluar number systems.

HEX002037
Decimal03255
Binary0100000110111
Octal04067

Shades and tints

Shades of #002037

#002037
(0,32,55)
#001E32
(0,30,50)
#001C2D
(0,28,45)
#001A28
(0,26,40)
#001823
(0,24,35)
#00161E
(0,22,30)
#001419
(0,20,25)
#001214
(0,18,20)
#00100F
(0,16,15)
#000E0A
(0,14,10)
#000C05
(0,12,5)
#000000
(0,0,0)

Tints of #002037

#002037
(0,32,55)
#173449
(23,52,73)
#2E485B
(46,72,91)
#455C6D
(69,92,109)
#5C707F
(92,112,127)
#738491
(115,132,145)
#8A98A3
(138,152,163)
#A1ACB5
(161,172,181)
#B8C0C7
(184,192,199)
#CFD4D9
(207,212,217)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002037; }

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

This text font color is #002037.


Background Color

.myBgColor { background-color: #002037; }

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

This div background color is #002037.


Border color

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

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

This div border color is #002037.


Opacity

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

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

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

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

This text has shadow with #002037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002037 on black background.


Color preview on white background

This text has color #002037 on white background.



Black color preview on #002037 background

This text has black color on #002037 background.


White color preview on #002037 background

This text has white color on #002037 background.