COLOR #000096

HEX: #000096
RGB: (0,0,150)

Color info

#000096 contains only blue color. Web safe color of #000096 is #000099 (or #009).

RGB color model

#000096 color RGB value is (0,0,150).

  • red value is 0;
  • green value is 0;
  • blue value is 150.
RGB:
(0,0,150)
(0%,0%,59%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 150 of 255 = 59%

0
0
150

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#000096 color CMYK value is (100,100,0,41).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(100,100,0,41)
C100M100Y0K41 
(100%,100%,0%,41%)
(1.00/1.00/0.00/0.41)	

CMYK percentages

%100
%100
%0
%41.18

Codes

Color #000096 in popluar color models

000096
RGB00150
HSL240°100.00%29.41%
HSB/HSV240°100.00%58.82%
CMYK100.00%100.00%0.00%
41.18%

Color #000096 in popluar number systems.

HEX000096
Decimal00150
Binary0010010110
Octal00226

Shades and tints

Shades of #000096

#000096
(0,0,150)
#000089
(0,0,137)
#00007C
(0,0,124)
#00006F
(0,0,111)
#000062
(0,0,98)
#000055
(0,0,85)
#000048
(0,0,72)
#00003B
(0,0,59)
#00002E
(0,0,46)
#000021
(0,0,33)
#000014
(0,0,20)
#000000
(0,0,0)

Tints of #000096

#000096
(0,0,150)
#17179F
(23,23,159)
#2E2EA8
(46,46,168)
#4545B1
(69,69,177)
#5C5CBA
(92,92,186)
#7373C3
(115,115,195)
#8A8ACC
(138,138,204)
#A1A1D5
(161,161,213)
#B8B8DE
(184,184,222)
#CFCFE7
(207,207,231)
#E6E6F0
(230,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000096; }

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

This text font color is #000096.


Background Color

.myBgColor { background-color: #000096; }

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

This div background color is #000096.


Border color

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

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

This div border color is #000096.


Opacity

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

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

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

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

This text has shadow with #000096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000096 on black background.


Color preview on white background

This text has color #000096 on white background.



Black color preview on #000096 background

This text has black color on #000096 background.


White color preview on #000096 background

This text has white color on #000096 background.