COLOR #00588C

HEX: #00588C
RGB: (0,88,140)

Color info

#00588C contains only green and blue colors. Web safe color of #00588C is #006699 (or #069).

RGB color model

#00588C color RGB value is (0,88,140).

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

RGB channels and saturation

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

0
88
140

R + G + B ~ 30%. #00588C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 88 + 140 = 228 (100%)
R 0 of 228 ~ 0%
G 88 of 228 ~ 38.6%
B 140 of 228 ~ 61.4%

%38.6
%61.4

CMYK color model

#00588C color CMYK value is (100,37,0,45).

  • cyan value is 100.00%
  • magenta value is 37.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(100,37,0,45)
C100M37Y0K45 
(100%,37%,0%,45%)
(1.00/0.37/0.00/0.45)	

CMYK percentages

%100
%37.14
%0
%45.1

Codes

Color #00588C in popluar color models

00588C
RGB088140
HSL202°100.00%27.45%
HSB/HSV202°100.00%54.90%
CMYK100.00%37.14%0.00%
45.10%

Color #00588C in popluar number systems.

HEX00588C
Decimal088140
Binary0101100010001100
Octal0130214

Shades and tints

Shades of #00588C

#00588C
(0,88,140)
#005080
(0,80,128)
#004874
(0,72,116)
#004068
(0,64,104)
#00385C
(0,56,92)
#003050
(0,48,80)
#002844
(0,40,68)
#002038
(0,32,56)
#00182C
(0,24,44)
#001020
(0,16,32)
#000814
(0,8,20)
#000000
(0,0,0)

Tints of #00588C

#00588C
(0,88,140)
#176796
(23,103,150)
#2E76A0
(46,118,160)
#4585AA
(69,133,170)
#5C94B4
(92,148,180)
#73A3BE
(115,163,190)
#8AB2C8
(138,178,200)
#A1C1D2
(161,193,210)
#B8D0DC
(184,208,220)
#CFDFE6
(207,223,230)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00588C; }

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

This text font color is #00588C.


Background Color

.myBgColor { background-color: #00588C; }

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

This div background color is #00588C.


Border color

.myBorderColor { border: 1px solid #00588C; }

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

This div border color is #00588C.


Opacity

.myOpacity80 { color: #00588C; opacity: 0.8; }

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

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

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

This text has shadow with #00588C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00588C on black background.


Color preview on white background

This text has color #00588C on white background.



Black color preview on #00588C background

This text has black color on #00588C background.


White color preview on #00588C background

This text has white color on #00588C background.