COLOR #002459

HEX: #002459
RGB: (0,36,89)

Color info

#002459 contains only green and blue colors. Web safe color of #002459 is #003366 (or #036).

RGB color model

#002459 color RGB value is (0,36,89).

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

RGB channels and saturation

R 0 of 255 = 0%
G 36 of 255 = 14%
B 89 of 255 = 35%

0
36
89

R + G + B ~ 16%. #002459 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 36 + 89 = 125 (100%)
R 0 of 125 ~ 0%
G 36 of 125 ~ 28.8%
B 89 of 125 ~ 71.2%

%28.8
%71.2

CMYK color model

#002459 color CMYK value is (100,60,0,65).

  • cyan value is 100.00%
  • magenta value is 59.55%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(100,60,0,65)
C100M60Y0K65 
(100%,60%,0%,65%)
(1.00/0.60/0.00/0.65)	

CMYK percentages

%100
%59.55
%0
%65.1

Codes

Color #002459 in popluar color models

002459
RGB03689
HSL216°100.00%17.45%
HSB/HSV216°100.00%34.90%
CMYK100.00%59.55%0.00%
65.10%

Color #002459 in popluar number systems.

HEX002459
Decimal03689
Binary01001001011001
Octal044131

Shades and tints

Shades of #002459

#002459
(0,36,89)
#002151
(0,33,81)
#001E49
(0,30,73)
#001B41
(0,27,65)
#001839
(0,24,57)
#001531
(0,21,49)
#001229
(0,18,41)
#000F21
(0,15,33)
#000C19
(0,12,25)
#000911
(0,9,17)
#000609
(0,6,9)
#000000
(0,0,0)

Tints of #002459

#002459
(0,36,89)
#173768
(23,55,104)
#2E4A77
(46,74,119)
#455D86
(69,93,134)
#5C7095
(92,112,149)
#7383A4
(115,131,164)
#8A96B3
(138,150,179)
#A1A9C2
(161,169,194)
#B8BCD1
(184,188,209)
#CFCFE0
(207,207,224)
#E6E2EF
(230,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002459; }

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

This text font color is #002459.


Background Color

.myBgColor { background-color: #002459; }

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

This div background color is #002459.


Border color

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

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

This div border color is #002459.


Opacity

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

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

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

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

This text has shadow with #002459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002459 on black background.


Color preview on white background

This text has color #002459 on white background.



Black color preview on #002459 background

This text has black color on #002459 background.


White color preview on #002459 background

This text has white color on #002459 background.