COLOR #000892

HEX: #000892
RGB: (0,8,146)

Color info

#000892 contains mainly blue color. Web safe color of #000892 is #000099 (or #009).

RGB color model

#000892 color RGB value is (0,8,146).

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

RGB channels and saturation

R 0 of 255 = 0%
G 8 of 255 = 3%
B 146 of 255 = 57%

0
8
146

R + G + B ~ 20%. #000892 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 8 + 146 = 154 (100%)
R 0 of 154 ~ 0%
G 8 of 154 ~ 5.19%
B 146 of 154 ~ 94.81%

%94.81

CMYK color model

#000892 color CMYK value is (100,95,0,43).

  • cyan value is 100.00%
  • magenta value is 94.52%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(100,95,0,43)
C100M95Y0K43 
(100%,95%,0%,43%)
(1.00/0.95/0.00/0.43)	

CMYK percentages

%100
%94.52
%0
%42.75

Codes

Color #000892 in popluar color models

000892
RGB08146
HSL237°100.00%28.63%
HSB/HSV237°100.00%57.25%
CMYK100.00%94.52%0.00%
42.75%

Color #000892 in popluar number systems.

HEX000892
Decimal08146
Binary0100010010010
Octal010222

Shades and tints

Shades of #000892

#000892
(0,8,146)
#000885
(0,8,133)
#000878
(0,8,120)
#00086B
(0,8,107)
#00085E
(0,8,94)
#000851
(0,8,81)
#000844
(0,8,68)
#000837
(0,8,55)
#00082A
(0,8,42)
#00081D
(0,8,29)
#000810
(0,8,16)
#000000
(0,0,0)

Tints of #000892

#000892
(0,8,146)
#171E9B
(23,30,155)
#2E34A4
(46,52,164)
#454AAD
(69,74,173)
#5C60B6
(92,96,182)
#7376BF
(115,118,191)
#8A8CC8
(138,140,200)
#A1A2D1
(161,162,209)
#B8B8DA
(184,184,218)
#CFCEE3
(207,206,227)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000892; }

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

This text font color is #000892.


Background Color

.myBgColor { background-color: #000892; }

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

This div background color is #000892.


Border color

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

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

This div border color is #000892.


Opacity

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

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

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

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

This text has shadow with #000892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000892 on black background.


Color preview on white background

This text has color #000892 on white background.



Black color preview on #000892 background

This text has black color on #000892 background.


White color preview on #000892 background

This text has white color on #000892 background.