COLOR #000938

HEX: #000938
RGB: (0,9,56)

Color info

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

RGB color model

#000938 color RGB value is (0,9,56).

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

RGB channels and saturation

R 0 of 255 = 0%
G 9 of 255 = 4%
B 56 of 255 = 22%

0
9
56

R + G + B ~ 9%. #000938 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 9 + 56 = 65 (100%)
R 0 of 65 ~ 0%
G 9 of 65 ~ 13.85%
B 56 of 65 ~ 86.15%

%13.85
%86.15

CMYK color model

#000938 color CMYK value is (100,84,0,78).

  • cyan value is 100.00%
  • magenta value is 83.93%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(100,84,0,78)
C100M84Y0K78 
(100%,84%,0%,78%)
(1.00/0.84/0.00/0.78)	

CMYK percentages

%100
%83.93
%0
%78.04

Codes

Color #000938 in popluar color models

000938
RGB0956
HSL230°100.00%10.98%
HSB/HSV230°100.00%21.96%
CMYK100.00%83.93%0.00%
78.04%

Color #000938 in popluar number systems.

HEX000938
Decimal0956
Binary01001111000
Octal01170

Shades and tints

Shades of #000938

#000938
(0,9,56)
#000933
(0,9,51)
#00092E
(0,9,46)
#000929
(0,9,41)
#000924
(0,9,36)
#00091F
(0,9,31)
#00091A
(0,9,26)
#000915
(0,9,21)
#000910
(0,9,16)
#00090B
(0,9,11)
#000906
(0,9,6)
#000000
(0,0,0)

Tints of #000938

#000938
(0,9,56)
#171F4A
(23,31,74)
#2E355C
(46,53,92)
#454B6E
(69,75,110)
#5C6180
(92,97,128)
#737792
(115,119,146)
#8A8DA4
(138,141,164)
#A1A3B6
(161,163,182)
#B8B9C8
(184,185,200)
#CFCFDA
(207,207,218)
#E6E5EC
(230,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000938; }

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

This text font color is #000938.


Background Color

.myBgColor { background-color: #000938; }

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

This div background color is #000938.


Border color

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

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

This div border color is #000938.


Opacity

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

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

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

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

This text has shadow with #000938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000938 on black background.


Color preview on white background

This text has color #000938 on white background.



Black color preview on #000938 background

This text has black color on #000938 background.


White color preview on #000938 background

This text has white color on #000938 background.