COLOR #000039

HEX: #000039
RGB: (0,0,57)

Color info

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

RGB color model

#000039 color RGB value is (0,0,57).

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

RGB channels and saturation

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

0
0
57

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#000039 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 77.65%
CMYK:
(100,100,0,78)
C100M100Y0K78 
(100%,100%,0%,78%)
(1.00/1.00/0.00/0.78)	

CMYK percentages

%100
%100
%0
%77.65

Codes

Color #000039 in popluar color models

000039
RGB0057
HSL240°100.00%11.18%
HSB/HSV240°100.00%22.35%
CMYK100.00%100.00%0.00%
77.65%

Color #000039 in popluar number systems.

HEX000039
Decimal0057
Binary00111001
Octal0071

Shades and tints

Shades of #000039

#000039
(0,0,57)
#000034
(0,0,52)
#00002F
(0,0,47)
#00002A
(0,0,42)
#000025
(0,0,37)
#000020
(0,0,32)
#00001B
(0,0,27)
#000016
(0,0,22)
#000011
(0,0,17)
#00000C
(0,0,12)
#000007
(0,0,7)
#000000
(0,0,0)

Tints of #000039

#000039
(0,0,57)
#17174B
(23,23,75)
#2E2E5D
(46,46,93)
#45456F
(69,69,111)
#5C5C81
(92,92,129)
#737393
(115,115,147)
#8A8AA5
(138,138,165)
#A1A1B7
(161,161,183)
#B8B8C9
(184,184,201)
#CFCFDB
(207,207,219)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000039; }

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

This text font color is #000039.


Background Color

.myBgColor { background-color: #000039; }

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

This div background color is #000039.


Border color

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

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

This div border color is #000039.


Opacity

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

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

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

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

This text has shadow with #000039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000039 on black background.


Color preview on white background

This text has color #000039 on white background.



Black color preview on #000039 background

This text has black color on #000039 background.


White color preview on #000039 background

This text has white color on #000039 background.