COLOR #040239

HEX: #040239
RGB: (4,2,57)

Color info

#040239 contains red, green and blue colors in about the same proportion. Web safe color of #040239 is #000033 (or #003).

RGB color model

#040239 color RGB value is (4,2,57).

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

RGB channels and saturation

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

4
2
57

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

Portions of RGB colors in percentages

R + G + B =
4 + 2 + 57 = 63 (100%)
R 4 of 63 ~ 6.35%
G 2 of 63 ~ 3.17%
B 57 of 63 ~ 90.48%

%90.48

CMYK color model

#040239 color CMYK value is (93,96,0,78).

  • cyan value is 92.98%
  • magenta value is 96.49%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(93,96,0,78)
C93M96Y0K78 
(93%,96%,0%,78%)
(0.93/0.96/0.00/0.78)	

CMYK percentages

%92.98
%96.49
%0
%77.65

Codes

Color #040239 in popluar color models

040239
RGB4257
HSL242°93.22%11.57%
HSB/HSV242°96.49%22.35%
CMYK92.98%96.49%0.00%
77.65%

Color #040239 in popluar number systems.

HEX040239
Decimal4257
Binary10010111001
Octal4271

Shades and tints

Shades of #040239

#040239
(4,2,57)
#040234
(4,2,52)
#04022F
(4,2,47)
#04022A
(4,2,42)
#040225
(4,2,37)
#040220
(4,2,32)
#04021B
(4,2,27)
#040216
(4,2,22)
#040211
(4,2,17)
#04020C
(4,2,12)
#040207
(4,2,7)
#000000
(0,0,0)

Tints of #040239

#040239
(4,2,57)
#1A194B
(26,25,75)
#30305D
(48,48,93)
#46476F
(70,71,111)
#5C5E81
(92,94,129)
#727593
(114,117,147)
#888CA5
(136,140,165)
#9EA3B7
(158,163,183)
#B4BAC9
(180,186,201)
#CAD1DB
(202,209,219)
#E0E8ED
(224,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040239; }

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

This text font color is #040239.


Background Color

.myBgColor { background-color: #040239; }

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

This div background color is #040239.


Border color

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

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

This div border color is #040239.


Opacity

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

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

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

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

This text has shadow with #040239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040239 on black background.


Color preview on white background

This text has color #040239 on white background.



Black color preview on #040239 background

This text has black color on #040239 background.


White color preview on #040239 background

This text has white color on #040239 background.