COLOR #02487D

HEX: #02487D
RGB: (2,72,125)

Color info

#02487D contains mainly green and blue colors. Web safe color of #02487D is #003366 (or #036).

RGB color model

#02487D color RGB value is (2,72,125).

  • red value is 2;
  • green value is 72;
  • blue value is 125.
RGB:
(2,72,125)
(1%,28%,49%)

RGB channels and saturation

R 2 of 255 = 1%
G 72 of 255 = 28%
B 125 of 255 = 49%

2
72
125

R + G + B ~ 26%. #02487D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 72 + 125 = 199 (100%)
R 2 of 199 ~ 1.01%
G 72 of 199 ~ 36.18%
B 125 of 199 ~ 62.81%

%36.18
%62.81

CMYK color model

#02487D color CMYK value is (98,42,0,51).

  • cyan value is 98.40%
  • magenta value is 42.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(98,42,0,51)
C98M42Y0K51 
(98%,42%,0%,51%)
(0.98/0.42/0.00/0.51)	

CMYK percentages

%98.4
%42.4
%0
%50.98

Codes

Color #02487D in popluar color models

02487D
RGB272125
HSL206°96.85%24.90%
HSB/HSV206°98.40%49.02%
CMYK98.40%42.40%0.00%
50.98%

Color #02487D in popluar number systems.

HEX02487D
Decimal272125
Binary1010010001111101
Octal2110175

Shades and tints

Shades of #02487D

#02487D
(2,72,125)
#024272
(2,66,114)
#023C67
(2,60,103)
#02365C
(2,54,92)
#023051
(2,48,81)
#022A46
(2,42,70)
#02243B
(2,36,59)
#021E30
(2,30,48)
#021825
(2,24,37)
#02121A
(2,18,26)
#020C0F
(2,12,15)
#000000
(0,0,0)

Tints of #02487D

#02487D
(2,72,125)
#195888
(25,88,136)
#306893
(48,104,147)
#47789E
(71,120,158)
#5E88A9
(94,136,169)
#7598B4
(117,152,180)
#8CA8BF
(140,168,191)
#A3B8CA
(163,184,202)
#BAC8D5
(186,200,213)
#D1D8E0
(209,216,224)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02487D color. Also use rgb(2,72,125) instead hex code.

Text Font Color

.myTextColor { color: #02487D; }

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

This text font color is #02487D.


Background Color

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

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

This div background color is #02487D.


Border color

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

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

This div border color is #02487D.


Opacity

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

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

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

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

This text has shadow with #02487D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02487D on black background.


Color preview on white background

This text has color #02487D on white background.



Black color preview on #02487D background

This text has black color on #02487D background.


White color preview on #02487D background

This text has white color on #02487D background.