COLOR #00398C

HEX: #00398C
RGB: (0,57,140)

Color info

#00398C contains mainly blue color. Web safe color of #00398C is #003399 (or #039).

RGB color model

#00398C color RGB value is (0,57,140).

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

RGB channels and saturation

R 0 of 255 = 0%
G 57 of 255 = 22%
B 140 of 255 = 55%

0
57
140

R + G + B ~ 26%. #00398C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 57 + 140 = 197 (100%)
R 0 of 197 ~ 0%
G 57 of 197 ~ 28.93%
B 140 of 197 ~ 71.07%

%28.93
%71.07

CMYK color model

#00398C color CMYK value is (100,59,0,45).

  • cyan value is 100.00%
  • magenta value is 59.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(100,59,0,45)
C100M59Y0K45 
(100%,59%,0%,45%)
(1.00/0.59/0.00/0.45)	

CMYK percentages

%100
%59.29
%0
%45.1

Codes

Color #00398C in popluar color models

00398C
RGB057140
HSL216°100.00%27.45%
HSB/HSV216°100.00%54.90%
CMYK100.00%59.29%0.00%
45.10%

Color #00398C in popluar number systems.

HEX00398C
Decimal057140
Binary011100110001100
Octal071214

Shades and tints

Shades of #00398C

#00398C
(0,57,140)
#003480
(0,52,128)
#002F74
(0,47,116)
#002A68
(0,42,104)
#00255C
(0,37,92)
#002050
(0,32,80)
#001B44
(0,27,68)
#001638
(0,22,56)
#00112C
(0,17,44)
#000C20
(0,12,32)
#000714
(0,7,20)
#000000
(0,0,0)

Tints of #00398C

#00398C
(0,57,140)
#174B96
(23,75,150)
#2E5DA0
(46,93,160)
#456FAA
(69,111,170)
#5C81B4
(92,129,180)
#7393BE
(115,147,190)
#8AA5C8
(138,165,200)
#A1B7D2
(161,183,210)
#B8C9DC
(184,201,220)
#CFDBE6
(207,219,230)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00398C; }

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

This text font color is #00398C.


Background Color

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

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

This div background color is #00398C.


Border color

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

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

This div border color is #00398C.


Opacity

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

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

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

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

This text has shadow with #00398C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00398C on black background.


Color preview on white background

This text has color #00398C on white background.



Black color preview on #00398C background

This text has black color on #00398C background.


White color preview on #00398C background

This text has white color on #00398C background.