COLOR #000058

HEX: #000058
RGB: (0,0,88)

Color info

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

RGB color model

#000058 color RGB value is (0,0,88).

  • red value is 0;
  • green value is 0;
  • blue value is 88.
RGB:
(0,0,88)
(0%,0%,35%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 88 of 255 = 35%

0
0
88

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#000058 color CMYK value is (100,100,0,65).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(100,100,0,65)
C100M100Y0K65 
(100%,100%,0%,65%)
(1.00/1.00/0.00/0.65)	

CMYK percentages

%100
%100
%0
%65.49

Codes

Color #000058 in popluar color models

000058
RGB0088
HSL240°100.00%17.25%
HSB/HSV240°100.00%34.51%
CMYK100.00%100.00%0.00%
65.49%

Color #000058 in popluar number systems.

HEX000058
Decimal0088
Binary001011000
Octal00130

Shades and tints

Shades of #000058

#000058
(0,0,88)
#000050
(0,0,80)
#000048
(0,0,72)
#000040
(0,0,64)
#000038
(0,0,56)
#000030
(0,0,48)
#000028
(0,0,40)
#000020
(0,0,32)
#000018
(0,0,24)
#000010
(0,0,16)
#000008
(0,0,8)
#000000
(0,0,0)

Tints of #000058

#000058
(0,0,88)
#171767
(23,23,103)
#2E2E76
(46,46,118)
#454585
(69,69,133)
#5C5C94
(92,92,148)
#7373A3
(115,115,163)
#8A8AB2
(138,138,178)
#A1A1C1
(161,161,193)
#B8B8D0
(184,184,208)
#CFCFDF
(207,207,223)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000058; }

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

This text font color is #000058.


Background Color

.myBgColor { background-color: #000058; }

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

This div background color is #000058.


Border color

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

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

This div border color is #000058.


Opacity

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

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

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

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

This text has shadow with #000058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000058 on black background.


Color preview on white background

This text has color #000058 on white background.



Black color preview on #000058 background

This text has black color on #000058 background.


White color preview on #000058 background

This text has white color on #000058 background.