COLOR #00298D

HEX: #00298D
RGB: (0,41,141)

Color info

#00298D contains mainly blue color. Web safe color of #00298D is #003399 (or #039).

RGB color model

#00298D color RGB value is (0,41,141).

  • red value is 0;
  • green value is 41;
  • blue value is 141.
RGB:
(0,41,141)
(0%,16%,55%)

RGB channels and saturation

R 0 of 255 = 0%
G 41 of 255 = 16%
B 141 of 255 = 55%

0
41
141

R + G + B ~ 24%. #00298D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 41 + 141 = 182 (100%)
R 0 of 182 ~ 0%
G 41 of 182 ~ 22.53%
B 141 of 182 ~ 77.47%

%22.53
%77.47

CMYK color model

#00298D color CMYK value is (100,71,0,45).

  • cyan value is 100.00%
  • magenta value is 70.92%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(100,71,0,45)
C100M71Y0K45 
(100%,71%,0%,45%)
(1.00/0.71/0.00/0.45)	

CMYK percentages

%100
%70.92
%0
%44.71

Codes

Color #00298D in popluar color models

00298D
RGB041141
HSL223°100.00%27.65%
HSB/HSV223°100.00%55.29%
CMYK100.00%70.92%0.00%
44.71%

Color #00298D in popluar number systems.

HEX00298D
Decimal041141
Binary010100110001101
Octal051215

Shades and tints

Shades of #00298D

#00298D
(0,41,141)
#002681
(0,38,129)
#002375
(0,35,117)
#002069
(0,32,105)
#001D5D
(0,29,93)
#001A51
(0,26,81)
#001745
(0,23,69)
#001439
(0,20,57)
#00112D
(0,17,45)
#000E21
(0,14,33)
#000B15
(0,11,21)
#000000
(0,0,0)

Tints of #00298D

#00298D
(0,41,141)
#173C97
(23,60,151)
#2E4FA1
(46,79,161)
#4562AB
(69,98,171)
#5C75B5
(92,117,181)
#7388BF
(115,136,191)
#8A9BC9
(138,155,201)
#A1AED3
(161,174,211)
#B8C1DD
(184,193,221)
#CFD4E7
(207,212,231)
#E6E7F1
(230,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00298D color. Also use rgb(0,41,141) instead hex code.

Text Font Color

.myTextColor { color: #00298D; }

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

This text font color is #00298D.


Background Color

.myBgColor { background-color: #00298D; }

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

This div background color is #00298D.


Border color

.myBorderColor { border: 1px solid #00298D; }

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

This div border color is #00298D.


Opacity

.myOpacity80 { color: #00298D; opacity: 0.8; }

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

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

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

This text has shadow with #00298D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00298D on black background.


Color preview on white background

This text has color #00298D on white background.



Black color preview on #00298D background

This text has black color on #00298D background.


White color preview on #00298D background

This text has white color on #00298D background.