COLOR #002098

HEX: #002098
RGB: (0,32,152)

Color info

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

RGB color model

#002098 color RGB value is (0,32,152).

  • red value is 0;
  • green value is 32;
  • blue value is 152.
RGB:
(0,32,152)
(0%,13%,60%)

RGB channels and saturation

R 0 of 255 = 0%
G 32 of 255 = 13%
B 152 of 255 = 60%

0
32
152

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

Portions of RGB colors in percentages

R + G + B =
0 + 32 + 152 = 184 (100%)
R 0 of 184 ~ 0%
G 32 of 184 ~ 17.39%
B 152 of 184 ~ 82.61%

%17.39
%82.61

CMYK color model

#002098 color CMYK value is (100,79,0,40).

  • cyan value is 100.00%
  • magenta value is 78.95%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(100,79,0,40)
C100M79Y0K40 
(100%,79%,0%,40%)
(1.00/0.79/0.00/0.40)	

CMYK percentages

%100
%78.95
%0
%40.39

Codes

Color #002098 in popluar color models

002098
RGB032152
HSL227°100.00%29.80%
HSB/HSV227°100.00%59.61%
CMYK100.00%78.95%0.00%
40.39%

Color #002098 in popluar number systems.

HEX002098
Decimal032152
Binary010000010011000
Octal040230

Shades and tints

Shades of #002098

#002098
(0,32,152)
#001E8B
(0,30,139)
#001C7E
(0,28,126)
#001A71
(0,26,113)
#001864
(0,24,100)
#001657
(0,22,87)
#00144A
(0,20,74)
#00123D
(0,18,61)
#001030
(0,16,48)
#000E23
(0,14,35)
#000C16
(0,12,22)
#000000
(0,0,0)

Tints of #002098

#002098
(0,32,152)
#1734A1
(23,52,161)
#2E48AA
(46,72,170)
#455CB3
(69,92,179)
#5C70BC
(92,112,188)
#7384C5
(115,132,197)
#8A98CE
(138,152,206)
#A1ACD7
(161,172,215)
#B8C0E0
(184,192,224)
#CFD4E9
(207,212,233)
#E6E8F2
(230,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002098; }

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

This text font color is #002098.


Background Color

.myBgColor { background-color: #002098; }

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

This div background color is #002098.


Border color

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

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

This div border color is #002098.


Opacity

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

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

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

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

This text has shadow with #002098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002098 on black background.


Color preview on white background

This text has color #002098 on white background.



Black color preview on #002098 background

This text has black color on #002098 background.


White color preview on #002098 background

This text has white color on #002098 background.