COLOR #000097

HEX: #000097
RGB: (0,0,151)

Color info

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

RGB color model

#000097 color RGB value is (0,0,151).

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

RGB channels and saturation

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

0
0
151

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#000097 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 40.78%
CMYK:
(100,100,0,41)
C100M100Y0K41 
(100%,100%,0%,41%)
(1.00/1.00/0.00/0.41)	

CMYK percentages

%100
%100
%0
%40.78

Codes

Color #000097 in popluar color models

000097
RGB00151
HSL240°100.00%29.61%
HSB/HSV240°100.00%59.22%
CMYK100.00%100.00%0.00%
40.78%

Color #000097 in popluar number systems.

HEX000097
Decimal00151
Binary0010010111
Octal00227

Shades and tints

Shades of #000097

#000097
(0,0,151)
#00008A
(0,0,138)
#00007D
(0,0,125)
#000070
(0,0,112)
#000063
(0,0,99)
#000056
(0,0,86)
#000049
(0,0,73)
#00003C
(0,0,60)
#00002F
(0,0,47)
#000022
(0,0,34)
#000015
(0,0,21)
#000000
(0,0,0)

Tints of #000097

#000097
(0,0,151)
#1717A0
(23,23,160)
#2E2EA9
(46,46,169)
#4545B2
(69,69,178)
#5C5CBB
(92,92,187)
#7373C4
(115,115,196)
#8A8ACD
(138,138,205)
#A1A1D6
(161,161,214)
#B8B8DF
(184,184,223)
#CFCFE8
(207,207,232)
#E6E6F1
(230,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000097; }

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

This text font color is #000097.


Background Color

.myBgColor { background-color: #000097; }

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

This div background color is #000097.


Border color

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

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

This div border color is #000097.


Opacity

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

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

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

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

This text has shadow with #000097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000097 on black background.


Color preview on white background

This text has color #000097 on white background.



Black color preview on #000097 background

This text has black color on #000097 background.


White color preview on #000097 background

This text has white color on #000097 background.