COLOR #002489

HEX: #002489
RGB: (0,36,137)

Color info

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

RGB color model

#002489 color RGB value is (0,36,137).

  • red value is 0;
  • green value is 36;
  • blue value is 137.
RGB:
(0,36,137)
(0%,14%,54%)

RGB channels and saturation

R 0 of 255 = 0%
G 36 of 255 = 14%
B 137 of 255 = 54%

0
36
137

R + G + B ~ 23%. #002489 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 36 + 137 = 173 (100%)
R 0 of 173 ~ 0%
G 36 of 173 ~ 20.81%
B 137 of 173 ~ 79.19%

%20.81
%79.19

CMYK color model

#002489 color CMYK value is (100,74,0,46).

  • cyan value is 100.00%
  • magenta value is 73.72%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(100,74,0,46)
C100M74Y0K46 
(100%,74%,0%,46%)
(1.00/0.74/0.00/0.46)	

CMYK percentages

%100
%73.72
%0
%46.27

Codes

Color #002489 in popluar color models

002489
RGB036137
HSL224°100.00%26.86%
HSB/HSV224°100.00%53.73%
CMYK100.00%73.72%0.00%
46.27%

Color #002489 in popluar number systems.

HEX002489
Decimal036137
Binary010010010001001
Octal044211

Shades and tints

Shades of #002489

#002489
(0,36,137)
#00217D
(0,33,125)
#001E71
(0,30,113)
#001B65
(0,27,101)
#001859
(0,24,89)
#00154D
(0,21,77)
#001241
(0,18,65)
#000F35
(0,15,53)
#000C29
(0,12,41)
#00091D
(0,9,29)
#000611
(0,6,17)
#000000
(0,0,0)

Tints of #002489

#002489
(0,36,137)
#173793
(23,55,147)
#2E4A9D
(46,74,157)
#455DA7
(69,93,167)
#5C70B1
(92,112,177)
#7383BB
(115,131,187)
#8A96C5
(138,150,197)
#A1A9CF
(161,169,207)
#B8BCD9
(184,188,217)
#CFCFE3
(207,207,227)
#E6E2ED
(230,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002489 color. Also use rgb(0,36,137) instead hex code.

Text Font Color

.myTextColor { color: #002489; }

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

This text font color is #002489.


Background Color

.myBgColor { background-color: #002489; }

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

This div background color is #002489.


Border color

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

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

This div border color is #002489.


Opacity

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

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

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

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

This text has shadow with #002489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002489 on black background.


Color preview on white background

This text has color #002489 on white background.



Black color preview on #002489 background

This text has black color on #002489 background.


White color preview on #002489 background

This text has white color on #002489 background.