COLOR #000237

HEX: #000237 RGB: (0,2,55)

Color info

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

RGB color model

#000237 color RGB value is (0,2,55).

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

RGB channels and saturation

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

0
2
55

R + G + B ~ 8%. #000237 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 2 + 55 = 57 (100%)
R 0 of 57 ~ 0%
G 2 of 57 ~ 3.51%
B 55 of 57 ~ 96.49'%

%96.49

CMYK color model

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

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

CMYK: (100,96,0,78)
C100M96Y0K78 (100%, 96%, 0%, 78%)
(1.00 / 0.96 / 0.00 / 0.78)

CMYK percentages

%100
%96.36
%0
%78.43

Codes

Color #000237 in popluar color models

00 02 37
RGB 0 2 55
HSL 238° 100.00% 10.78%
HSB/HSV 238° 100.00% 21.57%
CMYK 100.00% 96.36% 0.00%
78.43%

Color #000237 in popluar number systems.

HEX 00 02 37
Decimal 0 2 55
Binary 0 10 110111
Octal 0 2 67

Shades and tints

Shades of #000237

#000237
(0,2,55)
#000232
(0,2,50)
#00022D
(0,2,45)
#000228
(0,2,40)
#000223
(0,2,35)
#00021E
(0,2,30)
#000219
(0,2,25)
#000214
(0,2,20)
#00020F
(0,2,15)
#00020A
(0,2,10)
#000205
(0,2,5)
#000000
(0,0,0)

Tints of #000237

#000237
(0,2,55)
#171949
(23,25,73)
#2E305B
(46,48,91)
#45476D
(69,71,109)
#5C5E7F
(92,94,127)
#737591
(115,117,145)
#8A8CA3
(138,140,163)
#A1A3B5
(161,163,181)
#B8BAC7
(184,186,199)
#CFD1D9
(207,209,217)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000237; }

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

This text font color is #000237.

Background Color

.myBgColor { background-color: #000237; }

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

This div background color is #000237.

Border color

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

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

This div border color is #000237.

Opacity

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

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

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

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

This text has shadow with #000237 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000237.

Preview

Color preview on black background

This text has color #000237 on black background.


Color preview on white background

This text has color #000237 on white background.


Black color preview on #000237 background

This text has black color on #000237 background.


White color preview on #000237 background

This text has white color on #000237 background.


Related colors

Complementary color

Complementary color for #hex is #FFFDC8.


I love getcolorcode.com

Triadic colors

1 #370002 and #023700 with #000237 are triadic colors.

2 #370200 and #020037 with #000237 are triadic colors.