COLOR #00598B

HEX: #00598B
RGB: (0,89,139)

Color info

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

RGB color model

#00598B color RGB value is (0,89,139).

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

RGB channels and saturation

R 0 of 255 = 0%
G 89 of 255 = 35%
B 139 of 255 = 55%

0
89
139

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

Portions of RGB colors in percentages

R + G + B =
0 + 89 + 139 = 228 (100%)
R 0 of 228 ~ 0%
G 89 of 228 ~ 39.04%
B 139 of 228 ~ 60.96%

%39.04
%60.96

CMYK color model

#00598B color CMYK value is (100,36,0,45).

  • cyan value is 100.00%
  • magenta value is 35.97%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(100,36,0,45)
C100M36Y0K45 
(100%,36%,0%,45%)
(1.00/0.36/0.00/0.45)	

CMYK percentages

%100
%35.97
%0
%45.49

Codes

Color #00598B in popluar color models

00598B
RGB089139
HSL202°100.00%27.25%
HSB/HSV202°100.00%54.51%
CMYK100.00%35.97%0.00%
45.49%

Color #00598B in popluar number systems.

HEX00598B
Decimal089139
Binary0101100110001011
Octal0131213

Shades and tints

Shades of #00598B

#00598B
(0,89,139)
#00517F
(0,81,127)
#004973
(0,73,115)
#004167
(0,65,103)
#00395B
(0,57,91)
#00314F
(0,49,79)
#002943
(0,41,67)
#002137
(0,33,55)
#00192B
(0,25,43)
#00111F
(0,17,31)
#000913
(0,9,19)
#000000
(0,0,0)

Tints of #00598B

#00598B
(0,89,139)
#176895
(23,104,149)
#2E779F
(46,119,159)
#4586A9
(69,134,169)
#5C95B3
(92,149,179)
#73A4BD
(115,164,189)
#8AB3C7
(138,179,199)
#A1C2D1
(161,194,209)
#B8D1DB
(184,209,219)
#CFE0E5
(207,224,229)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00598B; }

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

This text font color is #00598B.


Background Color

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

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

This div background color is #00598B.


Border color

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

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

This div border color is #00598B.


Opacity

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

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

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

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

This text has shadow with #00598B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00598B on black background.


Color preview on white background

This text has color #00598B on white background.



Black color preview on #00598B background

This text has black color on #00598B background.


White color preview on #00598B background

This text has white color on #00598B background.