COLOR #000957

HEX: #000957
RGB: (0,9,87)

Color info

#000957 contains mainly blue color. Web safe color of #000957 is #000066 (or #006).

RGB color model

#000957 color RGB value is (0,9,87).

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

RGB channels and saturation

R 0 of 255 = 0%
G 9 of 255 = 4%
B 87 of 255 = 34%

0
9
87

R + G + B ~ 13%. #000957 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 9 + 87 = 96 (100%)
R 0 of 96 ~ 0%
G 9 of 96 ~ 9.38%
B 87 of 96 ~ 90.63%

%90.63

CMYK color model

#000957 color CMYK value is (100,90,0,66).

  • cyan value is 100.00%
  • magenta value is 89.66%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(100,90,0,66)
C100M90Y0K66 
(100%,90%,0%,66%)
(1.00/0.90/0.00/0.66)	

CMYK percentages

%100
%89.66
%0
%65.88

Codes

Color #000957 in popluar color models

000957
RGB0987
HSL234°100.00%17.06%
HSB/HSV234°100.00%34.12%
CMYK100.00%89.66%0.00%
65.88%

Color #000957 in popluar number systems.

HEX000957
Decimal0987
Binary010011010111
Octal011127

Shades and tints

Shades of #000957

#000957
(0,9,87)
#000950
(0,9,80)
#000949
(0,9,73)
#000942
(0,9,66)
#00093B
(0,9,59)
#000934
(0,9,52)
#00092D
(0,9,45)
#000926
(0,9,38)
#00091F
(0,9,31)
#000918
(0,9,24)
#000911
(0,9,17)
#000000
(0,0,0)

Tints of #000957

#000957
(0,9,87)
#171F66
(23,31,102)
#2E3575
(46,53,117)
#454B84
(69,75,132)
#5C6193
(92,97,147)
#7377A2
(115,119,162)
#8A8DB1
(138,141,177)
#A1A3C0
(161,163,192)
#B8B9CF
(184,185,207)
#CFCFDE
(207,207,222)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000957; }

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

This text font color is #000957.


Background Color

.myBgColor { background-color: #000957; }

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

This div background color is #000957.


Border color

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

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

This div border color is #000957.


Opacity

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

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

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

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

This text has shadow with #000957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000957 on black background.


Color preview on white background

This text has color #000957 on white background.



Black color preview on #000957 background

This text has black color on #000957 background.


White color preview on #000957 background

This text has white color on #000957 background.