COLOR #000027

HEX: #000027
RGB: (0,0,39)

Color info

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

RGB color model

#000027 color RGB value is (0,0,39).

  • red value is 0;
  • green value is 0;
  • blue value is 39.
RGB:
(0,0,39)
(0%,0%,15%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 39 of 255 = 15%

0
0
39

R + G + B ~ 5%. #000027 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#000027 color CMYK value is (100,100,0,85).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(100,100,0,85)
C100M100Y0K85 
(100%,100%,0%,85%)
(1.00/1.00/0.00/0.85)	

CMYK percentages

%100
%100
%0
%84.71

Codes

Color #000027 in popluar color models

000027
RGB0039
HSL240°100.00%7.65%
HSB/HSV240°100.00%15.29%
CMYK100.00%100.00%0.00%
84.71%

Color #000027 in popluar number systems.

HEX000027
Decimal0039
Binary00100111
Octal0047

Shades and tints

Shades of #000027

#000027
(0,0,39)
#000024
(0,0,36)
#000021
(0,0,33)
#00001E
(0,0,30)
#00001B
(0,0,27)
#000018
(0,0,24)
#000015
(0,0,21)
#000012
(0,0,18)
#00000F
(0,0,15)
#00000C
(0,0,12)
#000009
(0,0,9)
#000000
(0,0,0)

Tints of #000027

#000027
(0,0,39)
#17173A
(23,23,58)
#2E2E4D
(46,46,77)
#454560
(69,69,96)
#5C5C73
(92,92,115)
#737386
(115,115,134)
#8A8A99
(138,138,153)
#A1A1AC
(161,161,172)
#B8B8BF
(184,184,191)
#CFCFD2
(207,207,210)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000027; }

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

This text font color is #000027.


Background Color

.myBgColor { background-color: #000027; }

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

This div background color is #000027.


Border color

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

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

This div border color is #000027.


Opacity

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

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

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

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

This text has shadow with #000027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000027 on black background.


Color preview on white background

This text has color #000027 on white background.



Black color preview on #000027 background

This text has black color on #000027 background.


White color preview on #000027 background

This text has white color on #000027 background.