COLOR #00005B

HEX: #00005B
RGB: (0,0,91)

Color info

#00005B contains only blue color. Web safe color of #00005B is #000066 (or #006).

RGB color model

#00005B color RGB value is (0,0,91).

  • red value is 0;
  • green value is 0;
  • blue value is 91.
RGB:
(0,0,91)
(0%,0%,36%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 91 of 255 = 36%

0
0
91

R + G + B ~ 12%. #00005B is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#00005B color CMYK value is (100,100,0,64).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(100,100,0,64)
C100M100Y0K64 
(100%,100%,0%,64%)
(1.00/1.00/0.00/0.64)	

CMYK percentages

%100
%100
%0
%64.31

Codes

Color #00005B in popluar color models

00005B
RGB0091
HSL240°100.00%17.84%
HSB/HSV240°100.00%35.69%
CMYK100.00%100.00%0.00%
64.31%

Color #00005B in popluar number systems.

HEX00005B
Decimal0091
Binary001011011
Octal00133

Shades and tints

Shades of #00005B

#00005B
(0,0,91)
#000053
(0,0,83)
#00004B
(0,0,75)
#000043
(0,0,67)
#00003B
(0,0,59)
#000033
(0,0,51)
#00002B
(0,0,43)
#000023
(0,0,35)
#00001B
(0,0,27)
#000013
(0,0,19)
#00000B
(0,0,11)
#000000
(0,0,0)

Tints of #00005B

#00005B
(0,0,91)
#171769
(23,23,105)
#2E2E77
(46,46,119)
#454585
(69,69,133)
#5C5C93
(92,92,147)
#7373A1
(115,115,161)
#8A8AAF
(138,138,175)
#A1A1BD
(161,161,189)
#B8B8CB
(184,184,203)
#CFCFD9
(207,207,217)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00005B; }

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

This text font color is #00005B.


Background Color

.myBgColor { background-color: #00005B; }

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

This div background color is #00005B.


Border color

.myBorderColor { border: 1px solid #00005B; }

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

This div border color is #00005B.


Opacity

.myOpacity80 { color: #00005B; opacity: 0.8; }

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

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

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

This text has shadow with #00005B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00005B on black background.


Color preview on white background

This text has color #00005B on white background.



Black color preview on #00005B background

This text has black color on #00005B background.


White color preview on #00005B background

This text has white color on #00005B background.