COLOR #000239

HEX: #000239
RGB: (0,2,57)

Color info

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

RGB color model

#000239 color RGB value is (0,2,57).

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

RGB channels and saturation

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

0
2
57

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

Portions of RGB colors in percentages

R + G + B =
0 + 2 + 57 = 59 (100%)
R 0 of 59 ~ 0%
G 2 of 59 ~ 3.39%
B 57 of 59 ~ 96.61%

%96.61

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 96.49%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(100,96,0,78)
C100M96Y0K78 
(100%,96%,0%,78%)
(1.00/0.96/0.00/0.78)	

CMYK percentages

%100
%96.49
%0
%77.65

Codes

Color #000239 in popluar color models

000239
RGB0257
HSL238°100.00%11.18%
HSB/HSV238°100.00%22.35%
CMYK100.00%96.49%0.00%
77.65%

Color #000239 in popluar number systems.

HEX000239
Decimal0257
Binary010111001
Octal0271

Shades and tints

Shades of #000239

#000239
(0,2,57)
#000234
(0,2,52)
#00022F
(0,2,47)
#00022A
(0,2,42)
#000225
(0,2,37)
#000220
(0,2,32)
#00021B
(0,2,27)
#000216
(0,2,22)
#000211
(0,2,17)
#00020C
(0,2,12)
#000207
(0,2,7)
#000000
(0,0,0)

Tints of #000239

#000239
(0,2,57)
#17194B
(23,25,75)
#2E305D
(46,48,93)
#45476F
(69,71,111)
#5C5E81
(92,94,129)
#737593
(115,117,147)
#8A8CA5
(138,140,165)
#A1A3B7
(161,163,183)
#B8BAC9
(184,186,201)
#CFD1DB
(207,209,219)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000239; }

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

This text font color is #000239.


Background Color

.myBgColor { background-color: #000239; }

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

This div background color is #000239.


Border color

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

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

This div border color is #000239.


Opacity

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

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

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

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

This text has shadow with #000239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000239 on black background.


Color preview on white background

This text has color #000239 on white background.



Black color preview on #000239 background

This text has black color on #000239 background.


White color preview on #000239 background

This text has white color on #000239 background.